summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/autodie/exception.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/autodie/exception.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/autodie/exception.pm2
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 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.