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

NAME

Test::Run::CmdLine::Plugin::TrimDisplayedFilenames - trim the filenames that are displayed by the harness to make them more managable.

DESCRIPTION

This is a Test::Run::CmdLine plugin that allows one to trim the filenames that are displayed by the harness. It accepts the parameter by using the 'HARNESS_TRIM_FNS' environment variable. A few sample ones are:

    fromre:\At\z

(to match everything up to a "t" directory.)

    keep:3

(to keep only 3 components).

VERSION

Version 0.0125

METHODS

$self->private_backend_plugins()

Returns the Backend Plugins as specified by this plugin. See Test::Run::CmdLine for more information.

$self->private_non_direct_backend_env_mapping()

Returns the non-direct Backend Environment Mappings, that will specify the YAML information. See Test::Run::CmdLine for more information.

AUTHOR

Shlomi Fish, <shlomif at cpan.org>

BUGS

Please report any bugs or feature requests to bug-test-run-plugin-alternateinterpreters at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test::Run::Plugin::TrimDisplayedFilenames. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Test::Run::CmdLine::Plugin::TrimDisplayedFilenames

You can also look for information at:

SEE ALSO

Test::Run::Plugin::TrimDisplayedFilenames, Test::Run, Test::Run::CmdLine, TAP::Parser

COPYRIGHT & LICENSE

Copyright 2007 Shlomi Fish, all rights reserved.

This program is released under the following license: MIT X11.