- or download this
CONFIGURE_REQUIRES => {
'Inline::MakeMaker' => 0.45,
'ExtUtils::MakeMaker' => 6.62,
},
- or download this
Finally, you need to modify the Makefile.PL. Simply change:
use ExtUtils::MakeMaker;
...
to
use Inline::MakeMaker;
- or download this
Finally, you need to make the following modifications to Makefile.
+PL.
...
'ExtUtils::MakeMaker' => 6.62,
},