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/libparams-validate-perl_0.95.bb | |
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/libparams-validate-perl_0.95.bb')
-rw-r--r-- | recipes/perl/libparams-validate-perl_0.95.bb | 19 |
1 files changed, 19 insertions, 0 deletions
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" |