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
...