Bundle-Parrot-Smoke

This module is used to help install all the modules necessary to smoke test Parrot. This module is mostly of use to Parrot developers and is not needed for using Parrot.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc Bundle::Parrot::Smoke

You can also look for information at:

Search CPAN

http://search.cpan.org/dist/Bundle-Parrot-Smoke

CPAN Request Tracker:

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Bundle-Parrot-Smoke

AnnoCPAN, annotated CPAN documentation:

http://annocpan.org/dist/Bundle-Parrot-Smoke

CPAN Ratings:

http://cpanratings.perl.org/d/Bundle-Parrot-Smoke

COPYRIGHT AND LICENCE

Copyright (C) 2007 Steve Peters

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.