summaryrefslogtreecommitdiffstats
path: root/t/bug-rt-78272.t
Commit message (Collapse)AuthorAgeFilesLines
* move this test to the right place and clean it upJesse Luehrs2013-01-031-39/+0
|
* Replaces internal logic to select implementation with Module::ImplementationCarlos2013-01-031-2/+2
|
* Moves test to Test::Fatal instead of Test::ExceptionCarlos2013-01-031-22/+28
|
* Fixes bug RT-78272Carlos Lima2013-01-031-0/+33
https://rt.cpan.org/Public/Bug/Display.html?id=78272 Just copied UNIVERSAL::require's solution to the same problem. I didn't just use it as to not add any non-test dependency.