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