NAME

Test::Env - test the environment

SYNOPSIS

        use Test::More tests => 1;
        use Test::Env;

        env_ok( 'PERL5LIB', "./blib/lib" );

DESCRIPTION

Functions

env_ok( NAME, VALUE )

Ok if the environment variable NAME is VALUE.

SOURCE AVAILABILITY

This source is in GitHub:

        https://github.com/briandfoy/test-env

AUTHOR

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Copyright © 2002-2022, brian d foy <bdfoy@cpan.org>. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.