NAME
Test2::Event::ParseError - Error parsing a test file's output
DESCRIPTION
This event is generated when there is an error parsing the output from a test job.
SYNOPSIS
use Test2::Event::ParseError;
return Test2::Event::ParseError->new(parse_error => "Cannot parse this gibberish: $line");
METHODS
Inherits from Test2::Event. Also defines:
The causes_fail
and diagnostics
methods return true for this event.
SOURCE
The source code repository for Test2::Harness can be found at http://github.com/Test-More/Test2-Harness/.
MAINTAINERS
AUTHORS
COPYRIGHT
Copyright 2016 Chad Granum <exodist@cpan.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/