diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/autodie/exception.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/autodie/exception.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/autodie/exception.pm b/Master/tlpkg/tlperl/lib/autodie/exception.pm index 4dd7570ce82..14d5cb0f07e 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.1001'; +our $VERSION = '2.10'; my $PACKAGE = __PACKAGE__; # Useful to have a scalar for hash keys. |