NAME

Test::Smoke - The Perl core test smoke suite

SYNOPSIS

use Test::Smoke;

use vars qw( $VERSION );
$VERSION = Test::Smoke->VERSION;

read_config( $config_name ) or warn Test::Smoke->config_error; 

DESCRIPTION

Test::Smoke exports $conf and read_config() by default.

Test::Smoke::read_config( $config_name )
Test::Smoke->config_error()

Return the value of $ConfigError

is_win32( )

is_win32() returns true if $^O eq "MSWin32".

do_manifest_check( $ddir, $smoker )

do_manifest_check() uses Test::Smoke::SourceTree to do the MANIFEST check.

run_smoke( $continue, $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.

skip_config( $config )

Returns true if this config should be skipped.

REVISION

$Id: Smoke.pm 320 2003-08-03 13:41:09Z abeltje $

COPYRIGHT

(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.