Subject: | Multiple builder files (Makefile.PL & Build.PL) created |
If you specify a builder multiple times (eg in the config file and then again on the commandline) it will get created multiple times according to the verbose output messages.
module-starter --module Baz --eumm --eumm --verbose
...
Created Baz/Makefile.PL
Created Baz/Makefile.PL
...
Created starter directories and files
I'm not sure what the correct behaviour should be. On one hand it would be convenient to merge setting from config & commandline so that if you normally use Module::Build as your builder, you can just insert a --eumm if you want both. On the other hand, it seems more normal to allow the commandline to override the config file. Either way it's a minor nit.