ossp-pkg/uuid/perl/uuid.pm 1.23 -> 1.24
--- uuid.pm 2008/01/10 14:18:49 1.23
+++ uuid.pm 2008/07/04 21:48:00 1.24
@@ -118,7 +118,7 @@
use Exporter;
# API version
-our $VERSION = do { my @v = ('1.6.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.6.2' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
# API inheritance
our @ISA = qw(Exporter);
|
|