gnu: perl-exporter-lite: Update to 0.08.
* gnu/packages/perl.scm (perl-exporter-lite): Update to 0.08. [home-page]: Update it.
This commit is contained in:
parent
67abcc05ba
commit
0e8186eb12
|
@ -2038,22 +2038,21 @@ in your modules in a \"Java-esque\" manner.")
|
||||||
(define-public perl-exporter-lite
|
(define-public perl-exporter-lite
|
||||||
(package
|
(package
|
||||||
(name "perl-exporter-lite")
|
(name "perl-exporter-lite")
|
||||||
(version "0.06")
|
(version "0.08")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/N/NE/NEILB/"
|
(uri (string-append "mirror://cpan/authors/id/N/NE/NEILB/"
|
||||||
"Exporter-Lite-" version ".tar.gz"))
|
"Exporter-Lite-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k4gkvid4fr8yvwj0axdx5111mzfw2iipls3qllxr364fqhmclpj"))))
|
"1hns15imih8z2h6zv3m1wwmv9fiysacsb52y94v6zf2cmw4kjny0"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(synopsis "Lightweight exporting of functions and variables")
|
(synopsis "Lightweight exporting of functions and variables")
|
||||||
(description
|
(description
|
||||||
"Exporter::Lite is an alternative to Exporter, intended to provide a
|
"Exporter::Lite is an alternative to Exporter, intended to provide a
|
||||||
lightweight subset of the most commonly-used functionality. It supports
|
lightweight subset of the most commonly-used functionality. It supports
|
||||||
import(), @@EXPORT and @@EXPORT_OK and not a whole lot else.")
|
import(), @@EXPORT and @@EXPORT_OK and not a whole lot else.")
|
||||||
(home-page (string-append "http://search.cpan.org/~neilb/"
|
(home-page "http://search.cpan.org/dist/Exporter-Lite")
|
||||||
"Exporter-Lite-" version))
|
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-exporter-tiny
|
(define-public perl-exporter-tiny
|
||||||
|
|
Loading…
Reference in New Issue