summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Rolsky <autarch@urth.org>2011-02-01 12:00:59 -0600
committerDave Rolsky <autarch@urth.org>2011-08-14 09:52:51 -0500
commitd67c5b80b380eb22f966523a5f2cd51127bc2cd4 (patch)
tree79afe4dd2238d989010c70185b93a703ae62e5e2
parentbcdbdcea7a175f22cd2bec814aa191ba0e8c10e9 (diff)
downloadperl-d67c5b80b380eb22f966523a5f2cd51127bc2cd4.tar.gz
Mention PERLEXE env var
-rw-r--r--dist/Test-PerlRun/lib/Test/PerlRun.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/Test-PerlRun/lib/Test/PerlRun.pm b/dist/Test-PerlRun/lib/Test/PerlRun.pm
index 1a62d81323..72b42b3bbb 100644
--- a/dist/Test-PerlRun/lib/Test/PerlRun.pm
+++ b/dist/Test-PerlRun/lib/Test/PerlRun.pm
@@ -228,6 +228,11 @@ C<stderr> matches the output you expect.
This function runs the specified code and checks if the output sent to
C<stderr> matches the output regex you expect.
+=head1 PERLEXE ENVIRONMENT VARIABLE
+
+When this module runs code, it sets the C<$ENV{PERLEXE}> variable. This
+contains the path to the perl executable that is running the code.
+
=head1 AUTHOR
Dave Rolsky, <autarch@urth.org>