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.86.bb | 19 ------------------- recipes/perl/libparams-validate-perl_0.95.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 recipes/perl/libparams-validate-perl_0.86.bb create mode 100644 recipes/perl/libparams-validate-perl_0.95.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libparams-validate-perl_0.86.bb b/recipes/perl/libparams-validate-perl_0.86.bb deleted file mode 100644 index c166587272..0000000000 --- a/recipes/perl/libparams-validate-perl_0.86.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Params::Validate - Validate method/function parameters" -SECTION = "libs" -LICENSE = "Artistic|GPL" -PR = "r14" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-Validate-${PV}.tar.gz" - -S = "${WORKDIR}/Params-Validate-${PV}" - -inherit cpan - -FILES_${PN} = "${PERLLIBDIRS}/auto/Params/Validate/* \ - ${PERLLIBDIRS}/Params \ - ${PERLLIBDIRS}/Attribute" - -BBCLASSEXTEND="native" - -SRC_URI[md5sum] = "99f6093ecf15717c1a888bb6040aea43" -SRC_URI[sha256sum] = "cf381182872bedd5f70fdb297863373bdfcac4f10f1b276aa227e9722b258be5" 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 1.2.3-korg