summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-05-03 19:19:14 +0300
committerVlad Glagolev2015-05-03 19:19:14 +0300
commit0e0700147400ffe24835274fcc00043fd76389ac (patch)
tree7c10ca140153539146f16d9f3fc50e3f8e9a4857
parentc4c02783d480368159f8881a40174ab37268987a (diff)
params-validate: => 1.18
-rwxr-xr-xperl-cpan/params-validate/DEPENDS4
-rwxr-xr-xperl-cpan/params-validate/DETAILS13
-rw-r--r--perl-cpan/params-validate/HISTORY6
3 files changed, 14 insertions, 9 deletions
diff --git a/perl-cpan/params-validate/DEPENDS b/perl-cpan/params-validate/DEPENDS
index 1dd08c9304..7537a1c6e2 100755
--- a/perl-cpan/params-validate/DEPENDS
+++ b/perl-cpan/params-validate/DEPENDS
@@ -1,4 +1,2 @@
depends perl &&
-depends module-implementation &&
-depends test-fatal &&
-depends test-simple
+depends module-implementation
diff --git a/perl-cpan/params-validate/DETAILS b/perl-cpan/params-validate/DETAILS
index ec9cce8b44..bc7da5fe1d 100755
--- a/perl-cpan/params-validate/DETAILS
+++ b/perl-cpan/params-validate/DETAILS
@@ -1,11 +1,12 @@
SPELL=params-validate
- VERSION=1.07
- SOURCE_HASH=sha512:fc49cdba84a1d9cc3d526fd86328bf724adbfee7c161c4bcc2dac84b6a9a4369f50f216be23606e3bef46ba58aa476be38f93075a068941245ca4ab6393d75d6
- SOURCE=Params-Validate-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/Params-Validate-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/D/DR/DROLSKY/$SOURCE
+ SPELLX=Params-Validate
+ VERSION=1.18
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DR/DROLSKY/$SOURCE
+ SOURCE_HASH=sha512:246ad15960aa192ec754e3640f518d85c1e9ba289b9a59ff72b39833858ceb8bd87fb1faf921a503bde4eda35b88d328ef134c603f498c67111ab4735f0886df
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
LICENSE=ART
- WEB_SITE="http://search.cpan.org/~drolsky/Params-Validate-${VERSION}/"
+ WEB_SITE=http://search.cpan.org/dist/Params-Validate/
ENTERED=20040506
KEYWORDS="perl"
SHORT="Params-Validate"
diff --git a/perl-cpan/params-validate/HISTORY b/perl-cpan/params-validate/HISTORY
index a97f29a4e1..d9243eb806 100644
--- a/perl-cpan/params-validate/HISTORY
+++ b/perl-cpan/params-validate/HISTORY
@@ -1,3 +1,9 @@
+2015-05-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.18; use PERL_CPAN_URL, SPELLX; updated
+ website
+ * DEPENDS: removed test-fatal -- it is needed only for the 'test'
+ target; removed test-simple -- it is not needed now if it was
+
2013-05-11 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 1.07
* DEPENDS: added dependencies on module-implementation, test-fatal,