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.