Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Path-Class CPAN distribution.

Maintainer(s)' notes

I prefer that bugs & patches are filed on GitHub rather than on RT: https://github.com/kenahoo/Path-Class/issues. Thanks.

Report information
The Basics
Id: 58195
Status: resolved
Priority: 0/
Queue: Path-Class

People
Owner: Nobody in particular
Requestors: ANSGAR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] Fix spelling errors in documentation
Date: Mon, 07 Jun 2010 21:05:30 +0900
To: bug-Path-Class [...] rt.cpan.org
From: Ansgar Burchardt <ANSGAR [...] cpan.org>
Hi, the attached patch was introduced in Debian to fix several spelling errors in the documentation. Please consider applying it for the next release. Regards, Ansgar
From: Ansgar Burchardt <ansgar@43-1.org> Date: Mon, 07 Jun 2010 21:03:02 +0900 Subject: Fix spelling errors --- libpath-class-perl.orig/lib/Path/Class/Dir.pm +++ libpath-class-perl/lib/Path/Class/Dir.pm @@ -638,7 +638,7 @@ Returns the class which should be used to create file objects. -Generally overriden whenever this class is subclassed. +Generally overridden whenever this class is subclassed. =back --- libpath-class-perl.orig/lib/Path/Class/File.pm +++ libpath-class-perl/lib/Path/Class/File.pm @@ -299,7 +299,7 @@ my @lines = $file->slurp(chomp => 1); -You may also use the C<iomode> paramter to pass in an IO mode to use +You may also use the C<iomode> parameter to pass in an IO mode to use when opening the file, usually IO layers (though anything accepted by the MODE argument of C<open()> is accepted here). Just make sure it's a I<reading> mode. @@ -334,7 +334,7 @@ Returns the class which should be used to create directory objects. -Generally overriden whenever this class is subclassed. +Generally overridden whenever this class is subclassed. =back
Thanks, applied.