summaryrefslogtreecommitdiff
path: root/dist/SelfLoader
Commit message (Collapse)AuthorAgeFilesLines
* Run 01SelfLoader.t also under taint modeFather Chrysostomos2010-10-271-0/+7
| | | | This is to test for [perl #72062].
* [perl #72062] Untaint DATA after it's reopenedLubomir Rintel2010-10-211-1/+3
| | | | | | | | DATA handle is untainted on startup, but as we close and reopen it it gets the taint flag. It's safe to untaint it though, since we still hold the file descriptor open and don't reassign it to another file. This was probably broken by changeset 29606, (c96b2385 in perl git).
* Remove core @INC setting and chdir boilerplate from SelfLoader's tests.Nicholas Clark2009-10-112-9/+0
|
* Move SelfLoader from ext/ to dist/Nicholas Clark2009-09-293-0/+698