Scroll to navigation

Test::Routine::Common(3pm) User Contributed Perl Documentation Test::Routine::Common(3pm)

NAME

Test::Routine::Common - a role composed by all Test::Routine roles

VERSION

version 0.031

OVERVIEW

Test::Routine::Common provides the "run_test" method described in the docs on writing tests in Test::Routine.

PERL VERSION

This module should work on any version of perl still receiving updates fromthe Perl 5 Porters. This means it should work on any version of perl releasedin the last two to three years. (That is, if the most recently releasedversion is v5.40, then this module should work on both v5.40 and v5.38.)

Although it may work on older versions of perl, no guarantee is made that theminimum required version will not be increased. The version may be increasedfor any reason, and there is no promise that patches will be accepted to lowerthe minimum required perl.

AUTHOR

Ricardo Signes <cpan@semiotic.systems>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Ricardo Signes.

This is free software; you can redistribute it and/or modify it underthe same terms as the Perl 5 programming language system itself.

2023-04-15 perl v5.36.0