From: Joshua Juran Date: Wed, 6 Jun 2007 01:14:31 +0000 (-0700) Subject: Re: [PATCH] Update File-Path to 2.00 X-Git-Tag: accepted/trunk/20130322.191538~15137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d78e0c3b45e585b6bd35bdb5daff9190ed70c086;p=platform%2Fupstream%2Fperl.git 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 --- 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);