summaryrefslogtreecommitdiff
path: root/utils/prove.PL
Commit message (Collapse)AuthorAgeFilesLines
* Provide a better recommendation for 'Run only under a shell'Nicolas R2020-08-101-1/+1
| | | | | | | | | | | | | | Using an unset variable hides the true intent and also requires an extra backslash `\$running_under_some_shell` when used in heredoc. Note that this could also lead to mistake when using `\$` in a regular Perl program, as this would be true and not false as it should be. Stop recommending the use of an undefined variable for the shell fallback. Use '0', with a comment making clear the goal of 'if 0'.
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-2/+2
| | | | | | | | | | Switch from two-argument form. Filehandle cloning is still done with the two argument form for backward compatibility. Committer: Get all porting tests to pass. Increment some $VERSIONs. Run: ./perl -Ilib regen/mk_invlists.pl; ./perl -Ilib regen/regcharclass.pl For: RT #130122
* Move Test::Harness from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
|
* Rename ext/Test/Harness to ext/Test-HarnessNicholas Clark2009-02-091-1/+1
|
* Move the modules, tests, prove and Changes file from lib/ toNicholas Clark2008-08-191-1/+1
| | | | | | | ext/Test/Harness. Not everything is there yet, but it makes it way easier to swap the directory out and replace it with a trunk svn checkout. p4raw-id: //depot/perl@34206
* Upgrade to Test::Harness 2.38.Rafael Garcia-Suarez2003-11-301-0/+49
Introduce the prove(1) utility. (The prove-switches test is disabled for now.) p4raw-id: //depot/perl@21826