summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/autodie/exception/system.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/autodie/exception/system.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/autodie/exception/system.pm2
1 files changed, 1 insertions, 1 deletions
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__;