Discussion:
[rt.cpan.org #113386] -u flag is doing strange things
(too old to reply)
Philip Kime via RT
2016-03-27 18:11:28 UTC
Permalink
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: ***@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
Philip Kime via RT
2016-03-27 18:23:26 UTC
Permalink
Sun Mar 27 14:23:25 2016: Request 113386 was acted upon.
Transaction: Correspondence added by PHILKIME
Queue: PAR-Packer
Subject: -u flag is doing strange things
Broken in: 1.029
Severity: Important
Owner: Nobody
Requestors: ***@cpan.org
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=113386 >


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.
Roderich Schupp via RT
2016-03-29 08:36:37 UTC
Permalink
Tue Mar 29 04:36:36 2016: Request 113386 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: -u flag is doing strange things
Broken in: 1.029
Severity: Important
Owner: Nobody
Requestors: ***@cpan.org
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=113386 >
Post by Philip Kime via RT
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

Loading...