Sun Mar 27 14:11:27 2016: Request 113386 was acted upon.
Transaction: Ticket created by PHILKIME
       Queue: PAR-Packer
     Subject: -u flag is doing strange things
   Broken in: 1.029
    Severity: Important
       Owner: Nobody
  Requestors: philk...@cpan.org
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=113386 >


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

Reply via email to