Subject: | New automatic module loading broke Test::Kit 2.0 |
Hey,
The new automatic module loading behaviour in import::into 1.002003 has broken the evil ways I'm using import::into in Test::Kit.
http://www.cpantesters.org/cpan/report/2c4d1db0-0bfe-11e4-aeb4-166d0a370852
"Can't locate Test/Kit/Fake/MyTest/Basic/Test/More.pm in @INC (you may need to install the Test::Kit::Fake::MyTest::Basic::Test::More module)"
I'm creating "fake" packages at runtime and importing things into them dynamically to make Test::Kit do its thing. The addition of the automatic loading in response to RT#96995 has broken this.
I can probably fix things from the Test::Kit side by adding the "fake" packages to %INC manually... but I thought you might want to know about this and maybe make the automatic loading more optional somehow.
Thanks,
- Alex