Subject: | Debugging mode enabled when installed via CPANPLUS |
In your Makefile.PL, you have the following code:
if (@ARGV) {
warn "Configuring a debugging build of PadWalker\n";
$DEBUGGING = '-DPADWALKER_DEBUGGING';
}
Unfortunately, many people configure CPAN or CPANPLUS to automatically add certain arguments to the Makefile.PL. This causes PadWalker to automatically be built with debugging enabled.
Cheers,
Ovid