diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-05 15:17:23 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-05 15:17:23 +0000 |
commit | 612cfdf27c84f3ca36e00ec7f6925d0a5223e483 (patch) | |
tree | 730bc58e1d2947be324163eb213b870f2331830d /lib/File/Path.pm | |
parent | 6e0c49021edba9e9721445f9290f9128c314b9de (diff) | |
download | perl-612cfdf27c84f3ca36e00ec7f6925d0a5223e483.tar.gz |
Bump versions of non dual-life modules
p4raw-id: //depot/perl@24399
Diffstat (limited to 'lib/File/Path.pm')
-rw-r--r-- | lib/File/Path.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Path.pm b/lib/File/Path.pm index 450b0c705e..f96dc06d8f 100644 --- a/lib/File/Path.pm +++ b/lib/File/Path.pm @@ -125,7 +125,7 @@ use Exporter (); use strict; use warnings; -our $VERSION = "1.06"; +our $VERSION = "1.07"; our @ISA = qw( Exporter ); our @EXPORT = qw( mkpath rmtree ); |