Skip Menu |

This queue is for tickets about the TAPx-Parser CPAN distribution.

Report information
The Basics
Id: 41091
Status: resolved
Priority: 0/
Queue: TAPx-Parser

People
Owner: Nobody in particular
Requestors: codejumper [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.50_07
Fixed in: (no value)



Subject: tests with spaces in filepath can not be runned
When we tried to use TAPx::Parser with tests with spaces in filepath (like "some directory/test_bar.pl") we got this error: Can't open perl script ""some directory/test_bar.pl"": No such file or directory So we have extra quotes wrapping filepath. solution: file: TAPx::Parser::Source::Perl line: 102 $file = qq["$file"] if ( $file =~ /\s/ ) && ( $file !~ /^".*"$/ ); This line is wrong in current version. Now using 'IPC::Open3' instead of 'open' function, so parameters passed as an array not a plain string.
Hi, Thanks for the bug report. TAPx::Parser is no longer supported. We renamed it to TAP::Parser and is now part of the Test::Harness distribution: http://search.cpan.org/dist/Test-Harness/ You'll want to see if that solves your issue. However, this does mean I should upload a new version and point people to the new distribution. Thanks for making me aware of that :) Cheers, Ovid