ossp-pkg/uuid/perl/uuid.pm 1.19 -> 1.20
--- uuid.pm 2006/05/11 18:42:54 1.19
+++ uuid.pm 2006/07/31 12:45:09 1.20
@@ -118,7 +118,7 @@
use Exporter;
# API version
-our $VERSION = do { my @v = ('1.5.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.5.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
# API inheritance
our @ISA = qw(Exporter);
|
|