[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/22: gnu: Add perl-importer.
From: |
Leo Famulari |
Subject: |
02/22: gnu: Add perl-importer. |
Date: |
Sun, 30 Jul 2017 20:11:45 -0400 (EDT) |
lfam pushed a commit to branch core-updates
in repository guix.
commit df4fc5217fb6d1f2bd18e20f237393f08c6e9e4a
Author: Leo Famulari <address@hidden>
Date: Thu Jul 27 17:43:08 2017 -0400
gnu: Add perl-importer.
* gnu/packages/perl.scm (perl-importer): New variable.
---
gnu/packages/perl.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 4b038a4..d24eec3 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3446,6 +3446,29 @@ merged.")
that may contain multiple values per key, inspired by MultiDict of WebOb.")
(license (package-license perl))))
+(define-public perl-importer
+ (package
+ (name "perl-importer")
+ (version "0.024")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/Importer-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0mx50xds7iphxykbr9b0w2qki92l3gpagsdchm4ncsrnxc67c68x"))))
+ (build-system perl-build-system)
+ (home-page "http://search.cpan.org/dist/Importer/")
+ (synopsis "Alternative but compatible interface to modules that export
symbols")
+ (description "This module acts as a layer between Exporter and modules
which
+consume exports. It is feature-compatible with Exporter, plus some much needed
+extras. You can use this to import symbols from any exporter that follows
+Exporters specification. The exporter modules themselves do not need to use or
+inherit from the Exporter module, they just need to set @EXPORT and/or other
+variables.")
+ (license (package-license perl))))
+
(define-public perl-import-into
(package
(name "perl-import-into")
- branch core-updates updated (9dab501 -> 6484e82), Leo Famulari, 2017/07/30
- 01/22: gnu: Add perl-file-sharedir-dist., Leo Famulari, 2017/07/30
- 02/22: gnu: Add perl-importer.,
Leo Famulari <=
- 03/22: gnu: Add perl-specio., Leo Famulari, 2017/07/30
- 05/22: gnu: Add perl-sub-info., Leo Famulari, 2017/07/30
- 04/22: gnu: Add perl-term-table., Leo Famulari, 2017/07/30
- 07/22: gnu: Add perl-test2-plugin-nowarnings., Leo Famulari, 2017/07/30
- 10/22: gnu: perl-cpan-meta-check: Update to 0.014., Leo Famulari, 2017/07/30
- 11/22: gnu: perl-file-sharedir: Update to 1.104., Leo Famulari, 2017/07/30
- 15/22: gnu: perl-datetime-event-local: Update to 0.13., Leo Famulari, 2017/07/30
- 09/22: gnu: Add perl-params-validationcompiler., Leo Famulari, 2017/07/30
- 12/22: gnu: perl-file-sharedir-install: Update to 0.11., Leo Famulari, 2017/07/30
- 06/22: gnu: Add perl-test2-bundle-extended., Leo Famulari, 2017/07/30