
Test::Smoke - The Perl core test smoke suite

use Test::Smoke;
use vars qw( $VERSION );
$VERSION = Test::Smoke->VERSION;
read_config( $config_name ) or warn Test::Smoke->config_error;

Test::Smoke exports $conf and read_config() by default.
Return the value of $ConfigError
is_win32() returns true if $^O eq "MSWin32".
do_manifest_check() uses Test::Smoke::SourceTree to do the MANIFEST check.
Set the current patchlevel as a registered patch like "SMOKE$patch"
run_smoke() sets up de build environment and gets the private Policy file and build configurations and then runs the smoke stuff for all configurations.
All arguments after the $continue are taken as default buildoptions and passed to ./Configure.
Read the contents of .patch.

$Id: Smoke.pm 1235 2009-02-08 11:32:39Z abeltje $

(c) 2003, All rights reserved.
* Abe Timmerman <abeltje@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See:
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.