Mangle changelog to remove names. Note mangling goes back to 5.32, but tough - I...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppOneView.pm
CommitLineData
aa2e6d9e 1package TestAppOneView;
2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;