Skip Menu |

This queue is for tickets about the Git-PurePerl CPAN distribution.

Report information
The Basics
Id: 106772
Status: resolved
Priority: 0/
Queue: Git-PurePerl

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

Bug Information
Severity: (no value)
Broken in: 0.51
Fixed in: (no value)



Subject: Can't redeclare "my" in "my"
Compilation of Git::PurePerl fails with perl 5.23.2 because of a new deprecation: Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 "/opt/perl-5.23.2/bin/perl5.23.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00_setup.t ...... ok Can't redeclare "my" in "my" at /tmpfs/.cpan-build/2015083006/Git-PurePerl-0.51-wewpYJ/blib/lib/Git/PurePerl.pm line 159, near ", " Can't redeclare "my" in "my" at /tmpfs/.cpan-build/2015083006/Git-PurePerl-0.51-wewpYJ/blib/lib/Git/PurePerl.pm line 205, near ", " Compilation failed in require at t/encoding.t line 5. BEGIN failed--compilation aborted at t/encoding.t line 5. t/encoding.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ...
In Debian we are currently applying the following patch to Git-PurePerl. We thought you might be interested in it too. Description: fix 'Can't redeclare "my" in "my" ...' error in 5.24 Origin: vendor Bug-Debian: https://bugs.debian.org/825525 Author: gregor herrmann <gregoa@debian.org> Last-Update: 2016-06-05 The patch is tracked in our Git repository at https://anonscm.debian.org/cgit/pkg-perl/packages/libgit-pureperl-perl.git/plain/debian/patches/my-oh-my.patch Thanks for considering, gregor herrmann, Debian Perl Group

Message body is not shown because sender requested not to inline it.

On Sat Jun 04 19:13:18 2016, GREGOA wrote: Show quoted text
> In Debian we are currently applying the following patch to > Git-PurePerl. > We thought you might be interested in it too.
Applied: https://metacpan.org/release/BROQ/Git-PurePerl-0.52 Thanks for the patch gregor and the report Slaven! -- Cheers, Dan Brook