ossp-pkg/uuid/perl/uuid.pm 1.16 -> 1.17
--- uuid.pm 2006/02/07 08:42:53 1.16
+++ uuid.pm 2006/03/13 09:42:48 1.17
@@ -118,7 +118,7 @@
use Exporter;
# API version
-our $VERSION = do { my @v = ('1.4.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.4.2' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
# API inheritance
our @ISA = qw(Exporter);
|
|