upgrade to Time::Piece 1.15
authorDavid Mitchell <davem@iabyn.com>
Sat, 27 Jun 2009 23:04:09 +0000 (00:04 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sat, 27 Jun 2009 23:04:09 +0000 (00:04 +0100)
Porting/Maintainers.pl
ext/Time-Piece/Changes
ext/Time-Piece/Piece.pm

index 9888df0..4cb8a01 100755 (executable)
@@ -1914,7 +1914,7 @@ package Maintainers;
     '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,
index d19d656..5eeb54b 100644 (file)
@@ -1,6 +1,10 @@
 
 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).
index 302114f..a42eb6a 100644 (file)
@@ -1,4 +1,4 @@
-# $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;
 
@@ -22,7 +22,7 @@ our %EXPORT_TAGS = (
     ':override' => 'internal',
     );
 
-our $VERSION = '1.14_01';
+our $VERSION = '1.15';
 
 bootstrap Time::Piece $VERSION;