From: Ricardo Wurmus <rekado@elephly.net>
To: guix-devel@gnu.org
Subject: [PATCH 5/7] gnu: Add Sub::Exporter.
Date: Sat, 21 Feb 2015 20:16:30 +0100 [thread overview]
Message-ID: <1424546192-26668-6-git-send-email-rekado@elephly.net> (raw)
In-Reply-To: <1424546192-26668-1-git-send-email-rekado@elephly.net>
* gnu/packages/perl.scm (perl-sub-exporter): New variable.
---
gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 4d9f86e..43bffd8 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -343,6 +343,30 @@ Perlish API and none of the bloat and rarely used features of IPC::Run.")
;; licenses, any version."
(license (list bsd-3 gpl3+))))
+(define-public perl-sub-exporter
+ (package
+ (name "perl-sub-exporter")
+ (version "0.987")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/R/RJ/RJBS/Sub-Exporter-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1ml3n1ck4ln9qjm2mcgkczj1jb5n1fkscz9c4x23v4db0glb4g2l"))))
+ (build-system perl-build-system)
+ (propagated-inputs
+ `(("perl-data-optlist" ,perl-data-optlist)
+ ("perl-params-util" ,perl-params-util)))
+ (home-page "http://search.cpan.org/dist/Sub-Exporter")
+ (synopsis "Sophisticated exporter for custom-built routines")
+ (description
+ "Sub::Exporter provides a sophisticated alternative to Exporter.pm for
+custom-built routines.")
+ (license (package-license perl))))
+
(define-public perl-sub-install
(package
(name "perl-sub-install")
--
2.1.0
next prev parent reply other threads:[~2015-02-21 19:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-21 19:16 [PATCH 0/7] Add Stow Ricardo Wurmus
2015-02-21 19:16 ` [PATCH 1/7] gnu: Add Sub::Install Ricardo Wurmus
2015-02-21 19:16 ` [PATCH 2/7] gnu: Add Params::Util Ricardo Wurmus
2015-02-21 19:16 ` [PATCH 3/7] gnu: Add Capture::Tiny Ricardo Wurmus
2015-02-21 19:16 ` [PATCH 4/7] gnu: Add Data::OptList Ricardo Wurmus
2015-02-21 19:16 ` Ricardo Wurmus [this message]
2015-02-21 19:16 ` [PATCH 6/7] gnu: Add Test::Output Ricardo Wurmus
2015-02-21 19:16 ` [PATCH 7/7] gnu: Add Stow Ricardo Wurmus
2015-02-22 0:06 ` [PATCH 0/7] " Eric Bavier
2015-02-22 8:41 ` Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1424546192-26668-6-git-send-email-rekado@elephly.net \
--to=rekado@elephly.net \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.