NAME
setenv - set %ENV variables at compile time
SYNOPSIS
use setenv FOOBAR => 1;
DESCRIPTION
Provide a simple way to set %ENV
variables at compile time. Usually used during debugging.
VERSION
This documentation describes version 0.01.
METHODS
There are no methods.
THEORY OF OPERATION
Since "import" is called by Perl at compile time when doing a use
, it will perform any setting of %ENV at that time.
REQUIRED MODULES
(none)
AUTHOR
Elizabeth Mattijsen
COPYRIGHT
Copyright (c) 2008 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.