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

NAME

Task::Smoke - Install modules required for Pugs-like smoke system

SYNOPSIS

  cpan Task::Smoke

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:

  make upload-smoke

Existing smoke reports can be viewed at http://smoke.pugscode.org.

Non-Pugs usage

You are invited to use this system in your Perl 5 projects, though currently this may require some tweaking. Please see the talk http://perlcabal.org/~gaal/pugstest/start.html, "Reusing the Pugs Smoke System", for this end.

Note on YAML providers

This bundle installs either YAML::Syck or YAML.pm, depending on your environment. YAML::Syck is faster, but requires c build capabilities.

AUTHOR

Gaal Yahas, <gaal at forum2.org>

The Pugs test system was developed by many people; please see the dependencies of this module.

BUGS

Please report any bugs or feature requests to bug-task-smoke at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-Smoke.

Or better, come to the #perl6 channel on irc.freenode.org.

SUPPORT

You can look for information at:

COPYRIGHT & LICENSE

Copyright 2006, 2007 Gaal Yahas, all rights reserved.

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