summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* only try to hide modulesJesse Luehrs2013-07-241-1/+3
* 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
* 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
* 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