gnu: perl-file-remove: Update to 1.58.
* gnu/packages/perl.scm (perl-file-remove): Update to 1.58. [description]: Texify the description.
This commit is contained in:
		
							parent
							
								
									755fc87305
								
							
						
					
					
						commit
						cf867de061
					
				
					 1 changed files with 8 additions and 6 deletions
				
			
		| 
						 | 
					@ -3559,7 +3559,7 @@ the input record separator string on a per file basis.")
 | 
				
			||||||
(define-public perl-file-remove
 | 
					(define-public perl-file-remove
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "perl-file-remove")
 | 
					    (name "perl-file-remove")
 | 
				
			||||||
    (version "1.57")
 | 
					    (version "1.58")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -3567,14 +3567,16 @@ the input record separator string on a per file basis.")
 | 
				
			||||||
                           "File-Remove-" version ".tar.gz"))
 | 
					                           "File-Remove-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1b814lw181kkqh6c1n4p2zlzzsq6ic5pfpr831nphf2w2rhcvgmk"))))
 | 
					         "1n6h5w3sp2bs4cfrifdx2z15cfpb4r536179mx1a12xbmj1yrxl1"))))
 | 
				
			||||||
    (build-system perl-build-system)
 | 
					    (build-system perl-build-system)
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     `(("perl-module-build" ,perl-module-build)))
 | 
				
			||||||
    (home-page "https://metacpan.org/release/File-Remove")
 | 
					    (home-page "https://metacpan.org/release/File-Remove")
 | 
				
			||||||
    (synopsis "Remove files and directories in Perl")
 | 
					    (synopsis "Remove files and directories in Perl")
 | 
				
			||||||
    (description "File::Remove::remove removes files and directories.  It acts
 | 
					    (description "@code{File::Remove::remove} removes files and directories.
 | 
				
			||||||
like /bin/rm, for the most part.  Although \"unlink\" can be given a list of
 | 
					It acts like @code{/bin/rm}, for the most part.  Although @code{unlink} can be
 | 
				
			||||||
files, it will not remove directories; this module remedies that.  It also
 | 
					given a list of files, it will not remove directories; this module remedies
 | 
				
			||||||
accepts wildcards, * and ?, as arguments for file names.")
 | 
					that.  It also accepts wildcards, * and ?, as arguments for file names.")
 | 
				
			||||||
    (license (package-license perl))))
 | 
					    (license (package-license perl))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public perl-file-sharedir
 | 
					(define-public perl-file-sharedir
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue