diff options
author | Tony Cook <tony@develop-help.com> | 2016-04-04 14:52:21 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2016-04-04 14:52:21 +1000 |
commit | ef6679300b05434a1612a4d8732b7de5770f6778 (patch) | |
tree | 2971c8118fa145a278d6621b04451fc7c3993eb4 /cpan | |
parent | 00737bb2d039668e3fddfe5c064966f5bf97b6e0 (diff) | |
download | perl-ef6679300b05434a1612a4d8732b7de5770f6778.tar.gz |
[perl #127760] add CUSTOMIZED for File-Path
https://github.com/rpcme/File-Path/pull/34
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/File-Path/lib/File/Path.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/File-Path/lib/File/Path.pm b/cpan/File-Path/lib/File/Path.pm index 36f12cc1d3..034da1e578 100644 --- a/cpan/File-Path/lib/File/Path.pm +++ b/cpan/File-Path/lib/File/Path.pm @@ -18,7 +18,7 @@ BEGIN { use Exporter (); use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); -$VERSION = '2.12'; +$VERSION = '2.12_01'; $VERSION = eval $VERSION; @ISA = qw(Exporter); @EXPORT = qw(mkpath rmtree); |