Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the IO-All CPAN distribution.

Report information
The Basics
Id: 83798
Status: resolved
Priority: 0/
Queue: IO-All

People
Owner: Nobody in particular
Requestors: greg_skyles [...] acm.org
Cc:
AdminCc:

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



Subject: documentation bugs in IO-All-0.46
Date: Wed, 06 Mar 2013 18:22:34 -0700
To: bug-IO-All [...] rt.cpan.org, ingy [...] cpan.org
From: Greg Skyles <gsskyles [...] comcast.net>
A couple of typos I think in the documentation for IO::All 0.46: 1. Under Object Construction and Initialization Methods, the example code for 'dir' reads: io->file($dir_name); I'm thinking that should be 'io->dir($dir_name);' 2. under "IO Action Methods", the example code for 'filepath' reads: io('my/path/file.txt')->filename; I'm thinking that should be '->filepath;' for this example. -Greg
On Wed Mar 06 20:22:55 2013, greg_skyles@acm.org wrote: Show quoted text
> A couple of typos I think in the documentation for IO::All 0.46: > > 1. Under Object Construction and Initialization Methods, the example > code for 'dir' reads: > > io->file($dir_name); > > I'm thinking that should be 'io->dir($dir_name);' > > 2. under "IO Action Methods", the example code for 'filepath' reads: > > io('my/path/file.txt')->filename; > > I'm thinking that should be '->filepath;' for this example. > > -Greg >
Fixed in git, thanks, will release soon