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.