summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* handle new moose behavior a bit better (fixes #3)Jesse Luehrs2014-02-251-1/+6
| | | | | | | | new moose sets %INC for autogenerated classes, so we have to do a better job at skipping those now (since actually trying to reload them isn't going to work). also added a warning for when this happens, since it's quite possibly actually doing something wrong (it was just doing it wrong silently before).
* Fix to prevent Travis CI failamacleay2014-01-103-10/+10
|
* Do not die if last require failedamacleay2014-01-072-0/+17
|
* allow optionally installing a require hook to track module loadsJesse Luehrs2013-06-252-2/+2
| | | | | | this will be more accurate about when to reload things, but uses a require hook, which may cause issues with other modules that hook require in an incorrect way
* failing testsJesse Luehrs2013-06-257-0/+131
|
* fix refreshing a module first loaded after the first refresh callJesse Luehrs2013-06-214-0/+55
|
* this gave a different error on earlier perlsJesse Luehrs2013-06-211-1/+7
|
* packaging stuffJesse Luehrs2013-06-212-3/+2
|
* fix up this test a bitJesse Luehrs2013-06-214-15/+21
|
* Test case for compile errorMichael Reddick2013-06-205-4/+79
|
* use Exporter instead of Sub::Exporter for testsJesse Luehrs2011-04-101-4/+2
| | | | Moose isn't required, so
* todo test for refreshing based on metaclass reloadsJesse Luehrs2011-04-055-0/+105
|
* tests for reloading rolesJesse Luehrs2011-04-058-0/+160
|
* test for changing global variables tooJesse Luehrs2011-04-053-0/+17
|
* test for reloading subclassesJesse Luehrs2011-04-054-0/+98
|
* more testsJesse Luehrs2011-04-056-0/+100
|
* nonmoose testJesse Luehrs2011-04-053-0/+39
|
* stop numbering testsJesse Luehrs2011-04-055-2/+2
|
* this test needs mooseJesse Luehrs2011-04-051-0/+1
|
* initial implementationJesse Luehrs2011-04-056-0/+146