NAME

Test::Run::Plugin::TrimDisplayedFilenames - trim the first components of the displayed filename to deal with excessively long ones.

VERSION

Version 0.0126

SYNOPSIS

    package MyTestRun;

    use Moose;

    extends('Test::Run::Plugin::TrimDisplayedFilenames');

FUNCTIONS

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::Plugin::TrimDisplayedFilenames

You can also look for information at:

ACKNOWLEDGEMENTS

Curtis "Ovid" Poe ( http://search.cpan.org/~ovid/ ) who gave the idea of testing several tests from several interpreters in one go here:

http://use.perl.org/~Ovid/journal/32092

SEE ALSO

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

COPYRIGHT & LICENSE

Copyright 2007 Shlomi Fish, all rights reserved.

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