diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/B/Lint.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/B/Lint.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/B/Lint.pm b/Master/tlpkg/tlperl/lib/B/Lint.pm index a080af778df..fd8d75e53ac 100644 --- a/Master/tlpkg/tlperl/lib/B/Lint.pm +++ b/Master/tlpkg/tlperl/lib/B/Lint.pm @@ -1,6 +1,7 @@ package B::Lint; +use if $] > 5.017, 'deprecate'; -our $VERSION = '1.14'; ## no critic +our $VERSION = '1.17'; ## no critic =head1 NAME |