In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/75f5d3312d21b538131a8f964451f5ab0e11b75b?hp=8e747b69d61a6b4b771355185f7874d7b9a0c4d8>
- Log -----------------------------------------------------------------
commit 75f5d3312d21b538131a8f964451f5ab0e11b75b
Author: Craig A. Berry <craigberry@mac.com>
Date: Sat Nov 27 09:50:30 2010 -0600
Bump Time::HiRes version after 4edfaa8809ab489b9ce1c7936973edc2c80216db.
-----------------------------------------------------------------------
Summary of changes:
cpan/Time-HiRes/HiRes.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpan/Time-HiRes/HiRes.pm b/cpan/Time-HiRes/HiRes.pm
index f8ca13d..8f2ec21 100644
--- a/cpan/Time-HiRes/HiRes.pm
+++ b/cpan/Time-HiRes/HiRes.pm
@@ -23,7 +23,7 @@ require DynaLoader;
stat
);
-$VERSION = '1.9721';
+$VERSION = '1.9721_01';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
--
Perl5 Master Repository