Test::Run::CmdLine::Plugin::TrimDisplayedFilenames - trim the filenames


Test-Run-Plugin-TrimDisplayedFilenames documentation  | view source Contained in the Test-Run-Plugin-TrimDisplayedFilenames distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

Version 0.0122

METHODS

Top

$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

Top

Shlomi Fish, <shlomif at cpan.org>

BUGS

Top

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

Top

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

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

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Test::Run::CmdLine::Plugin::TrimDisplayedFilenames

* CPAN Ratings

http://cpanratings.perl.org/d/Test::Run::Plugin::TrimDisplayedFilenames

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test::Run::Plugin::TrimDisplayedFilenames

* Search CPAN

http://search.cpan.org/dist/Test-Run-Plugin-TrimDisplayedFilenames/

SEE ALSO

Top

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

COPYRIGHT & LICENSE

Top


Test-Run-Plugin-TrimDisplayedFilenames documentation  | view source Contained in the Test-Run-Plugin-TrimDisplayedFilenames distribution.