summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-06-03 16:06:58 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-06-03 16:06:58 +0100
commit12bbe8b806f0ff8683993ce54c052f0e0a8c96be (patch)
tree24488cef6390bf491938019943af9bc26c1b4848 /Porting
parent0d06df217aa9a5c25b41a32d91c33b798741c755 (diff)
downloadperl-12bbe8b806f0ff8683993ce54c052f0e0a8c96be.tar.gz
Update Time-Piece to CPAN version 1.30
[DELTA] 1.30 2015-05-16 - Stable release. Overview from 1.29: - Make strftime more portable + fix %z %z - Add many more tests - Clean inheritance 1.29_05 2015-05-02 - Combine multiple 'use constant' statements (saves 0.5ms at runtime) - Don't leave c_epoch undef - deprecate parse() function - More constructor tests - export() calls Exporter::export 1.29_04 2015-04-09 - Clean inheritance of Exporter and DynaLoader (Thanks dolmen!) - Refactor _strftime to use localtime/gmtime to generate tm struct 1.29_03 2015-04-04 - Don't mix gmtime and mktime in _strftime - Clean whitespace at end of lines - Add more tests for DST issues and also strptime parsing 1.29_02 2015-04-04 - Fix handling of %Z and %z in strftime (hopefully) - Remove compile warnings for int cast 1.29_01 2015-03-30 - Fix handling of %Z and %z in strftime (in progress) - Remove unused constants from Time::Seconds (Thanks Xaerxess!) - _strftime: use system mktime to better support past/future dates - Relicense strptime as BSD 2-clause http://git.io/vfNSg
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 2fc719f7b3..0f573d1484 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1210,7 +1210,7 @@ use File::Glob qw(:case);
},
'Time::Piece' => {
- 'DISTRIBUTION' => 'RJBS/Time-Piece-1.29.tar.gz',
+ 'DISTRIBUTION' => 'RJBS/Time-Piece-1.30.tar.gz',
'FILES' => q[cpan/Time-Piece],
},