},
'File::Path' => {
- 'DISTRIBUTION' => 'JKEENAN/File-Path-2.16.tar.gz',
+ 'DISTRIBUTION' => 'JKEENAN/File-Path-2.17.tar.gz',
'FILES' => q[cpan/File-Path],
'EXCLUDED' => [
qw(t/Path-Class.t),
use Exporter ();
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION = '2.16';
+$VERSION = '2.17';
$VERSION = eval $VERSION;
@ISA = qw(Exporter);
@EXPORT = qw(mkpath rmtree);
=head1 VERSION
-2.16 - released August 31 2018.
+2.17 - released July 18 2020.
=head1 SYNOPSIS
=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