summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-01-16 21:57:40 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-01-16 21:57:40 +0000
commit8f65b4cd1a923de18d21a3f1145e30941ae00e4e (patch)
treec06ab7b834c39ea0a3671e21888156d1ebcabaf1
parent1c22e001de34716a7d63048b1a31c18df96011b5 (diff)
downloadperl-8f65b4cd1a923de18d21a3f1145e30941ae00e4e.tar.gz
Update File-Path to CPAN version 2.09
[DELTA] 2.09 2013-01-13 21:09:12 UTC - merge two bugfixes from blead see https://github.com/dland/File-Path/pull/1
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/File-Path/lib/File/Path.pm12
2 files changed, 9 insertions, 5 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 25f7c8cc65..45bdc9b922 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -830,7 +830,7 @@ use File::Glob qw(:case);
'File::Path' => {
'MAINTAINER' => 'dland',
- 'DISTRIBUTION' => 'DLAND/File-Path-2.08.tar.gz',
+ 'DISTRIBUTION' => 'DLAND/File-Path-2.09.tar.gz',
'FILES' => q[cpan/File-Path],
'EXCLUDED' => [
qw( eg/setup-extra-tests
diff --git a/cpan/File-Path/lib/File/Path.pm b/cpan/File-Path/lib/File/Path.pm
index 5a9a88e402..23751d5fa0 100644
--- a/cpan/File-Path/lib/File/Path.pm
+++ b/cpan/File-Path/lib/File/Path.pm
@@ -17,7 +17,7 @@ BEGIN {
use Exporter ();
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION = '2.08_01';
+$VERSION = '2.09';
@ISA = qw(Exporter);
@EXPORT = qw(mkpath rmtree);
@EXPORT_OK = qw(make_path remove_tree);
@@ -455,8 +455,8 @@ File::Path - Create or remove directory trees
=head1 VERSION
-This document describes version 2.08 of File::Path, released
-2009-10-04.
+This document describes version 2.09 of File::Path, released
+2013-01-17.
=head1 SYNOPSIS
@@ -953,6 +953,10 @@ Please report all bugs on the RT queue:
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Path>
+You can also send pull requests to the Github repository:
+
+L<https://github.com/dland/File-Path>
+
=head1 ACKNOWLEDGEMENTS
Paul Szabo identified the race condition originally, and Brendan
@@ -971,7 +975,7 @@ Tim Bunce and Charles Bailey. Currently maintained by David Landgren
=head1 COPYRIGHT
This module is copyright (C) Charles Bailey, Tim Bunce and
-David Landgren 1995-2009. All rights reserved.
+David Landgren 1995-2013. All rights reserved.
=head1 LICENSE