Change 31337 by [EMAIL PROTECTED] on 2007/06/06 08:20:32

        Subject: Re: [PATCH] Update File-Path to 2.00
        From: Joshua Juran <[EMAIL PROTECTED]>
        Date: Wed, 6 Jun 2007 01:14:31 -0700
        Message-Id: <[EMAIL PROTECTED]>
        
        Fixes typo in the POD.

Affected files ...

... //depot/perl/lib/File/Path.pm#46 edit

Differences ...

==== //depot/perl/lib/File/Path.pm#46 (text) ====
Index: perl/lib/File/Path.pm
--- perl/lib/File/Path.pm#45~31336~     2007-06-06 01:16:44.000000000 -0700
+++ perl/lib/File/Path.pm       2007-06-06 01:20:32.000000000 -0700
@@ -6,7 +6,7 @@
 
 =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 @@
 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 @@
 
 use Exporter ();
 use vars qw($VERSION @ISA @EXPORT);
-$VERSION = '2.00';
+$VERSION = '2.00_01';
 @ISA     = qw(Exporter);
 @EXPORT  = qw(mkpath rmtree);
 
End of Patch.

Reply via email to