Skip Menu |

This queue is for tickets about the ALPM CPAN distribution.

Report information
The Basics
Id: 66391
Status: resolved
Priority: 0/
Queue: ALPM

People
Owner: Nobody in particular
Requestors: knotty [...] ailleurs.org
Cc:
AdminCc:

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



Subject: t/00-ALPM.t typo makes test fail
-> make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-ALPM.t ......... 1/3 # Failed test 'automatic initializes' # at t/00-ALPM.t line 13. # 'ALPM Error: library already initialised at t/00-ALPM.t line 10. # ' # doesn't match '(?-xism:^ALPM Error: library already initialized)' # Looks like you failed 1 test of 3. t/00-ALPM.t ......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests typo on line 13 qr/^ALPM Error: library already initialized/ should be qr/^ALPM Error: library already initialised/
I think this is fixed in 1.03. This was probably also caused by the error messages being translated inside libalpm.