Test closures in config in the testapp. Makes everything go bang.
[catagits/Catalyst-Runtime.git] / t / lib / TestApp.pm
index f5a7c56..e9e7e59 100644 (file)
@@ -2,12 +2,14 @@ package TestApp;
 
 use strict;
 use Catalyst qw/
+    Test::MangleDollarUnderScore
     Test::Errors 
     Test::Headers 
     Test::Plugin
     Test::Inline
     +TestApp::Plugin::FullyQualified
     +TestApp::Plugin::AddDispatchTypes
+    +TestApp::Role
 /;
 use Catalyst::Utils;