Skip Menu |

This queue is for tickets about the PAR-Packer CPAN distribution.

Report information
The Basics
Id: 113386
Status: resolved
Priority: 0/
Queue: PAR-Packer

People
Owner: Nobody in particular
Requestors: PHILKIME [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.029
Fixed in: (no value)



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
I just tried the 1.029_04 dev version and it's fixed there - any idea of the release date for this? I really need this module for releases and the current state is broken for me.
On 2016-03-27 14:23:25, PHILKIME wrote: Show quoted text
> I just tried the 1.029_04 dev version and it's fixed there - any idea > of the release date for this? I really need this module for releases > and the current state is broken for me.
I just released 1.030 (almost identical to 1.029_04). Phil, sorry for inconvenience - I held back on a release trying to get to the bottom of some (unrelated) failure reports from CPAN testers. Cheers, Roderich