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

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.

set_smoke_patchlevel( $ddir, $patch[, $verbose] )

Set the current patchlevel as a registered patch like "SMOKE$patch"

run_smoke( [$continue[, @df_buildopts]] )

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.

__get_ts_patchlevel( )

Read the contents of .patch.

REVISION

$Id: Smoke.pm 1188 2008-06-19 21:18:19Z 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.