[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/40: gnu: Add Carp-Clan.
From: |
Eric Bavier |
Subject: |
25/40: gnu: Add Carp-Clan. |
Date: |
Thu, 12 Mar 2015 20:56:04 +0000 |
bavier pushed a commit to branch master
in repository guix.
commit 40b2ea4c2cd506ba9f41c0d5f0c01523de95e261
Author: Eric Bavier <address@hidden>
Date: Thu Mar 12 12:28:23 2015 -0500
gnu: Add Carp-Clan.
* gnu/packages/perl.scm (perl-carp-clan): New variable.
---
gnu/packages/perl.scm | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 96a77c9..2909029 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -237,6 +237,29 @@ code or from an external program. Optionally, output can
be teed so that it
is captured while being passed through to the original file handles.")
(license asl2.0)))
+(define-public perl-carp-clan
+ (package
+ (name "perl-carp-clan")
+ (version "6.04")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/S/ST/STBEY/"
+ "Carp-Clan-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1v71k8s1pi16l5y579gnrg372c6pdvy6qqm6iddm8h1dx7n16bjl"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-test-exception" ,perl-test-exception)))
+ (home-page "http://search.cpan.org/dist/Carp-Clan")
+ (synopsis "Report errors from a \"clan\" of modules")
+ (description "This module allows errors from a clan (or family) of modules
+to appear to originate from the caller of the clan. This is necessary in
+cases where the clan modules are not classes derived from each other, and thus
+the Carp.pm module doesn't help.")
+ (license (package-license perl))))
+
(define-public perl-class-accessor
(package
(name "perl-class-accessor")
- 17/40: gnu: Add Test-Trap., (continued)
- 17/40: gnu: Add Test-Trap., Eric Bavier, 2015/03/12
- 19/40: gnu: Add Getopt-Long-Descriptive., Eric Bavier, 2015/03/12
- 18/40: gnu: Add Params-Validate., Eric Bavier, 2015/03/12
- 20/40: gnu: Add aliased., Eric Bavier, 2015/03/12
- 21/40: gnu: Add namespace-autoclean., Eric Bavier, 2015/03/12
- 14/40: gnu: Add Test-Without-Module., Eric Bavier, 2015/03/12
- 10/40: gnu: Add Class-Accessor., Eric Bavier, 2015/03/12
- 22/40: gnu: Add MooseX-Role-WithOverloading., Eric Bavier, 2015/03/12
- 23/40: gnu: Add MooseX-Role-Parameterized., Eric Bavier, 2015/03/12
- 16/40: gnu: Add MooseX-Emulate-Class-Accessor-Fast., Eric Bavier, 2015/03/12
- 25/40: gnu: Add Carp-Clan.,
Eric Bavier <=
- 26/40: gnu: Add MooseX-Types., Eric Bavier, 2015/03/12
- 24/40: gnu: Add MooseX-Getopt., Eric Bavier, 2015/03/12
- 28/40: gnu: Add Path-Class., Eric Bavier, 2015/03/12
- 27/40: gnu: Add MooseX-MethodAttributes., Eric Bavier, 2015/03/12
- 31/40: gnu: Add Plack-Middleware-RemoveRedundantBody., Eric Bavier, 2015/03/12
- 30/40: gnu: Add Plack-Middleware-MethodOverride., Eric Bavier, 2015/03/12
- 33/40: gnu: Add Plack-Test-ExternalServer., Eric Bavier, 2015/03/12
- 29/40: gnu: Add Plack-Middleware-FixMissingBodyInRedirect., Eric Bavier, 2015/03/12
- 34/40: gnu: Add Safe-Isa., Eric Bavier, 2015/03/12
- 32/40: gnu: Add Plack-Middleware-ReverseProxy., Eric Bavier, 2015/03/12