Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.
This pass brought to you by loving, painstaking hand editing.
- io('path/to/symlink') would return a file object
if the link was to a file
- $link->readlink incorrectly returned a new IO::All::Link
object, no matter what the link pointed to.
- io($io_all_object) would not return an object of the same
type as the object give to io(), it would always return a
plain IO::All object.
- add head and tail methods