X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestAppClassExceptionSimpleTest.pm;h=cc0ba44b7798e4a756954d1558a6b9edb75f1aaa;hb=fe3083a8f05a03e6da5f5b72ef1a2e105a83b4b8;hp=aef61bed61aaa16c069d702c76de92f02af43a86;hpb=c4b74171fea46515eb13446f0233ad02d7a34c20;p=catagits%2FCatalyst-Runtime.git 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;