This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
skip_all_without_dynamic_extension() should accepted names containing ::s
[perl5.git] / t / test.pl
2002-03-16 Jarkko HietaniemiThwart IRIX long doubles and sloppy pow() (in Perl...
2002-02-12 Craig A. Berryt/test.pl fix for VMS
2002-02-03 Jarkko Hietaniemi[PATCH t/op/taint.t] remove possible false positive
2002-01-29 Nick Ing-SimmonsIntegrate mainline
2002-01-28 Jarkko HietaniemiPrettier printing from Michael Schwern.
2002-01-17 Nick Ing-SimmonsIntegrate mainline (for ndbm fixes etc.)
2002-01-17 Jarkko HietaniemiRename kill_perl to fresh_perl; replace fresh_perl()
2002-01-12 Michael G. SchwernRe: [PATCH lib/AnyDBM_File.t] Convert to Test::More
2002-01-11 Jarkko HietaniemiYet another twist.
2002-01-11 Jarkko HietaniemiArguments were being mangled.
2002-01-11 Michael G. SchwernSeperating kill_perl()
2002-01-07 Paul GreenLast patch needed to get Perl5.7 to build natively...
2001-12-16 Michael G. SchwernRe: [PATCH t/test.pl] diagnostics to STDERR
2001-12-16 Michael G. Schwerndiagnostics to STDERR
2001-12-13 Michael G. SchwernRe: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t...
2001-12-12 Nicholas Clarkuse utf8; tests
2001-12-11 Craig A. Berry(was Re: [PATCH perl@13600] cat2type in tests for VMS)
2001-12-10 Nicholas ClarkRe: [PATCH] tests for hash assignment
2001-12-10 Michael G. SchwernMoving Cygwin .exe logic into which_perl
2001-12-08 Jarkko Hietaniemi[PATCH lib/vmsish.t] Small test name abuse.
2001-12-07 Michael G. SchwernDeclaring mostly TODO
2001-12-07 Jarkko Hietaniemiwhich_perl: if File::Spec fails, assume "./" and hope...
2001-12-07 Jarkko Hietaniemiwhich_perl: delay as much a possible till runtime.
2001-12-07 Jarkko HietaniemiFurther tweakage to which_perl().
2001-12-07 Jarkko HietaniemiTweak the $Perl computation.
2001-12-07 Jarkko HietaniemiMissing ).
2001-12-07 Jarkko HietaniemiAllow several arguments to display().
2001-12-07 Jarkko HietaniemiAdd display() for displaying icky scalars.
2001-12-07 Michael G. Schwernwhich_perl for safer $^Xing
2001-12-07 Michael G. Schwern[PATCH t/base/lex.t, term.t] Purging echo from base...
2001-12-05 Michael G. Schwernstat.t cleanup, first pass
2001-11-16 Michael G. Schwernrunperl(), \n and stdin
2001-11-14 Jarkko Hietaniemitest.pl tweaks from Rafael and Pudge (assuming I deciphered
2001-11-14 Jarkko Hietaniemitest.pl runperl() nits from Chris Nandor and Craig...
2001-11-14 Rafael Garcia-Suareznew version of runperl()
2001-11-08 Jarkko HietaniemiQuote the variables in failures messages more nicely.
2001-11-08 Jarkko Hietaniemi[PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com]...
2001-11-08 Michael G. SchwernRe: [PATCH t/io/argv.t vms/test.com t/test.pl] argv...
2001-11-07 Michael G. SchwernAdding isnt() and next_test()
2001-11-02 Michael G. Schwern_expect and other little tweaks
2001-09-25 Jarkko Hietaniemiskip($mess) should result in one skip.
2001-09-25 Jarkko HietaniemiReplace the use Test::More in t/{op,io,run} with t...