NAME
ShipIt::Step::DistTestExtra - Like the DistTest step but also runs extra tests
SYNOPSIS
# None.
DESCRIPTION
This ShipIt step extends the standard DistTest
step with the ability to run extra tests as defined by Module::Install::ExtraTests.
METHODS
run
-
Sets the
AUTHOR_TESTING
environment variable to 1, then calls therun()
method of the superclass (ShipIt::Step::DistTest).
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests through the web interface at http://rt.cpan.org.
INSTALLATION
See perlmodinstall for information and options on installing Perl modules.
AVAILABILITY
The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN site near you. Or see http://search.cpan.org/dist/ShipIt-Step-DistTestExtra/.
AUTHORS
Marcel Grünauer, <marcel@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2008-2009 by Marcel Grünauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.