'Time::Piece' =>
{
'MAINTAINER' => 'msergeant',
- 'DISTRIBUTION' => 'MSERGEANT/Time-Piece-1.14.tar.gz',
+ 'DISTRIBUTION' => 'MSERGEANT/Time-Piece-1.15.tar.gz',
'FILES' => q[ext/Time-Piece],
'CPAN' => 1,
'UPSTREAM' => undef,
Time::Piece Changes
+1.15
+ - Skip a test on Win32 that there's just no way of passing
+ - Document the above failure
+
1.14
- rework add_months() to not rely on strptime being able to parse illegal
dates (Gisle Aas).
-# $Id: Piece.pm 81 2009-05-09 02:31:43Z matt $
+# $Id: Piece.pm 82 2009-06-27 13:20:23Z matt $
package Time::Piece;
':override' => 'internal',
);
-our $VERSION = '1.14_01';
+our $VERSION = '1.15';
bootstrap Time::Piece $VERSION;