From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Test::Env - test the environment

SYNOPSIS

use Test::More tests => 1;
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:

AUTHOR

brian d foy, <briandfoy@pobox.com>

COPYRIGHT AND LICENSE

Copyright © 2002-2025, brian d foy <briandfoy@pobox.com>. 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.