diff options
author | David Golden <dagolden@cpan.org> | 2010-07-19 15:53:29 -0700 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2010-07-19 15:53:29 -0700 |
commit | 7da24786ed66d9241cb264e8f77343fc46013666 (patch) | |
tree | a8173f3b68f521387d5c415914d3c1337ee30a02 | |
parent | f85d27e8aa9edfb9901885c8df1ed030caa36f22 (diff) | |
download | perl-7da24786ed66d9241cb264e8f77343fc46013666.tar.gz |
Bump module version numbers
-rw-r--r-- | ext/re/re.pm | 2 | ||||
-rw-r--r-- | lib/File/Copy.pm | 2 | ||||
-rw-r--r-- | lib/File/stat.pm | 2 | ||||
-rw-r--r-- | lib/Tie/Array.pm | 2 | ||||
-rw-r--r-- | lib/Unicode/UCD.pm | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ext/re/re.pm b/ext/re/re.pm index d9fd912a4a..9341feb746 100644 --- a/ext/re/re.pm +++ b/ext/re/re.pm @@ -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 diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index e14b01b07d..0f17e2b9ac 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -22,7 +22,7 @@ sub syscopy; sub cp; sub mv; -$VERSION = '2.19'; +$VERSION = '2.20'; require Exporter; @ISA = qw(Exporter); diff --git a/lib/File/stat.pm b/lib/File/stat.pm index 3c1665861b..a783e08cac 100644 --- a/lib/File/stat.pm +++ b/lib/File/stat.pm @@ -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 { diff --git a/lib/Tie/Array.pm b/lib/Tie/Array.pm index bfc102477f..4e980a81fc 100644 --- a/lib/Tie/Array.pm +++ b/lib/Tie/Array.pm @@ -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. diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm index 67b5a8a796..2c1f0e55c1 100644 --- a/lib/Unicode/UCD.pm +++ b/lib/Unicode/UCD.pm @@ -3,7 +3,7 @@ package Unicode::UCD; use strict; use warnings; -our $VERSION = '0.28'; +our $VERSION = '0.29'; use Storable qw(dclone); |