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