Skip Menu |

This queue is for tickets about the Test-TAP-XML CPAN distribution.

Report information
The Basics
Id: 22676
Status: new
Priority: 0/
Queue: Test-TAP-XML

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

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



Subject: Reference found where even-sized list expected at lib/Test/TAP/Model.pm line 172.
Getting the above error when running the following test case. The XML output is attached. Test::TAP::Model version is 0.06. -Mike #!/usr/bin/perl use strict; use warnings; use Test::TAP::XML; my $t = Test::TAP::XML->new; $t->run_tests( 't/000test.t' ); open my $fh, '>', 'results.xml' or die "Can't open smolder.xml: $!"; print $fh $t->xml;
Subject: results.xml
Download results.xml
application/xml 557b

Message body not shown because it is not plain text.