ossp-pkg/uuid/perl/uuid.pm 1.21 -> 1.22
--- uuid.pm 2007/01/01 18:14:57 1.21
+++ uuid.pm 2007/05/19 20:00:47 1.22
@@ -118,7 +118,7 @@
use Exporter;
# API version
-our $VERSION = do { my @v = ('1.5.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.6.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
# API inheritance
our @ISA = qw(Exporter);
|
|