Adding the files you need for the tests you've committed helps them pass, idiot :)
[catagits/Catalyst-Runtime.git] / t / lib / ScriptTestApp / Script / CompileTest.pm
1 package ScriptTestApp::Script::CompileTest;
2 use Moose;
3 use namespace::autoclean;
4
5 die("Does not compile");
6
7 1;