Back out r11057 which breaks one of the chained tests, whilst not fixing the bug...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppOneView.pm
CommitLineData
aa2e6d9e 1package TestAppOneView;
2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;