The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::System::Output::Factory - Factory class for building TAP formatters

DESCRIPTION

This module is part of Test::System and is used as a factory class for the TAP formats.

Usually this module gets called directly by Test::System but if you want to create the instance, modify it and then pass it to Test::System.

SYNOPSIS

    use Test::System::Output::Factory;

    my $formatter = Test::System::Output::Factory->new('html');
    $formatter->do_your_stuff();

Available formatters

AUTHOR

Pablo Fischer, pablo@pablo.com.mx.

COPYRIGHT

Copyright (C) 2009 by Pablo Fischer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.