Subject: | Module-Pluggable ignores single letter package names. |
The following line in M::P::Object
next unless $plugin =~ m!(?:[a-z\d]+)[a-z\d]!i;
seems to reject without any explained reason plugin names that do not contain two successive alpha numeric characters.
Probably not a big issue in practice, but a frustrating waste of time when exploring the functionality and just happen to use names like M::X.