Skip Menu |

This queue is for tickets about the Object-Import CPAN distribution.

Report information
The Basics
Id: 106769
Status: open
Priority: 0/
Queue: Object-Import

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

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



Subject: Can't redeclare "my" in "my"
perl 5.23.2 has a new deprecation causing the test suite to fail: Can't redeclare "my" in "my" at t/04_handle.t line 10, at end of line Execution of t/04_handle.t aborted due to compilation errors. # Looks like you planned 56 tests but ran 3. # Looks like your test exited with 255 just after 3. t/04_handle.t .... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 53/56 subtests
On 2015-08-30 02:24:19, SREZIC wrote: Show quoted text
> perl 5.23.2 has a new deprecation causing the test suite to fail: > > Can't redeclare "my" in "my" at t/04_handle.t line 10, at end of line > Execution of t/04_handle.t aborted due to compilation errors. > # Looks like you planned 56 tests but ran 3. > # Looks like your test exited with 255 just after 3. > t/04_handle.t .... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 53/56 subtests
This happens also with the current stable perl 5.24.0 (and with new bleadperl 5.25.1).
On 2016-05-21 04:33:14, SREZIC wrote: Show quoted text
> On 2015-08-30 02:24:19, SREZIC wrote:
> > perl 5.23.2 has a new deprecation causing the test suite to fail: > > > > Can't redeclare "my" in "my" at t/04_handle.t line 10, at end of line > > Execution of t/04_handle.t aborted due to compilation errors. > > # Looks like you planned 56 tests but ran 3. > > # Looks like your test exited with 255 just after 3. > > t/04_handle.t .... > > Dubious, test returned 255 (wstat 65280, 0xff00) > > Failed 53/56 subtests
> > > This happens also with the current stable perl 5.24.0 (and with new > bleadperl 5.25.1).
A patch is available at: http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Object-Import-1.004-RT106769.patch
From: k-rindfrey [...] gmx.de
On Sat May 21 04:38:59 2016, SREZIC wrote: Show quoted text
> On 2016-05-21 04:33:14, SREZIC wrote:
> > On 2015-08-30 02:24:19, SREZIC wrote:
> > > perl 5.23.2 has a new deprecation causing the test suite to fail: > > > > > > Can't redeclare "my" in "my" at t/04_handle.t line 10, at end of > > > line > > > Execution of t/04_handle.t aborted due to compilation errors. > > > # Looks like you planned 56 tests but ran 3. > > > # Looks like your test exited with 255 just after 3. > > > t/04_handle.t .... > > > Dubious, test returned 255 (wstat 65280, 0xff00) > > > Failed 53/56 subtests
> > > > > > This happens also with the current stable perl 5.24.0 (and with new > > bleadperl 5.25.1).
> > A patch is available at: > http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Object- > Import-1.004-RT106769.patch
Thanks. I had the same problem. After patching the file, it works!
From: mawasak [...] gmail.com
On Sat May 21 04:38:59 2016, SREZIC wrote: Show quoted text
> On 2016-05-21 04:33:14, SREZIC wrote:
> > On 2015-08-30 02:24:19, SREZIC wrote:
> > > perl 5.23.2 has a new deprecation causing the test suite to fail: > > > > > > Can't redeclare "my" in "my" at t/04_handle.t line 10, at end of > > > line > > > Execution of t/04_handle.t aborted due to compilation errors. > > > # Looks like you planned 56 tests but ran 3. > > > # Looks like your test exited with 255 just after 3. > > > t/04_handle.t .... > > > Dubious, test returned 255 (wstat 65280, 0xff00) > > > Failed 53/56 subtests
> > > > > > This happens also with the current stable perl 5.24.0 (and with new > > bleadperl 5.25.1).
> > A patch is available at: > http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Object- > Import-1.004-RT106769.patch
Hi, Thanks for patch. Will be new version (1.005) available? WWW::Mechanize::Chrome depends on this module https://metacpan.org/source/CORION/WWW-Mechanize-Chrome-0.10/Makefile.PL so patch have to be applied manually during installation. Regards, Mariusz