summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/re/re.pm2
-rw-r--r--lib/File/Copy.pm2
-rw-r--r--lib/File/stat.pm2
-rw-r--r--lib/Tie/Array.pm2
-rw-r--r--lib/Unicode/UCD.pm2
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);