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