diff options
author | David Golden <dagolden@cpan.org> | 2013-06-19 21:17:42 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2013-06-19 21:17:42 -0400 |
commit | be4c439fc4419c08e2f011085c166fb95027cbd1 (patch) | |
tree | 8b0e6e83177182c28b07424fda31a5f47e1841db /cpan | |
parent | b39091a6342bf35baed447458b0a300cffa10fec (diff) | |
download | perl-be4c439fc4419c08e2f011085c166fb95027cbd1.tar.gz |
bump Time::Piece VERSION to 1.2002
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/Time-Piece/Piece.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Time-Piece/Piece.pm b/cpan/Time-Piece/Piece.pm index a3f7fb660b..1f27350c30 100644 --- a/cpan/Time-Piece/Piece.pm +++ b/cpan/Time-Piece/Piece.pm @@ -19,7 +19,7 @@ our %EXPORT_TAGS = ( ':override' => 'internal', ); -our $VERSION = '1.20_01'; +our $VERSION = '1.2002'; bootstrap Time::Piece $VERSION; |