Skip Menu |

This queue is for tickets about the Class-Autouse CPAN distribution.

Report information
The Basics
Id: 13785
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Class-Autouse

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: autouse() docs don't mention autouse(@classes)
The autouse() docs say: autouse $class The autouse method sets the class to be loaded as required. but the code works more like autouse(@classes). If this is intended it should be documented. If its not it should be removed. It appears to be a consequence of "use Class::Autouse qw(Foo::Bar Baz::Bam)".
Added documentation for ->autouse(@classes). Cleaned up the rest of the documentation while I was at it to hopefully describe the features in a more useful order.