since _context is a weak ref it can go out of scope before all the errors are finishe...
[catagits/Catalyst-Runtime.git] / t / lib / ScriptTestApp / Script / CompileTest.pm
CommitLineData
f264b24a 1package ScriptTestApp::Script::CompileTest;
2use Moose;
3use namespace::autoclean;
4
5die("Does not compile");
6
71;