don't load Catalyst::Exception in Utils.pm BEGIN, because some Scripts::* load Utils...
authorRobert Buels <rmb32@cornell.edu>
Wed, 4 Aug 2010 20:04:14 +0000 (20:04 +0000)
committerRobert Buels <rmb32@cornell.edu>
Wed, 4 Aug 2010 20:04:14 +0000 (20:04 +0000)
commit41a8bf1f4e417f1439866c09c08a3998ae81528a
treeef4c2eb914931318130c2f69fd757e75677bc969
parent69c6b6cb43d15b6a145523f4d83f3855b6c3677e
don't load Catalyst::Exception in Utils.pm BEGIN, because some Scripts::* load Utils before MyApp.pm, meaning that ::Exception::CATALYST_EXCEPTION_CLASS in MyApp.pm will not be respected
lib/Catalyst/Utils.pm
t/custom_exception_class_simple.t
t/lib/TestAppClassExceptionSimpleTest.pm