gnu: perl-exporter-tiny: Update to 1.002001.

* gnu/packages/perl.scm (perl-exporter-tiny): Update to 1.002001.
master
Tobias Geerinckx-Rice 2019-03-23 12:56:26 +01:00
parent 853a4985b6
commit 9d468f50c9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -3175,15 +3175,14 @@ import(), @@EXPORT and @@EXPORT_OK and not a whole lot else.")
(define-public perl-exporter-tiny
(package
(name "perl-exporter-tiny")
(version "0.042")
(version "1.002001")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/T/TO/TOBYINK/"
"Exporter-Tiny-" version ".tar.gz"))
(sha256
(base32
"0gq2ia8c6n84gdrlc73vab61djs8gs8zf7fqx8cxbg5zxg2j45lg"))))
(base32 "13f4sd9n9iyi15r5rbjbmawajxlgfdvvyrvwlyg0yjyf09636b58"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Exporter-Tiny")
(synopsis "Exporter with the features of Sub::Exporter but only core dependencies")