
App::Prove::Plugin::SetEnv - a prove plugin to set environment variables

version 0.001

# command-line usage
prove -PSetEnv=TZ=UTC,PATH="./bin:$PATH"

This prove plugin lets you set environment variables for your test scripts. It is particularly handy in .proverc.

Due to the way App::Prove splits argumets to plugins, it is not possible to set values containing commas.

prove, "PLUGINS" in App::Prove.

Dagfinn Ilmari Mannsåker <ilmari@photobox.com>;

This software is copyright (c) 2012 by PhotoBox Limited.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.