This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_vcatpvfn_flags: warn on missing %v arg
[perl5.git] / t / run / runenv.t
2017-03-25 Dagfinn Ilmari Man... Test PERL_USE_UNSAFE_INC
2017-03-25 Dagfinn Ilmari Man... Delete PERL_USE_UNSAFE_INC from test environment
2017-03-22 Jarkko HietaniemiSkip %Config test under minitest.
2017-01-08 Tony Cookadd build options to disable the PERL_HASH* and PERL_PE...
2016-11-11 Dagfinn Ilmari Man... Test for correct state of . in @INC
2016-11-11 Aaron CraneFix list parenthesisation
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2014-09-19 Father Chrysostomos[perl #121638] Make ‘Global symbol’ message more newbie...
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)