Skip Menu |

This queue is for tickets about the Footprintless CPAN distribution.

Report information
The Basics
Id: 118019
Status: resolved
Priority: 0/
Queue: Footprintless

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

Bug Information
Severity: (no value)
Broken in:
  • 1.15
  • 1.16
  • 1.17
Fixed in: (no value)



Subject: Can't redeclare "my" in "my"
Module compilation fails with newer perls (e.g. perl 5.24.0, 5.25.5): Can't redeclare "my" in "my" at /tmpfs/.cpan-build-cpansand/2016092106/Footprintless-1.15-0/blib/lib/Footprintless/App/ActionCommand.pm line 76, near ", my" Compilation failed in require at /opt/perl-5.25.5/lib/5.25.5/parent.pm line 16. BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016092106/Footprintless-1.15-0/blib/lib/Footprintless/App/Command/deployment.pm line 9. Compilation failed in require at /opt/perl-5.25.5/lib/site_perl/5.25.5/Sub/Exporter/Util.pm line 18. # Looks like your test exited with 255 just after 1. (in cleanup) (in cleanup) at /opt/perl-5.25.5/lib/5.25.5/Carp.pm line 167 during global destruction. (in cleanup) (in cleanup) at /opt/perl-5.25.5/lib/5.25.5/Carp.pm line 167 during global destruction. t/Footprintless_App_Command_config.t ..... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/3 subtests
On 2016-09-21 13:31:16, SREZIC wrote: Show quoted text
> Module compilation fails with newer perls (e.g. perl 5.24.0, 5.25.5): > > Can't redeclare "my" in "my" at /tmpfs/.cpan-build- > cpansand/2016092106/Footprintless-1.15- > 0/blib/lib/Footprintless/App/ActionCommand.pm line 76, near ", my" > Compilation failed in require at /opt/perl-5.25.5/lib/5.25.5/parent.pm > line 16. > BEGIN failed--compilation aborted at /tmpfs/.cpan-build- > cpansand/2016092106/Footprintless-1.15- > 0/blib/lib/Footprintless/App/Command/deployment.pm line 9. > Compilation failed in require at /opt/perl- > 5.25.5/lib/site_perl/5.25.5/Sub/Exporter/Util.pm line 18. > # Looks like your test exited with 255 just after 1. > (in cleanup) (in cleanup) at /opt/perl- > 5.25.5/lib/5.25.5/Carp.pm line 167 during global destruction. > (in cleanup) (in cleanup) at /opt/perl- > 5.25.5/lib/5.25.5/Carp.pm line 167 during global destruction. > t/Footprintless_App_Command_config.t ..... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 2/3 subtests
Fails also with 1.16.
Resolved by commit: commit da3822914a1879d758f91c0e67e7f4c36d541f1f Author: Lucas Theisen <lucastheisen@pastdev.com> Date: Wed Oct 12 18:04:55 2016 -0400 resolved https://rt.cpan.org/Ticket/Display.html?id=118019 Can't redeclare "my" in "my" Will be released soon