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 15d713498a9..5934c138ed0 100644 --- a/Master/tlpkg/tlperl/lib/autodie.pm +++ b/Master/tlpkg/tlperl/lib/autodie.pm @@ -9,7 +9,7 @@ our $VERSION; # ABSTRACT: Replace functions with ones that succeed or die with lexical scope BEGIN { - our $VERSION = '2.26'; # VERSION: Generated by DZP::OurPkg::Version + our $VERSION = '2.29'; # VERSION: Generated by DZP::OurPkg::Version } use constant ERROR_WRONG_FATAL => q{ |