X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestAppClassExceptionSimpleTest.pm;h=cc0ba44b7798e4a756954d1558a6b9edb75f1aaa;hp=aef61bed61aaa16c069d702c76de92f02af43a86;hb=82010ea176741c7a4f2baf3f6f27377b1d9f6b15;hpb=c4b74171fea46515eb13446f0233ad02d7a34c20 diff --git a/t/lib/TestAppClassExceptionSimpleTest.pm b/t/lib/TestAppClassExceptionSimpleTest.pm index aef61be..cc0ba44 100644 --- a/t/lib/TestAppClassExceptionSimpleTest.pm +++ b/t/lib/TestAppClassExceptionSimpleTest.pm @@ -10,6 +10,8 @@ package TestAppClassExceptionSimpleTest; use strict; use warnings; +use Catalyst::Utils; #< some of the scripts use Catalyst::Utils before MyApp.pm + BEGIN { $Catalyst::Exception::CATALYST_EXCEPTION_CLASS = 'TestAppClassExceptionSimpleTest::Exception'; } use Catalyst;