Blow up if we're in author mode and don't have the right M::I extensions
[catagits/Catalyst-Runtime.git] / t / lib / TestAppOneView.pm
CommitLineData
aa2e6d9e 1package TestAppOneView;
2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;