aboutsummaryrefslogtreecommitdiffstats
path: root/t/001compile.t
Commit message (Collapse)AuthorAgeFilesLines
* Fix the double testing of .pm files.zach%zachlipton.com2001-11-181-7/+3
| | | | No review needed for tests at this time.
* Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵jake%acutex.net2001-10-251-5/+5
| | | | runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files.
* Bug 106424 - We weren't going orange on warnings such as "used only once". ↵jake%acutex.net2001-10-241-3/+9
| | | | This script now properly outputs the --WARNING and fails on such a condition.
* Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵jake%acutex.net2001-10-201-19/+18
| | | | | | | also use the TEST_VERBOSE environment variable instead of VERBOSE. Patch by David D. Kilzer <ddkilzer@theracingworld.com> Additional edits by myself to add the emacs mode line. Also, the change to runtests.sh was done by me.
* Allow compile tests for files that run in taint modejake%acutex.net2001-10-071-1/+8
| | | | No review needed for tests at this time. NOT PART OF BUILD
* Get rid of our which causes errors on 5.005.zach%zachlipton.com2001-10-061-1/+5
| | | | No review needed for tests at this time. NOT PART OF BUILD
* Renaming *.t to be 00*.t to solve any sorting issues down the road as perzach%zachlipton.com2001-09-231-0/+76
bug 97976. No review required for tests at this time. NOT_PART_OF_BUILD