diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-08-05 11:03:33 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-08-05 11:04:51 +0400 |
commit | f0a40c35247fe96ea12aeb462d7ef9c94c7aeac1 (patch) | |
tree | 39c193817f1cb51d5e95043a8e10615b98d3373a /recipes/perl | |
parent | cc8dd8133de8120162b9bb82e2cfa8d1e9ea3742 (diff) |
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 <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/libparams-validate-perl_0.95.bb (renamed from recipes/perl/libparams-validate-perl_0.86.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/perl/libparams-validate-perl_0.86.bb b/recipes/perl/libparams-validate-perl_0.95.bb index c166587272..e79b14d018 100644 --- a/recipes/perl/libparams-validate-perl_0.86.bb +++ b/recipes/perl/libparams-validate-perl_0.95.bb @@ -1,13 +1,13 @@ DESCRIPTION = "Params::Validate - Validate method/function parameters" SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r14" +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 +inherit cpan_build FILES_${PN} = "${PERLLIBDIRS}/auto/Params/Validate/* \ ${PERLLIBDIRS}/Params \ @@ -15,5 +15,5 @@ FILES_${PN} = "${PERLLIBDIRS}/auto/Params/Validate/* \ BBCLASSEXTEND="native" -SRC_URI[md5sum] = "99f6093ecf15717c1a888bb6040aea43" -SRC_URI[sha256sum] = "cf381182872bedd5f70fdb297863373bdfcac4f10f1b276aa227e9722b258be5" +SRC_URI[md5sum] = "f544f12357ae4ba44044cd8cb2b83a9f" +SRC_URI[sha256sum] = "0739ccd0e7c7c0ffc0e2ad797d78e42c050e6297ab58d56f90a0e4de623f8942" |