Subject: | -u flag is doing strange things |
I upgraded to 1.029 and now, with Module::ScanDeps 1.20, have a strange problem. I have to use -u as I always need all the Unicode stuff, however, this flag packs unicore/version twice, once in lib/unicore/version and once in lib/version. This latter conflicts with lib/version/regex.pm (which I assume is from the v5.16 pragma which I use a lot). If I take out the "-u" flag, *both* of the unicore lines below disappear so it doesn't seem to be something else that is packing the unicore stuff.
/usr/local/perl/bin/pp: ... adding <string> as lib/ExtUtils/MakeMaker/version.pm
/usr/local/perl/bin/pp: ... adding <string> as lib/ExtUtils/MakeMaker/version/regex.pm
/usr/local/perl/bin/pp: ... adding <string> as lib/ExtUtils/MakeMaker/version/vpp.pm
/usr/local/perl/bin/pp: ... adding /usr/local/perl/lib/5.22.0/unicore/version as lib/unicore/version
/usr/local/perl/bin/pp: ... adding /usr/local/perl/lib/5.22.0/unicore/version as lib/version
/usr/local/perl/bin/pp: ... adding <string> as lib/version.pm
/usr/local/perl/bin/pp: ... adding <string> as lib/version/regex.pm