From d78e0c3b45e585b6bd35bdb5daff9190ed70c086 Mon Sep 17 00:00:00 2001 From: Joshua Juran Date: Tue, 5 Jun 2007 18:14:31 -0700 Subject: [PATCH] Re: [PATCH] Update File-Path to 2.00 Message-Id: <5F26D98D-8B6D-4F4A-B2E9-168F71B963DD@gmail.com> Fixes typo in the POD. p4raw-id: //depot/perl@31337 --- lib/File/Path.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/File/Path.pm b/lib/File/Path.pm index 6e1a17b..a993510 100644 --- a/lib/File/Path.pm +++ b/lib/File/Path.pm @@ -6,7 +6,7 @@ File::Path - Create or remove directory trees =head1 VERSION -This document describes version 2.00 of File::Path, released +This document describes version 2.00_01 of File::Path, released 2007-xx-xx. =head1 SYNOPSIS @@ -292,7 +292,7 @@ moved while C is running, and in particular on any directory trees with any path components or subdirectories potentially writable by untrusted users. -Additionally, if the C parareter is not set (or the +Additionally, if the C parameter is not set (or the third parameter in the traditional inferface is not TRUE) and C is interrupted, it may leave files and directories with permissions altered to allow deletion. @@ -371,7 +371,7 @@ BEGIN { use Exporter (); use vars qw($VERSION @ISA @EXPORT); -$VERSION = '2.00'; +$VERSION = '2.00_01'; @ISA = qw(Exporter); @EXPORT = qw(mkpath rmtree); -- 2.7.4