Skip Menu |

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

Report information
The Basics
Id: 8435
Status: open
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: schwern [...] pobox.com
Cc:
AdminCc:

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



Subject: Build.PL does not check arguments
Build.PL does not check arguments. There are no warnings from common mistakes such as... perl Build.PL --install_base=/tmp perl Build.PL install_base=/tmp
Yeah, we've had a request from David Wheeler to let M::B use Getopt::Long to process arguments. That's probably a good idea, but it will take some careful thinking & testing to be as backward-compatible as possible. We're awaiting a patch from whomever wants to write one. -Ken
RT-Send-CC: module-build [...] perl.org
http://rt.cpan.org/Ticket/Display.html?id=13276 is another manifestation of the fact that our argument processing is not using Getopt::Long or a reinvention thereof. I'm closing that and will consolidate all future option/argument processing complaints into this wishlist item.