From: Steve Peters Date: Tue, 20 Nov 2007 15:21:56 +0000 (+0000) Subject: Update to Time-Piece. The only change in the core is to the X-Git-Tag: accepted/trunk/20130322.191538~14170 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e82655097ad7ded762a5d8189cd54a3f8008d2a;p=platform%2Fupstream%2Fperl.git Update to Time-Piece. The only change in the core is to the version number. p4raw-id: //depot/perl@32420 --- diff --git a/ext/Time/Piece/Piece.pm b/ext/Time/Piece/Piece.pm index f198156..5871fac 100644 --- a/ext/Time/Piece/Piece.pm +++ b/ext/Time/Piece/Piece.pm @@ -1,4 +1,4 @@ -# $Id: Piece.pm 70 2006-09-07 17:43:38Z matt $ +# $Id: Piece.pm 72 2007-11-19 01:26:10Z matt $ package Time::Piece; @@ -22,7 +22,7 @@ our %EXPORT_TAGS = ( ':override' => 'internal', ); -our $VERSION = '1.11_03'; +our $VERSION = '1.12'; bootstrap Time::Piece $VERSION;