3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Efraim Flashner 2019-01-21 11:09:36 +02:00
parent 755fc87305
commit cf867de061
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

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