This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Report useful file names and line numbers from run_multiple_progs().
[perl5.git] / t / run / runenv.t
2013-07-01 Nicholas ClarkWe don't actually need to set $ENV{PERL} for the tests...
2013-05-07 Yves Ortoncleanup and test PERL_PERTURB_KEYS environment variable...
2012-11-30 James E KeenanAdd descriptions to tests lacking them.
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2011-03-07 Nicholas ClarkAdd skip_all_without_config() to test.pl, and use it...
2011-02-21 Nicholas ClarkIn runenv.t, don't automatically add -I../lib to the...
2011-02-21 Nicholas ClarkRefactor t/run/runenv.t to use lexical file handles.
2011-02-21 Nicholas ClarkIn runenv.t, inline runperl() into try(), its only...
2009-06-25 Rafael Garcia-SuarezTrim all trailing / from "." in @INC when filling %INC
2009-04-26 Michael G Schwern[PATCH] Allow PERL5OPT=-W
2009-02-17 Nicholas ClarkTests for S_incpush_use_sep() splitting on : (or platfo...
2009-02-17 Nicholas ClarkIn runenv.t, break apart running perl and testing the...
2008-08-08 Nicholas ClarkConvert all unimaginative (ie race condition) temporary...
2008-08-08 Nicholas ClarkUse test.pl, not Test.pm, in t/run/*.t
2005-12-20 Rafael Garcia-SuarezRemove some hardcoded references to ./perl in tests
2004-04-23 Dave MitchellInclude variable names in "Use of uninitialized value...
2003-01-06 Rafael Garcia-SuarezChange the value of ${^TAINT} : 0 without taint checks,
2002-12-17 Ilya Zakharevichbuild
2002-11-10 Salvador Fandiñot/run/runenv.t bug
2002-11-04 Slaven RezicRe: [perl #18066] Bug in -I when path has double colons?
2001-12-17 Rafael Garcia-Suarez-t and the core tests; -t and PERL5OPT
2001-05-30 Jarkko Hietaniemi[PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514...
2001-02-20 Jarkko HietaniemiThe #8843 wasn't quite right: %Config needs to imported.
2001-02-19 Jarkko Hietaniemifork() not everywhere, cleanup temp files.
2001-02-18 Michael G. SchwernFixing PERL5OPT (was Re: Warnings, strict, and CPAN)