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

NAME

Test::Run::Plugin::AlternateInterpreters - Define different interpreters for different test scripts with Test::Run.

VERSION

Version 0.0125

SYNOPSIS

    package MyTestRun;

    use base 'Test::Run::Plugin::AlternateInterpreters';
    use base 'Test::Run::Obj';

FUNCTIONS

$self->private_straps_plugins()

Returns the Test::Run::Straps plugins required by this (Test::Run::Obj) plugin to be loaded along with it.

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::AlternateInterpreters. 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::AlternateInterpreters

You can also look for information at:

ACKNOWLEDGEMENTS

Curtis "Ovid" Poe ( https://metacpan.org/author/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

COPYRIGHT & LICENSE

Copyright 2007 Shlomi Fish, all rights reserved.

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