Test::Smoke.3pm

Langue: en

Version: 2010-02-12 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

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 1271 2010-02-12 21:44:04Z 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:

*
<http://www.perl.com/perl/misc/Artistic.html>
*
<http://www.gnu.org/copyleft/gpl.html>

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.