NAME
Bundle::Pugs::SmokeKit - Bundle for running Pugs smoke tests
SYNOPSIS
### This bundle is obsoleted in favor of Task::Smoke. ###
perl -MCPAN -e 'install Bundle::Pugs::SmokeKit'
CONTENTS
YAML - YAML serialization language
URI
MKDoc::XML
Petal - Perl Template Attribute Language
Test::TAP::Model - Model for smoke test resuls
Test::TAP::HTMLMatrix - Colorful smoke result report
Best - Load best available module from a list
DESCRIPTION
Perl6::Pugs is an experimental implementation of Perl 6. It does not have many prerequisites by itself: merely perl 5.6.1 or 5.8.3, and a decently new ExtUtils::MakeMaker.
If you wish to run the powerful smoke test system that comes with pugs, however, you'll need these modules. Once installed, you can run a smoke test and generate a colorful smoke.html by running the following command in the pugs build directory:
make smoke
You are encouraged to submit your results to the public smokeserver, especially if you run on an uncommon platform:
perl util/smokeserv/smoke-client.pl smoke.html
NOTE - this bundle installs YAML.pm, but it is recommended to install YAML::Syck which is faster (but requires a c development environment).
SEE ALSO
Perl6::Pugs, http://smoke.pugscode.org/
AUTHOR
Gaal Yahas, <gaal@forum2.org> and others.
Please report any problems to the #perl6
channel on irc.freenode.org
.
COPYRIGHT AND LICENSE
Copyright (C) 2005 by Gaal Yahas
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.