diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/File/Path.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/File/Path.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/File/Path.pm b/Master/tlpkg/tlperl/lib/File/Path.pm index 22e53f8ff9e..3f7545fdbe0 100644 --- a/Master/tlpkg/tlperl/lib/File/Path.pm +++ b/Master/tlpkg/tlperl/lib/File/Path.pm @@ -18,7 +18,7 @@ BEGIN { use Exporter (); use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); -$VERSION = '2.16'; +$VERSION = '2.18'; $VERSION = eval $VERSION; @ISA = qw(Exporter); @EXPORT = qw(mkpath rmtree); @@ -633,7 +633,7 @@ File::Path - Create or remove directory trees =head1 VERSION -2.16 - released August 31 2018. +2.18 - released November 4 2020. =head1 SYNOPSIS @@ -1277,7 +1277,7 @@ Contributors to File::Path, in alphabetical order by first name. =head1 COPYRIGHT This module is copyright (C) Charles Bailey, Tim Bunce, David Landgren, -James Keenan and Richard Elberger 1995-2018. All rights reserved. +James Keenan and Richard Elberger 1995-2020. All rights reserved. =head1 LICENSE |