diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-21 00:15:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-21 00:15:27 +0000 |
commit | a4c42bfb2337d37da89d789cb8cc226367994e32 (patch) | |
tree | c3eabdef5d565a4e515d2be0d9d4d0540bde0250 /Master/tlpkg/tlperl/lib/autodie | |
parent | 8274475057f024d35332ac47c2e2f23ea156e6ed (diff) |
perl 5.14.2 from siep
git-svn-id: svn://tug.org/texlive/trunk@26525 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/lib/autodie')
-rw-r--r-- | Master/tlpkg/tlperl/lib/autodie/exception.pm | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlperl/lib/autodie/exception/system.pm | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlperl/lib/autodie/hints.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/autodie/exception.pm b/Master/tlpkg/tlperl/lib/autodie/exception.pm index 8646099c4c8..4dd7570ce82 100644 --- a/Master/tlpkg/tlperl/lib/autodie/exception.pm +++ b/Master/tlpkg/tlperl/lib/autodie/exception.pm @@ -14,7 +14,7 @@ use overload use if ($] >= 5.010), overload => '~~' => "matches"; -our $VERSION = '2.06_01'; +our $VERSION = '2.1001'; my $PACKAGE = __PACKAGE__; # Useful to have a scalar for hash keys. diff --git a/Master/tlpkg/tlperl/lib/autodie/exception/system.pm b/Master/tlpkg/tlperl/lib/autodie/exception/system.pm index 07cd1c9a038..53e7f95229c 100644 --- a/Master/tlpkg/tlperl/lib/autodie/exception/system.pm +++ b/Master/tlpkg/tlperl/lib/autodie/exception/system.pm @@ -5,7 +5,7 @@ use warnings; use base 'autodie::exception'; use Carp qw(croak); -our $VERSION = '2.06_01'; +our $VERSION = '2.1001'; my $PACKAGE = __PACKAGE__; diff --git a/Master/tlpkg/tlperl/lib/autodie/hints.pm b/Master/tlpkg/tlperl/lib/autodie/hints.pm index e7be03a047a..2c129ec8879 100644 --- a/Master/tlpkg/tlperl/lib/autodie/hints.pm +++ b/Master/tlpkg/tlperl/lib/autodie/hints.pm @@ -5,7 +5,7 @@ use warnings; use constant PERL58 => ( $] < 5.009 ); -our $VERSION = '2.06_01'; +our $VERSION = '2.1001'; =head1 NAME |