This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Extract _handle_p_command.
[perl5.git] / pod / perlhack.pod
index 63df5d5..64329ed 100644 (file)
@@ -948,6 +948,13 @@ Setting this variable skips the vrexx.t tests for OS2::REXX.
 
 This sets a variable in op/numconvert.t.
 
+=item * PERL_TEST_MEMORY
+
+Setting this variable includes the tests in F<t/bigmem/>.  This should
+be set to the number of gigabytes of memory available for testing,
+eg. C<PERL_TEST_MEMORY=4> indicates that tests that require 4GiB of
+available memory can be run safely.
+
 =back
 
 See also the documentation for the Test and Test::Harness modules, for