Clean up branch. I'm happy with this (bar the eww, as commented) and intend to merge...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppMetaCompat / Controller / Base.pm
1 package TestAppMetaCompat::Controller::Base;
2
3 use strict;
4 use base qw/Catalyst::Controller/;
5
6 1;