Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Module-Starter CPAN distribution.

Report information
The Basics
Id: 14269
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Module-Starter

People
Owner: rjbs [...] cpan.org
Requestors: RandyS [...] ThePierianSpring.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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.