summaryrefslogtreecommitdiff
path: root/packages/perl/libsub-install-perl_0.922.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-10-04 02:20:08 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-10-04 02:20:08 +0000
commitf8d7743c3aba8f3431ac504e4f99da9139766d49 (patch)
treebff0168a7e5f8f7bbaf50b31fbb70337bfdbfcd8 /packages/perl/libsub-install-perl_0.922.bb
parent05ea1015a098e02bc199c67bd8ce02dad5916cc9 (diff)
perl: Add a new set of perl modules related to testing.
Diffstat (limited to 'packages/perl/libsub-install-perl_0.922.bb')
-rw-r--r--packages/perl/libsub-install-perl_0.922.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/perl/libsub-install-perl_0.922.bb b/packages/perl/libsub-install-perl_0.922.bb
new file mode 100644
index 0000000000..f867886444
--- /dev/null
+++ b/packages/perl/libsub-install-perl_0.922.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Sub::Install - install subroutines into packages easily"
+SECTION = "libs"
+MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
+LICENSE = "Artistic|GPL"
+RDEPENDS += "perl-module-carp perl-module-scalar-util perl-module-strict \
+ perl-module-warnings"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-${PV}.tar.gz"
+
+S = "${WORKDIR}/Sub-Install-${PV}"
+
+inherit cpan