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

People
Owner: Nobody in particular
Requestors: chris+rt [...] chrisdolan.net
Cc:
AdminCc:

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



Subject: Typo in docs
In the EXPORT section, the docs say "Module::Build" instead of "Path::Class". If you would like to prevent their export, you may explicitly pass an empty list to perl's use, i.e. use Module::Build (). which should read If you would like to prevent their export, you may explicitly pass an empty list to perl's use, i.e. use Path::Class ().
Thanks, this is fixed in version 0.08. -Ken