NAME
Test::Smoke::Fact::SmokeConfig - The Configuration for a Test::Smoke report
SYNOPSIS
my $fact = Test::Smoke::Fact::SmokeConfig->new (
resource => "http://perl5.git.perl.org/perl.git/8c576062",
content => "-Duse64bitall -DDEBUGGING",
);
DESCRIPTION
This fact just shows the configuration that was smoked. It is a space separated list of configure options.
SEE ALSO
Test::Smoke, Test::Smoke::Metabase, Metabase::Fact. Metabase::Fact::String.
AUTHOR
H.Merijn Brand
COPYRIGHT AND LICENSE
Copyright (c) 2010 by H.Merijn Brand
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.