From: David Golden Date: Mon, 19 Jul 2010 22:53:29 +0000 (-0700) Subject: Bump module version numbers X-Git-Tag: accepted/trunk/20130322.191538~8398 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7da24786ed66d9241cb264e8f77343fc46013666;p=platform%2Fupstream%2Fperl.git Bump module version numbers --- diff --git a/ext/re/re.pm b/ext/re/re.pm index d9fd912..9341feb 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 e14b01b..0f17e2b 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 3c16658..a783e08 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 bfc1024..4e980a8 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 67b5a8a..2c1f0e5 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);