in reply to Re^2: Module::Build Build.PL parameter inserted by Module::Starter - fatal error
in thread Module::Build Build.PL parameter inserted by Module::Starter - fatal error
G'day Intrepid,
"Sorry, I'm afraid I don't recall. It was several weeks ago and it has scrolled off my bash history. Whatever I did, I ended up with both a Makefile.PL and a Build.PL file. Let's see ... just tested it, yeah, you can do that by providing both --eumm and --mb on the commandline. I must have done that?"
Check your ~/.module-starter/config file. I have:
ken@titan ~/.module-starter $ cat config | grep build builder: ExtUtils::MakeMaker
The builder entry takes a space-separated list. Perhaps you have something like this:
builder: ExtUtils::MakeMaker Module::Build
I believe that would cause the "ended up with both a Makefile.PL and a Build.PL file" situation.
— Ken
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Module::Build Build.PL parameter inserted by Module::Starter - fatal error
by Intrepid (Curate) on Sep 18, 2025 at 17:19 UTC |