ossp-pkg/uuid/perl/uuid.pm 1.11 -> 1.12
--- uuid.pm 2005/08/31 09:59:45 1.11
+++ uuid.pm 2005/09/24 10:20:24 1.12
@@ -118,7 +118,7 @@
use Exporter;
# API version
-our $VERSION = do { my @v = ('1.3.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.3.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
# API inheritance
our @ISA = qw(Exporter);
|
|