NAME
Test::Env - test the environment
SYNOPSIS
use Test::More tests => 1;
use Test::Env;
env_ok( 'PERL5LIB', "./blib/lib" );
DESCRIPTION
FUNCTIONS
AUTHOR
brian d foy, <brian d foy>
COPYRIGHT
Copyright 2002, brian d foy, All rights reserved
You can use this module under the same terms as Perl itself.