Skip Menu |

This queue is for tickets about the MooX-late CPAN distribution.

Report information
The Basics
Id: 95261
Status: resolved
Priority: 0/
Queue: MooX-late

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

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



Subject: Tests fail on Windows 7 64-bit with Strawberry Perl 5.18.2.2 64-bit
Hi, the tests for MooX-late-0.014 fail on Windows 7 64-bit with Strawberry Perl 5.18.2.2 64-bit. I am getting this: C:\strawberry\cpan\build\MooX-late-0.014-ZQSfHh>dmake cp lib/MooX/late.pm blib\lib\MooX\late.pm C:\strawberry\cpan\build\MooX-late-0.014-ZQSfHh>dmake test C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib\lib', 'blib\arch' )" t/01basic.t t/02inflation.t t/03invalid_tc.t t/04arrayofattrs.t t/05haveimiss edanytypes.t t/06handlesvia.t t/07coerce1.t t/01basic.t ................ Couldn't build importer for 1: syntax error at (eva l 15) line 2, at EOF BEGIN failed--compilation aborted at t/01basic.t line 24. t/01basic.t ................ Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run t/02inflation.t ............ Couldn't build importer for 1: syntax error at (eva l 15) line 2, at EOF BEGIN failed--compilation aborted at t/02inflation.t line 25. t/02inflation.t ............ Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run t/03invalid_tc.t ........... 1/? # Failed test 'error message looks ok' # at t/03invalid_tc.t line 33. # 'Couldn't build importer for 1: syntax error at (eval 16) li ne 2, at EOF # BEGIN failed--compilation aborted at embedded line 2. # ' # doesn't match '(?^:^Unexpected tail on type expression: Y Z)' # Looks like you failed 1 test of 2. t/03invalid_tc.t ........... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests t/04arrayofattrs.t ......... Couldn't build importer for 1: syntax error at (eva l 15) line 2, at EOF BEGIN failed--compilation aborted at t/04arrayofattrs.t line 29. t/04arrayofattrs.t ......... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run t/05haveimissedanytypes.t .. Couldn't build importer for 1: syntax error at (eva l 16) line 2, at EOF BEGIN failed--compilation aborted at (eval 15) line 3. t/05haveimissedanytypes.t .. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run t/06handlesvia.t ........... skipped: Test requires module 'MooX::HandlesVia' bu t it's not found t/07coerce1.t .............. Couldn't build importer for 1: syntax error at (eva l 225) line 2, at EOF BEGIN failed--compilation aborted at t/07coerce1.t line 29. t/07coerce1.t .............. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run Test Summary Report ------------------- t/01basic.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/02inflation.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/03invalid_tc.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 1 t/04arrayofattrs.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/05haveimissedanytypes.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/07coerce1.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=7, Tests=2, 0 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) Result: FAIL Failed 6/7 test programs. 1/2 subtests failed. dmake: Error code 255, while making 'test_dynamic' ------------- There are some other failures reported on the CPAN Testers Report. Regards, -- Shlomi Fish
The problem here was an outdated Import::Into. Moo never would have passed its tests with the outdated version, and it's specified correctly in the metadata and Makefile.PL. If there is a bug here, it isn't in MooX::late or Moo.
On Fri May 02 04:45:57 2014, haarg wrote: Show quoted text
> The problem here was an outdated Import::Into. Moo never would have > passed its tests with the outdated version, and it's specified > correctly in the metadata and Makefile.PL. > > If there is a bug here, it isn't in MooX::late or Moo.
RESOLVing then. Regards, -- Shlomi Fish