summaryrefslogtreecommitdiffstats
path: root/t/dynamic2
Commit message (Collapse)AuthorAgeFilesLines
* deleting CORE::GLOBAL::require on disabling isn't what we wantJesse Luehrs2012-01-061-2/+2
| | | | | | the binding happens at compile time, so deleting it after the 'require' call is already bound to CORE::GLOBAL::require (rather than to the keyword) causes it to fail
* not lexical scope, but dynamic scope is close enough i thinkJesse Luehrs2012-01-064-0/+15