diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/autodie/hints.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/autodie/hints.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/autodie/hints.pm b/Master/tlpkg/tlperl/lib/autodie/hints.pm index 89b3bc827b4..36715e979d1 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.10'; +our $VERSION = '2.13'; =head1 NAME |