Skip Menu |

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

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

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

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



Subject: Error in documentation?
The example call for plugins_ordered() reads like this: my @plugins = __PACKAGE__->plugins(); but I presume it should be like this: my @plugins = __PACKAGE__->plugins_ordered(); otherwise... why plugins_ordered()? I'm also curious about why not overriding plugins() directly. If I'm going to use M::P::Ordered, I know what I'm doing and I can be willing to accept that the order isn't the default that would come with M::P. Just my 2c.