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: 12743
Status: resolved
Priority: 0/
Queue: Path-Class

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

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



Subject: Doc Patch on IO::File Method Used
Hello there. Please find a small doc fix attached. Smylers
--- /usr/local/lib/perl5/site_perl/5.8.3/Path/Class/File.pm Wed Apr 6 09:16:26 2005 +++ ./File.pm Tue May 10 15:24:14 2005 @@ -222,7 +222,7 @@ =item $fh = $file->open($mode, $permissions) -Passes the given arguments, including C<$file>, to C<< IO::File->open +Passes the given arguments, including C<$file>, to C<< IO::File->new >> and returns the result as an C<IO::File> object. If the opening fails, C<undef> is returned and C<$!> is set.
Thanks, this is fixed now. -Ken