Fix RT#52898, __MOP__ removal breaking debug screen with C::P::Session
[catagits/Catalyst-Runtime.git] / t / lib / TestAppOneView.pm
CommitLineData
aa2e6d9e 1package TestAppOneView;
2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;