This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test preamble: unify chdir 't' if -d 't';
[perl5.git] / t / lib / common.pl
2014-05-31 Karl WilliamsonCreate new testing helper file
2013-07-22 Nicholas ClarkMove file parsing code from t/lib/common.pl to t/test.pl
2013-07-22 Nicholas ClarkRefactor the setup code in t/lib/common.pl
2013-07-22 Nicholas Clarklib/warnings.t should actually run the test in t/lib...
2013-03-07 Nicholas Clarkt/lib/common.pl should use absolute paths in @INC
2011-12-10 Tony Cookrefactor croak.t to be data driven (like warnings.t)
2011-02-25 Nicholas ClarkMigrate t/op/{fork,runlevel,tie}.t to use run_multiple_...
2011-02-25 Nicholas ClarkMigrate the test running logic from t/lib/common.pl...
2011-02-25 Nicholas ClarkConvert t/lib/common.pl to lexical filehandles and...
2011-02-25 Nicholas ClarkIn t/lib/common.pl, load File::Path on demand.
2011-02-24 Nicholas ClarkIn t/lib/common.pl, inline print_err_line into its...
2011-02-24 Nicholas ClarkIn t/lib/common.pl, inline RandomMatch() into its only...
2010-09-01 Nicholas Clarkt/lib/common.pl must convert $^X to an absolute path...
2010-09-01 Nicholas ClarkTests using t/lib/common.pl need to run in separate...
2010-07-08 karl williamson... PATCH: t/lib/common.pl localized $/ setting; allow...
2010-07-01 Nicholas Clarkt/lib/common.pl can use caller to infer the name of...
2010-07-01 Nicholas ClarkConvert subs.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert charnames.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert strict.t to use t/lib/common.pl
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2009-04-13 Nicholas Clarkour $TODO should be local $::TODO, revealing a bug...
2009-04-13 Nicholas ClarkTweak t/lib/common.pl to use test.pl's (better) tempfil...
2009-04-13 Nicholas ClarkPropagate the upgraded TODO/SKIP parser from ext/B...
2007-02-14 Nicholas ClarkChange 30276 wasn't meant do mess with t/lib/common...
2007-02-14 SADAHIRO TomoyukiIntegrate:
2007-02-05 Nicholas Clarkt/lib/common.pl can be warnings clean.
2007-02-05 Nicholas ClarkEnhance t/lib/common.pl to provide conditional TODOs...
2007-01-15 Rafael Garcia-SuarezUse the $Is_MacOS variable
2007-01-15 Rafael Garcia-SuarezSimplify the ok/not ok logic
2007-01-15 Rafael Garcia-SuarezVarious cleanup and factorization by Schwern
2006-11-02 H.Merijn BrandChange #29193 makes this addition unneeded
2006-11-02 Rafael Garcia-SuarezMore heuristics to make warnings.t pass under different
2006-11-01 H.Merijn BrandFix the failures in warnings tests when PERL_UNICODE...
2005-12-19 Rafael Garcia-SuarezMissing file from last change