|
NAMEText::TestBase - Parser for Test::Base format SYNOPSIS use Text::TestBase;
my $parser = Text::TestBase->new();
$parser->parse(<<'...');
=== hogehoge
--- input: yyy
--- got: xxx
...
DESCRIPTIONText::TestBase is a parser for Test::Base format. MOTIVATIONI love Test::Base. But it's bit too magical. It uses Spiffy, and it depends to YAML. Test::Base breaks my distribution sometime. I need more simple implementation for Test::Base format. METHODS
AUTHORTokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM> SEE ALSOMost of the code was taken from Test::Base, of course. LICENSECopyright (C) Tokuhiro Matsuno This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|