From f0a40c35247fe96ea12aeb462d7ef9c94c7aeac1 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Thu, 5 Aug 2010 11:03:33 +0400 Subject: libparams-validate-perl: update to version 0.95 * fixes some bugs * fixes build failure like: | Validate.xs: In function 'get_type': | Validate.xs:212: error: duplicate case value | Validate.xs:209: error: previously used here * considered as safe upgrade Signed-off-by: Roman I Khimov --- recipes/perl/libparams-validate-perl_0.95.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes/perl/libparams-validate-perl_0.95.bb (limited to 'recipes/perl/libparams-validate-perl_0.95.bb') diff --git a/recipes/perl/libparams-validate-perl_0.95.bb b/recipes/perl/libparams-validate-perl_0.95.bb new file mode 100644 index 0000000000..e79b14d018 --- /dev/null +++ b/recipes/perl/libparams-validate-perl_0.95.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Params::Validate - Validate method/function parameters" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-Validate-${PV}.tar.gz" + +S = "${WORKDIR}/Params-Validate-${PV}" + +inherit cpan_build + +FILES_${PN} = "${PERLLIBDIRS}/auto/Params/Validate/* \ + ${PERLLIBDIRS}/Params \ + ${PERLLIBDIRS}/Attribute" + +BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "f544f12357ae4ba44044cd8cb2b83a9f" +SRC_URI[sha256sum] = "0739ccd0e7c7c0ffc0e2ad797d78e42c050e6297ab58d56f90a0e4de623f8942" -- cgit v1.2.3