NAME
Test::Smoke::Fact::Config - The Configuration for a Test::Smoke report
SYNOPSIS
my $fact = Test::Smoke::Fact::Config->new (
resource => "http://perl5.git.perl.org/perl.git/8c576062",
content => {
arguments => "-Duse64bitall -DDEBUGGING",
parallel => 1,
debugging => 1,
},
);
DESCRIPTION
This fact just shows the configuration that was smoked.
arguments
A space separated list of Configure options.
parallel
A boolean value indicating if this build was tested in parallel. Both Test::Smoke's harness_options
and the environment variable TEST_JOBS
can enable parallel smokes.
SEE ALSO
Test::Smoke, Test::Smoke::Metabase, Metabase::Fact. Metabase::Fact::Hash.
AUTHOR
H.Merijn Brand
COPYRIGHT AND LICENSE
Copyright (c) 2011 by H.Merijn Brand
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.