Skip Menu |

This queue is for tickets about the Lexical-Failure CPAN distribution.

Report information
The Basics
Id: 91717
Status: resolved
Priority: 0/
Queue: Lexical-Failure

People
Owner: Nobody in particular
Requestors: carnil [...] debian.org
Cc:
AdminCc:

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

Attachments
liblexical-failure-perl_0.000004-1_amd64.build.gz



Subject: Testfailures for Lexical::Failure
Date: Sun, 29 Dec 2013 12:59:31 +0100
To: bug-Lexical-Failure [...] rt.cpan.org
From: Salvatore Bonaccorso <carnil [...] debian.org>
Hi Damian, I'm currently packaging Lexical::Failure for Debian, to be able to also package some other modules from you :). I encounter test failures for Lexical::Failure. I'm attaching the buildlog as found during Debian package build, but failures are also seen by CPAN testers. ----cut---------cut---------cut---------cut---------cut---------cut----- PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Lexical::Failure 0.000004 t/00.load.t ............... ok # Looks like you failed 1 test of 13. t/aliased.t ............... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/13 subtests t/context.t ............... ok t/default.t ............... ok # Looks like you failed 1 test of 1. t/error_runtime_setter.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/extras.t ................ ok t/implicit_croak.t ........ ok t/inner_scalar.t .......... ok # Looks like you failed 1 test of 14. t/simple.t ................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/14 subtests Test Summary Report ------------------- t/aliased.t (Wstat: 256 Tests: 13 Failed: 1) Failed test: 4 Non-zero exit status: 1 t/error_runtime_setter.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/simple.t (Wstat: 256 Tests: 14 Failed: 1) Failed test: 5 Non-zero exit status: 1 Files=9, Tests=51, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.40 cusr 0.04 csys = 0.47 CPU) Result: FAIL ----cut---------cut---------cut---------cut---------cut---------cut----- I have attached the full build log, as the used versions for other modules are visible there. Used Perl is 5.18.1. Thanks for your great Perl modules! Salvatore

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #91717] Testfailures for Lexical::Failure
Date: Mon, 30 Dec 2013 08:32:05 +1100
To: bug-Lexical-Failure [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Hi Salvatore, Amusingly, this bug was caused by a bug-fix to Keyword::Simple, which rendered my workarounds for a previous K::S bug unnecessary (and hence wrong). %-) Just uploaded a new version (v0.0.5) to CPAN, which should fix the issue. Note, however, that Lexical::Failure now requires Keyword::Simple v0.02. Many thanks for pointing this problem out...and for all your work packaging my modules for Debian. Much appreciated! All the best, Damian