Skip Menu |

This queue is for tickets about the Time-Format_XS CPAN distribution.

Report information
The Basics
Id: 100194
Status: open
Priority: 0/
Queue: Time-Format_XS

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

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



Subject: Syntax error because of qw without parentheses
For newer perls the test suite fails because qw() is used without outer parentheses: PERL_DL_NONLAZY=1 "/bbbike/perl-5.21.5/bin/perl5.21.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t syntax error at t/DateTime.t line 19, near "->import qw(langinfo DAY_3 MON_12 DAY_5 ABDAY_5 MON_6 ABMON_6)" Execution of t/DateTime.t aborted due to compilation errors. # Looks like you planned 80 tests but ran 1. # Looks like your test exited with 255 just after 1. t/DateTime.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 79/80 subtests ...
From: felix.ostmann [...] gmail.com
OK, that is old and easy to fix ... and hurt a lot :-/