[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: perl-exporter-lite: Update to 0.08.
From: |
Efraim Flashner |
Subject: |
05/06: gnu: perl-exporter-lite: Update to 0.08. |
Date: |
Tue, 14 Jun 2016 12:33:20 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 0e8186eb12ff94897210d1631fa189952248bbd3
Author: Efraim Flashner <address@hidden>
Date: Tue Jun 14 15:04:09 2016 +0300
gnu: perl-exporter-lite: Update to 0.08.
* gnu/packages/perl.scm (perl-exporter-lite): Update to 0.08.
[home-page]: Update it.
---
gnu/packages/perl.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index fc3bf55..e7e7967 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2038,22 +2038,21 @@ in your modules in a \"Java-esque\" manner.")
(define-public perl-exporter-lite
(package
(name "perl-exporter-lite")
- (version "0.06")
+ (version "0.08")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/N/NE/NEILB/"
"Exporter-Lite-" version ".tar.gz"))
(sha256
(base32
- "0k4gkvid4fr8yvwj0axdx5111mzfw2iipls3qllxr364fqhmclpj"))))
+ "1hns15imih8z2h6zv3m1wwmv9fiysacsb52y94v6zf2cmw4kjny0"))))
(build-system perl-build-system)
(synopsis "Lightweight exporting of functions and variables")
(description
"Exporter::Lite is an alternative to Exporter, intended to provide a
lightweight subset of the most commonly-used functionality. It supports
import(), @@EXPORT and @@EXPORT_OK and not a whole lot else.")
- (home-page (string-append "http://search.cpan.org/~neilb/"
- "Exporter-Lite-" version))
+ (home-page "http://search.cpan.org/dist/Exporter-Lite")
(license (package-license perl))))
(define-public perl-exporter-tiny
- branch master updated (d0d2b0f -> 6138ded), Efraim Flashner, 2016/06/14
- 03/06: gnu: perl-test-deep: Update to 1.120., Efraim Flashner, 2016/06/14
- 05/06: gnu: perl-exporter-lite: Update to 0.08.,
Efraim Flashner <=
- 01/06: gnu: perl-xml-simple: Update to 2.22., Efraim Flashner, 2016/06/14
- 04/06: gnu: perl-image-exiftool: Update to 10.20., Efraim Flashner, 2016/06/14
- 06/06: gnu: perl-dbi: Update to 1.636., Efraim Flashner, 2016/06/14
- 02/06: gnu: perl-xml-libxml: Update to 2.0125., Efraim Flashner, 2016/06/14