NAME

Test::Smoke::Fact::TestEnvironment - The environment for a Test::Smoke report

SYNOPSIS

  my $fact = Test::Smoke::Fact::SmokeConfig->new (
      resource => "http://perl5.git.perl.org/perl.git/8c576062",
      content  => {
          PERL5LIB	=> $ENV{PERL5LIB},
          LC_ALL	=> $ENV{LC_ALL},
          LANG		=> $ENV{LANG},
	  },
      );

DESCRIPTION

This fact describes the environment variables that were set when the smoke run started that could possibly influence the run.

Not all are relevant, as Test::Smoke itself will set/reset the ones it knows to be relevant.

BUGS

SEE ALSO

Test::Smoke, Test::Smoke::Metabase, Metabase::Fact. Metabase::Fact::Hash.

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.