Subject: | Module::Pluggable behaves differently in a test environment |
I discover after a wasted few hours that if Module::Pluggable thinks it
is in a test environment then it only searches include paths that
contain 'blib'. This makes it rather difficult to use it in a test
environment. It should behave the same in a test environment as in a
normal one. If the behaviour has to be changed for its own self test
then this should be an explicit action of its own test script rather
than an automatic action of the module.