summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelogHEAD0.11masterJesse Luehrs2013-07-241-0/+2
|
* changelogJesse Luehrs2013-07-241-0/+1
|
* travisJesse Luehrs2013-07-241-0/+14
|
* packaging stuffJesse Luehrs2013-07-243-14/+21
|
* convert to Devel::OverrideGlobalRequire (fixes #4)Jesse Luehrs2013-07-241-64/+24
|
* only try to hide modulesJesse Luehrs2013-07-241-1/+3
| | | | forkprove breaks otherwise
* changelog0.10Jesse Luehrs2013-01-091-0/+2
|
* fix dist.iniJesse Luehrs2013-01-091-3/+4
|
* use the non-deprecated formsJesse Luehrs2013-01-092-2/+3
|
* changelogJesse Luehrs2012-01-071-0/+2
|
* 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
|