diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-09-03 13:56:59 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-09-03 13:56:59 +0100 |
commit | 03d59818480e6982febfc0c56de5c53013913078 (patch) | |
tree | cb423391a100d4de9a99adf20ee9b101f465f55f /Porting/Maintainers.pl | |
parent | 3b422749039e6e640968237aa14f904977b285f7 (diff) | |
download | perl-03d59818480e6982febfc0c56de5c53013913078.tar.gz |
Update Time-Piece to CPAN version 1.29
[DELTA]
1.29 2014-09-01
- when pretty printing negative Time::Seconds, do not lose the "minus"
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index c1245988b3..321eb69452 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1207,7 +1207,7 @@ use File::Glob qw(:case); }, 'Time::Piece' => { - 'DISTRIBUTION' => 'RJBS/Time-Piece-1.27.tar.gz', + 'DISTRIBUTION' => 'RJBS/Time-Piece-1.29.tar.gz', 'FILES' => q[cpan/Time-Piece], }, |