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