Test::Smoke - The Perl core test smoke suite


Test-Smoke documentation  | view source Contained in the Test-Smoke distribution.

Index


NAME

Top

Test::Smoke - The Perl core test smoke suite

SYNOPSIS

Top

    use Test::Smoke;

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

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




DESCRIPTION

Top

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

Top

$Id: Smoke.pm 1285 2010-11-04 18:06:52Z abeltje $

COPYRIGHT

Top


Test-Smoke documentation  | view source Contained in the Test-Smoke distribution.