summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libparams-util-perl_0.20.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libparams-util-perl_0.20.bb')
-rw-r--r--recipes/perl/libparams-util-perl_0.20.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/perl/libparams-util-perl_0.20.bb b/recipes/perl/libparams-util-perl_0.20.bb
new file mode 100644
index 0000000000..ef5b6e186a
--- /dev/null
+++ b/recipes/perl/libparams-util-perl_0.20.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Params::Util - Simple, compact and correct param-checking functions"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS += "perl-module-exporter perl-module-overload \
+ perl-module-scalar-util perl-module-strict perl-module-vars"
+PR = "r3"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-${PV}.tar.gz"
+
+S = "${WORKDIR}/Params-Util-${PV}"
+
+inherit cpan