guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

59/72: gnu: Add parent.


From: Eric Bavier
Subject: 59/72: gnu: Add parent.
Date: Fri, 06 Mar 2015 14:13:11 +0000

bavier pushed a commit to branch master
in repository guix.

commit ec77a714c5642ac35366fd6c31aee29847b77cb7
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 5 16:51:28 2015 -0600

    gnu: Add parent.
    
    * gnu/packages/perl.scm (perl-parent): New variable.
---
 gnu/packages/perl.scm |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8d9e9f6..f87606e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1128,6 +1128,25 @@ is particularly useful for debugging.")
 checking parameters easier.")
     (license (package-license perl))))
 
+(define-public perl-parent
+  (package
+    (name "perl-parent")
+    (version "0.228")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/C/CO/CORION/"
+                           "parent-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0w0i02y4z8465z050kml57mvhv7c5gl8w8ivplhr3cms0zbaq87b"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/parent";)
+    (synopsis "Establish an ISA relationship with base classes at compile 
time")
+    (description "Allows you to both load one or more modules, while setting
+up inheritance from those modules at the same time.")
+    (license (package-license perl))))
+
 (define-public perl-probe-perl
   (package
     (name "perl-probe-perl")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]