Bump module version numbers
authorDavid Golden <dagolden@cpan.org>
Mon, 19 Jul 2010 22:53:29 +0000 (15:53 -0700)
committerDavid Golden <dagolden@cpan.org>
Mon, 19 Jul 2010 22:53:29 +0000 (15:53 -0700)
ext/re/re.pm
lib/File/Copy.pm
lib/File/stat.pm
lib/Tie/Array.pm
lib/Unicode/UCD.pm

index d9fd912..9341feb 100644 (file)
@@ -4,7 +4,7 @@ package re;
 use strict;
 use warnings;
 
-our $VERSION     = "0.11";
+our $VERSION     = "0.12";
 our @ISA         = qw(Exporter);
 our @EXPORT_OK   = ('regmust',
                     qw(is_regexp regexp_pattern
index e14b01b..0f17e2b 100644 (file)
@@ -22,7 +22,7 @@ sub syscopy;
 sub cp;
 sub mv;
 
-$VERSION = '2.19';
+$VERSION = '2.20';
 
 require Exporter;
 @ISA = qw(Exporter);
index 3c16658..a783e08 100644 (file)
@@ -10,7 +10,7 @@ BEGIN { *warnif = \&warnings::warnif }
 
 our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 my @fields;
 BEGIN { 
index bfc1024..4e980a8 100644 (file)
@@ -3,7 +3,7 @@ package Tie::Array;
 use 5.006_001;
 use strict;
 use Carp;
-our $VERSION = '1.03';
+our $VERSION = '1.04';
 
 # Pod documentation after __END__ below.
 
index 67b5a8a..2c1f0e5 100644 (file)
@@ -3,7 +3,7 @@ package Unicode::UCD;
 use strict;
 use warnings;
 
-our $VERSION = '0.28';
+our $VERSION = '0.29';
 
 use Storable qw(dclone);