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

Search results for "distribution:Test-Smoke jarkko"

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

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

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::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

Test::Smoke::App::Options - A collection of application configs and config options. River stage zero No dependents

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

Test::Smoke::Poster::Curl - Poster subclass using curl. River stage zero No dependents

This is a subclass of Test::Smoke::Poster::Base. Test::Smoke::Poster::Curl->new(%arguments) Extra Arguments curlbin => $fq_path_to_curl...

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

Test::Smoke::Poster::Base - Base class for the posters to CoreSmokeDB. River stage zero No dependents

Provide general methods for the poster subclasses. Test::Smoke::Poster::Base->new(%arguments); Arguments Named. smokedb_url => $some_url ddir => $smoke_directory jsnfile => $json_file (mktest.jsn) v => $verbosity Returns An instance of the class. Exc...

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

Test::Smoke::App::Reporter - The tsreport.pl application. River stage zero No dependents

Test::Smoke::App::Reporter->new() Return an instance....

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

Test::Smoke::App::Archiver - The tsarchive.pl application. River stage zero No dependents

Test::Smoke::App::Archiver->new() Creates a new attribute "archiver" of class Test::Smoke::Archiver....

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

Test::Smoke::App::RunSmoke - The tsrunsmoke.pl application. River stage zero No dependents

This applet takes care of running the "smoke-mantra" for all build-configurations. $smoker->run(); reimplemention of the old "Test::Smoke::run_smoke()"....

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

Test::Smoke::App::SyncTree - Synchronise the perl source tree from a source. River stage zero No dependents

This module synchronises the smoke destination directory with a given source in a given way. The source depends on the synchonisation method. Synchronisers The primary synchronisers are: git This method will use the git() program to set up a main clo...

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

Test::Smoke::App::SmokePerl - The tssmokeperl.pl application. River stage zero No dependents

$app->run(); Run all the parts: * synctree * runsmoke * report * sendrpt * archive...

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

Test::Smoke::App::AppOption - Object that represents an Application Option. River stage zero No dependents

Test::Smoke::App::AppOption->new(%arguments) Arguments Named: name => $basic_option_name [required] option => $option_extention (see Getopt::Long) allow => $arrary_ref_with alternatives default => $default_value helptext => $text_to_show_with help Re...

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

Test::Smoke::App::SmokeStatus - Guess the status of the current smoke. River stage zero No dependents

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

Test::Smoke::App::SendReport - Implementation for tssendrpt.pl River stage zero No dependents

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

Test::Smoke::Util::Serialise - Serialise (stringify) values, a bit like Data::Dumper. River stage zero No dependents

Mostly looks like Data::Dumper::Dumper, with "$Indent = 0", "$Sortkeys = 1" and "$Terse = 1". serialise($to_serialise) Make a string representation of the argument passed. Arrays are represented with enclosing square brackets Hashes are represented w...

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

Test::Smoke::App::HandleQueue - Queue handler for reports that failed to POST to CoreSmokeDB River stage zero No dependents

This applet reads the current queue and tries to send every report in it. On success the item is removed, on failure it stiks around. After all items in the queue have been looked at, the ones that do not exist in the archive directory will also be r...

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

Test::Smoke::Poster::HTTP_Tiny - Poster subclass using HTTP::Tiny. River stage zero No dependents

This is a subclass of Test::Smoke::Poster::Base. Test::Smoke::Poster::HTTP_Tiny->new(%arguments) Extra Arguments None....

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

Test::Smoke::Poster::LWP_UserAgent - Poster subclass using LWP::UserAgent. River stage zero No dependents

This is a subclass of Test::Smoke::Poster::Base. Test::Smoke::Poster::LWP_UserAgent->new(%arguments) Extra Arguments ua_timeout => a timeout te feed to LWP::UserAgent....

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