in reply to Clean smoke-test install for Inline based modules using Inline::MakeMaker
I think you might be the only one using Inline::MakeMaker for a cpan distribution :)
"Inline::MakeMaker" site:search.cpan.org
I think the solution might be to simply inline Inline::MakeMaker into Makefile.PL, and maybe add
use ExtUtils::MakeMaker 6.49_01 ();
Or, switch to http://search.cpan.org/perldoc/Module::Install#Module::Install::Inline
|
|---|