Skip to content
Snippets Groups Projects
Commit ec77a714 authored by Eric Bavier's avatar Eric Bavier
Browse files

gnu: Add parent.

* gnu/packages/perl.scm (perl-parent): New variable.
parent d0662af9
No related branches found
No related tags found
No related merge requests found
...@@ -1128,6 +1128,25 @@ (define-public perl-params-util ...@@ -1128,6 +1128,25 @@ (define-public perl-params-util
checking parameters easier.") checking parameters easier.")
(license (package-license perl)))) (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 (define-public perl-probe-perl
(package (package
(name "perl-probe-perl") (name "perl-probe-perl")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment