The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Test-Smoke ABE"

Test::Smoke - The Perl core test smoke suite River stage zero No dependents

If you are looking to get started, start at the README! "Test::Smoke" exports $conf and "read_config()" by default. Test::Smoke::read_config( $config_name ) Read (require) the configfile....

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

ReleaseNotes - These are the Release Notes for 1.30 River stage zero No dependents

You will need to rerun configsmoke.pl in order to use the new Test::Harness 3 parallel testing feature. 0 Remove all the cruft from Makefile.PL, so it's more standard. 1 I moved Mail::Sendmail so it will be installed but no longer looks like a part o...

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

configsmoke - Explain the options during configuration. River stage zero No dependents

*Welcome to the Perl5 core smoke suite.* Test::Smoke is the symbolic name for a set of scripts and modules that try to run the perl core tests on as many configurations as possible and combine the results into an easy to read report. The main script ...

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

chkbcfg.pl - Check the buildconfigfile specified on the commandline River stage zero No dependents

chkbcfg.pl simply reads and parses the specified build configurations file and shows which configurations are actually smoked and which are skipped....

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Smoke::Util - Take out some of the functions of the smoke suite. River stage zero No dependents

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Smoke::Poster - Factory for poster objects. River stage zero No dependents

Returns a instance of the object-class requested....

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

patchtree.pl - Patch the sourcetree River stage zero No dependents

This is a small front-end for Test::Smoke::Patcher....

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Smoke::Mailer - Factory for objects to send the report. River stage zero No dependents

This little wrapper still allows you to use the sendmail, sendemail, mail or mailx programs, but prefers to use the Mail::Sendmail module (which comes with this distribution) to send the reports....

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Smoke::Policy - OO interface to handle the Policy.sh stuff. River stage zero No dependents

I wish I understood what Merijn is doeing in the original code....

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Smoke::Syncer - Factory for syncer objects. River stage zero No dependents

At this moment we support three basic types of syncing the perl source-tree. rsync This method uses the rsync program with the "--delete" option to get your perl source-tree up to date. snapshot This method uses the Net::FTP or the LWP module to get ...

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Smoke::Smoker - OO interface to do one smoke cycle. River stage zero No dependents

The Test::Smoke::Smoker module, an OO interface to do one smoke cycle....

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

smokestatus.pl - Check the status of a running smoke River stage zero No dependents

This is a small program that checks the status of a running smoke and reports....

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Smoke::Patcher - OO interface to help patching the source-tree River stage zero No dependents

Okay, you will need a working patch program, which I believe is available for most platforms perl runs on. There are two ways to initialise the Test::Smoke::Patcher object. single mode The pfile attribute is a pointer to a *single* patch. There are f...

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Smoke::Archiver - Archive the smoke files. River stage zero No dependents

Test::Smoke::Archiver->new(%arguments) Arguments archive => [0|1] ddir => $smoke_destination_directory adir => $archive_destination_directory outfile => 'mktest.out' rptfile => 'mktest.rpt' jsnfile => 'mktest.jsn' lfile => $logfile_name v => [0|1|2] ...

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Smoke::LogMixin - "Role" that adds logging methods to "traditional" objects. River stage zero No dependents

This package with these mixin-methods acts like a role to extend your traditional (created with "bless()") object with 4 new methods. It has some extra Test::Smoke::App::Base logic to determine the log-level (by looking at "$app->option('verbose')")....

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Smoke::Reporter - OO interface for handling the testresults (mktest.out) River stage zero No dependents

Handle the parsing of the mktest.out file....

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Smoke::BuildCFG - OO interface for handling build configurations River stage zero No dependents

Handle the build configurations...

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Smoke::PostQueue - Queue mechanism for re-posting reports. River stage zero No dependents

This is implemented as a singleton. It can only work if archiving is true....

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Smoke::FTPClient - Implement a mirror like object River stage zero No dependents

This module was written specifically to fetch a perl source-tree from the APC. It will not suffice as a general purpose mirror module! It only distinguishes between files and directories and relies on the output of the "Net::FTP->dir" method. This so...

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Smoke::App::Base - Baseclass for Test::Smoke::App::* applications. River stage zero No dependents

use Test::Smoke::App::Mailer; my $mailer = Test::Smoke::App::Mailer->new( main_options => [ Test::Smoke::App::AppOption->new( name => 'mailer', option => '=s', allow => [qw/MIME::lite sendmail/], helptext => "Mailsystem to use for sendig reports.", )...

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC
69 results (0.034 seconds)