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