diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/autodie/hints.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/autodie/hints.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/autodie/hints.pm b/Master/tlpkg/tlperl/lib/autodie/hints.pm index 3c9d679928a..beaefcc28a9 100644 --- a/Master/tlpkg/tlperl/lib/autodie/hints.pm +++ b/Master/tlpkg/tlperl/lib/autodie/hints.pm @@ -5,7 +5,7 @@ use warnings; use constant PERL58 => ( $] < 5.009 ); -our $VERSION = '2.26'; # VERSION: Generated by DZP::OurPkg:Version +our $VERSION = '2.29'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Provide hints about user subroutines to autodie |