diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/File/CheckTree.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/File/CheckTree.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/File/CheckTree.pm b/Master/tlpkg/tlperl/lib/File/CheckTree.pm index 4d53c5254dd..8107c7ac689 100644 --- a/Master/tlpkg/tlperl/lib/File/CheckTree.pm +++ b/Master/tlpkg/tlperl/lib/File/CheckTree.pm @@ -7,7 +7,9 @@ use File::Spec; use warnings; use strict; -our $VERSION = '4.41'; +use if $] > 5.017, 'deprecate'; + +our $VERSION = '4.42'; our @ISA = qw(Exporter); our @EXPORT = qw(validate); |