Subject: | Makefile.PL breaks EUMM parameter handling |
The changes to Makefile.PL in 0.25 break normal ExtUtils::MakeMaker behaviour.
The problem is the `@ARGV && shift ...' in line 14 which "eats" the first parameter passed to `perl Makefile.PL'. In the case of a Debian build, we use `perl Makefile.PL INSTALLDIRS=vendor "OPTIMIZE= ...', and the "INSTALLDIRS=vendor" gets lost, and later installation would go to site instead of vendor.
Please try to change the DEBUG handling. Shouldn't $ENV{UUID_DEBUG} be enough?
Cheers,
gregor, Debian Perl Group