summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-05-03 20:31:41 +0300
committerVlad Glagolev2015-05-03 20:31:41 +0300
commitc4b4774862b1e91405affd88970c5f14d61bad62 (patch)
tree08dad90f6b670657193452f8261fd48e3bafce70
parent6357a819c2c60e2dda46b4a94fe27abca83b9a46 (diff)
datetime: => 1.18
-rwxr-xr-xperl-cpan/datetime/DEPENDS5
-rwxr-xr-xperl-cpan/datetime/DETAILS14
-rw-r--r--perl-cpan/datetime/HISTORY6
3 files changed, 15 insertions, 10 deletions
diff --git a/perl-cpan/datetime/DEPENDS b/perl-cpan/datetime/DEPENDS
index fdf950c1ec..016ddd878b 100755
--- a/perl-cpan/datetime/DEPENDS
+++ b/perl-cpan/datetime/DEPENDS
@@ -1,6 +1,5 @@
depends perl &&
+depends try-tiny &&
depends datetime-timezone &&
depends datetime-locale &&
-depends params-validate &&
-depends test-fatal &&
-depends test-simple
+depends params-validate
diff --git a/perl-cpan/datetime/DETAILS b/perl-cpan/datetime/DETAILS
index c23deafa7e..16c2f89443 100755
--- a/perl-cpan/datetime/DETAILS
+++ b/perl-cpan/datetime/DETAILS
@@ -1,12 +1,12 @@
SPELL=datetime
- VERSION=1.03
- SNAME=DateTime
- SOURCE=$SNAME-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/modules/by-module/$SNAME/$SOURCE
- SOURCE_HASH=sha512:6764b8bd8ccb22429d17dfc48412a0223481ae43249920347ae91514dbbe0d2f820601372b9cdae312d0ba9460c9abeae9e189afb1666b90e27b09f3daaf335f
+ SPELLX=DateTime
+ VERSION=1.18
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DR/DROLSKY/${SOURCE}
+ SOURCE_HASH=sha512:664cc7dacd94fb34d0b185ebfb855ce671f0c9fdbe7097617306cd3e9083fabc07acb3ca024944fe3736d52c0ed3c840c916f9af3d5c4cad0dddfcc61a25ec12
LICENSE=GPL
- WEB_SITE="http://search.cpan.org/search?module=DateTime"
+ WEB_SITE=http://search.cpan.org/dist/DateTime/
ENTERED=20051201
KEYWORDS="perl"
SHORT="A date and time object"
diff --git a/perl-cpan/datetime/HISTORY b/perl-cpan/datetime/HISTORY
index 78efc3387c..356dee4c1c 100644
--- a/perl-cpan/datetime/HISTORY
+++ b/perl-cpan/datetime/HISTORY
@@ -1,3 +1,9 @@
+2015-05-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.18; SNAME -> SPELLX; use PERL_CPAN_URL;
+ updated website, source url
+ * DEPENDS: added missing try-tiny dep; removed test-fatal (required only
+ for the 'test' target), test-simple (included with perl now)
+
2013-05-11 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 1.03
* DEPENDS: added dependencies on perl, params-validate, test-fatal