since _context is a weak ref it can go out of scope before all the errors are finishe...
[catagits/Catalyst-Runtime.git] / t / lib / TestMiddlewareFromConfig.pm
1 package TestMiddlewareFromConfig;
2
3 use Catalyst qw/ConfigLoader/;
4
5 ## Proof this is good config
6 ##__PACKAGE__->config( do TestMiddlewareFromConfig->path_to('testmiddlewarefromconfig.pl') );
7
8 __PACKAGE__->setup_middleware('Head');
9 __PACKAGE__->setup;
10