Re: [PATCH] Update File-Path to 2.00
authorJoshua Juran <jjuran@gmail.com>
Wed, 6 Jun 2007 01:14:31 +0000 (18:14 -0700)
committerSteve Hay <SteveHay@planit.com>
Wed, 6 Jun 2007 08:20:32 +0000 (08:20 +0000)
Message-Id: <5F26D98D-8B6D-4F4A-B2E9-168F71B963DD@gmail.com>

Fixes typo in the POD.

p4raw-id: //depot/perl@31337

lib/File/Path.pm

index 6e1a17b..a993510 100644 (file)
@@ -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<rmtree> is running, and in particular on any directory
 trees with any path components or subdirectories potentially writable
 by untrusted users.
 
-Additionally, if the C<skip_others> parareter is not set (or the
+Additionally, if the C<skip_others> parameter is not set (or the
 third parameter in the traditional inferface is not TRUE) and
 C<rmtree> 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);