Skip Menu |

This queue is for tickets about the Module-Pluggable CPAN distribution.

Report information
The Basics
Id: 121869
Status: new
Priority: 0/
Queue: Module-Pluggable

People
Owner: Nobody in particular
Requestors: DROLSKY [...] cpan.org
Cc:
AdminCc:

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



Subject: Module::Pluggable::Object docs are minimal (and confusing)
Almost none of the API is documented, for example methods and constructor args. What documentation does exist seems to have been copied from Module::Pluggable. For example the description for MPO is "automatically give your module the ability to have plugins" which is not correct. The relationship between MPO and MP is pretty unclear. It's not at all clear that MPO provides all the guts of MP and that you can use MPO directly to avoid having MP pollute your class with its exports (which I generally want to avoid).