Skip Menu |

This queue is for tickets about the Parse-CPAN-Meta CPAN distribution.

Report information
The Basics
Id: 76202
Status: resolved
Priority: 0/
Queue: Parse-CPAN-Meta

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

Bug Information
Severity: Normal
Broken in: 1.4403
Fixed in: 1.4404



Subject: 05_errors.t fails with YAML
Windows XP, perl 5.14.0 and 5.14.2. ENV: PERL_YAML_BACKEND=YAML # Failed test 'error causes exception' t/05_errors.t ..... 1/1 # at t/05_errors.t line 30. # 'YAML Error: Unrecognized implicit value '- bar' # Code: YAML_PARSE_ERR_BAD_IMPLICIT # Line: 2 # Document: 1 # at C:/strawberry514/perl/vendor/lib/YAML.pm line 36. # at t/05_errors.t line 29. # ' # doesn't match '/illegal characters/' # Looks like you failed 1 test of 1. t/05_errors.t ..... Dubious, test returned 1 (wstat 256, 0x100) -- Alexandr Ciornii, http://chorny.net
On Sun Apr 01 12:06:09 2012, CHORNY wrote: Show quoted text
> Windows XP, perl 5.14.0 and 5.14.2. > ENV: > PERL_YAML_BACKEND=YAML > > # Failed test 'error causes exception' > t/05_errors.t ..... 1/1 # at t/05_errors.t line 30. > # 'YAML Error: Unrecognized implicit value '- bar' > # Code: YAML_PARSE_ERR_BAD_IMPLICIT > # Line: 2 > # Document: 1 > # at C:/strawberry514/perl/vendor/lib/YAML.pm line 36. > # at t/05_errors.t line 29. > # ' > # doesn't match '/illegal characters/' > # Looks like you failed 1 test of 1. > t/05_errors.t ..... Dubious, test returned 1 (wstat 256, 0x100) >
Do you know whether this problem persists with more recent versions of Perl and Parse-CPAN-Meta? Thank you very much. Jim Keenan
Subject: Re: [rt.cpan.org #76202] 05_errors.t fails with YAML
Date: Wed, 22 Jan 2014 12:09:49 -0500
To: bug-Parse-CPAN-Meta [...] rt.cpan.org
From: David Golden <dagolden [...] cpan.org>
On Tue, Jan 21, 2014 at 7:43 PM, James E Keenan via RT <bug-Parse-CPAN-Meta@rt.cpan.org> wrote: Show quoted text
> Do you know whether this problem persists with more recent versions of Perl and Parse-CPAN-Meta?
I think tests need to clear the *BACKEND variables so tests always happen with CPAN::Meta::YAML and JSON::PP. David