summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog0.09Jesse Luehrs2012-01-071-0/+2
|
* handle require VERSION correctlyJesse Luehrs2012-01-073-18/+68
|
* changelogJesse Luehrs2012-01-061-0/+2
|
* changelog0.08Jesse Luehrs2012-01-061-0/+6
|
* bump the required perl version to 5.10 (for hint hashes)Jesse Luehrs2012-01-062-0/+2
| | | | | i'd be willing to accept patches to restore 5.8 support, just don't have a desire to write the code myself
* more testsJesse Luehrs2012-01-068-0/+35
|
* actually, just stop trying to restore things at allJesse Luehrs2012-01-062-8/+1
|
* deleting CORE::GLOBAL::require on disabling isn't what we wantJesse Luehrs2012-01-062-3/+3
| | | | | | 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
* stop loading B on demandJesse Luehrs2012-01-062-1/+4
|
* changelogJesse Luehrs2012-01-061-0/+2
|
* changelog0.07Jesse Luehrs2012-01-061-0/+1
|
* update docsJesse Luehrs2012-01-061-2/+12
|
* not lexical scope, but dynamic scope is close enough i thinkJesse Luehrs2012-01-068-8/+127
|
* better regex hereJesse Luehrs2012-01-061-1/+1
|
* changelogJesse Luehrs2012-01-061-0/+2
|
* show the entire cycle in the warning0.06Jesse Luehrs2012-01-0613-13/+58
|
* changelogJesse Luehrs2012-01-041-0/+2
|
* changelog0.05Jesse Luehrs2012-01-041-0/+1
|
* don't allow require STR within string eval to inject arbitrary codeJesse Luehrs2012-01-043-9/+22
|
* make this fix more generalJesse Luehrs2012-01-044-5/+24
|
* more testsJesse Luehrs2012-01-041-0/+5
|
* use better variable namesJesse Luehrs2012-01-041-14/+16
|
* if an entire cycle is hidden, don't show something from outside of itJesse Luehrs2012-01-046-6/+40
|
* use filenames in the "from" part tooJesse Luehrs2012-01-044-17/+29
| | | | | | 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)
* simplifyJesse Luehrs2012-01-041-4/+4
|
* cleanupJesse Luehrs2012-01-041-1/+2
|
* don't hang if all packages are hiddenJesse Luehrs2012-01-042-2/+32
|
* add test for arrayref formJesse Luehrs2012-01-041-0/+23
|
* clean up the testJesse Luehrs2012-01-041-5/+6
|
* changelogJesse Luehrs2012-01-041-0/+2
|
* use -hide insteadJesse Luehrs2012-01-042-6/+6
|
* better docs for hideJesse Luehrs2012-01-041-6/+11
|
* simplify a bitJesse Luehrs2012-01-041-17/+6
|
* Add feature to hide modules that may call require for you when desired.Chad 'Exodist' Granum2012-01-044-1/+66
|
* changelogJesse Luehrs2011-12-191-0/+2
|
* cleanups0.04Jesse Luehrs2011-12-191-6/+5
|
* remove test numbersJesse Luehrs2011-12-1910-3/+3
|
* stop using custom weaver.iniJesse Luehrs2011-12-191-32/+0
|
* fix for use base (Exodist)Jesse Luehrs2011-12-195-1/+36
|
* changelogJesse Luehrs2011-07-181-0/+2
|
* work around annoying base.pm behavior0.03Jesse Luehrs2011-07-183-1/+43
|
* credit etherJesse Luehrs2011-01-251-1/+1
|
* changelogJesse Luehrs2011-01-251-0/+2
|
* changelog0.02Jesse Luehrs2011-01-251-0/+1
|
* handle 'require VERSION' properly on 5.8Jesse Luehrs2011-01-253-4/+21
|
* changelogJesse Luehrs2011-01-251-0/+2
|
* apparently unimport isn't skipped by Pod::Coverage0.01Jesse Luehrs2011-01-251-0/+6
|
* docsJesse Luehrs2011-01-251-0/+78
|
* more testsJesse Luehrs2011-01-251-1/+31
|
* initial implementationJesse Luehrs2011-01-256-0/+91
|