diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/autodie.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/autodie.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/autodie.pm b/Master/tlpkg/tlperl/lib/autodie.pm index 25799f02854..cb14fb037b9 100644 --- a/Master/tlpkg/tlperl/lib/autodie.pm +++ b/Master/tlpkg/tlperl/lib/autodie.pm @@ -8,7 +8,7 @@ our @ISA = qw(Fatal); our $VERSION; BEGIN { - $VERSION = '2.1001'; + $VERSION = '2.10'; } use constant ERROR_WRONG_FATAL => q{ |