summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* only try to hide modulesJesse Luehrs2013-07-241-1/+3
| | | | forkprove breaks otherwise
* handle require VERSION correctlyJesse Luehrs2012-01-072-5/+46
|
* more testsJesse Luehrs2012-01-068-0/+35
|
* actually, just stop trying to restore things at allJesse Luehrs2012-01-061-1/+1
|
* 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-067-3/+106
|
* show the entire cycle in the warning0.06Jesse Luehrs2012-01-0611-7/+45
|
* don't allow require STR within string eval to inject arbitrary codeJesse Luehrs2012-01-042-0/+19
|
* make this fix more generalJesse Luehrs2012-01-043-0/+20
|
* more testsJesse Luehrs2012-01-041-0/+5
|
* if an entire cycle is hidden, don't show something from outside of itJesse Luehrs2012-01-045-1/+33
|
* use filenames in the "from" part tooJesse Luehrs2012-01-043-5/+5
| | | | | | this also stops using "caller", which can produce incorrect results if there are multiple packages in a file, or if you follow it up too far (saying that the cycle is from 'main' isn't correct)
* don't hang if all packages are hiddenJesse Luehrs2012-01-041-0/+26
|
* add test for arrayref formJesse Luehrs2012-01-041-0/+23
|
* clean up the testJesse Luehrs2012-01-041-5/+6
|
* use -hide insteadJesse Luehrs2012-01-041-1/+1
|
* Add feature to hide modules that may call require for you when desired.Chad 'Exodist' Granum2012-01-043-0/+35
|
* cleanups0.04Jesse Luehrs2011-12-191-6/+5
|
* remove test numbersJesse Luehrs2011-12-1910-3/+3
|
* fix for use base (Exodist)Jesse Luehrs2011-12-193-0/+34
|
* work around annoying base.pm behavior0.03Jesse Luehrs2011-07-181-0/+26
|
* handle 'require VERSION' properly on 5.8Jesse Luehrs2011-01-252-0/+13
|
* more testsJesse Luehrs2011-01-251-1/+31
|
* initial implementationJesse Luehrs2011-01-254-0/+52