ossp-pkg/uuid/perl/uuid.pm 1.13 -> 1.14
--- uuid.pm 2005/12/06 11:52:11 1.13
+++ uuid.pm 2006/01/12 20:32:43 1.14
@@ -118,7 +118,7 @@
use Exporter;
# API version
-our $VERSION = do { my @v = ('1.3.2' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.4.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
# API inheritance
our @ISA = qw(Exporter);
|
|