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
CommitLineData
4556c26f 1package TestAppMetaCompat::Controller::Base;
2
3use strict;
4use base qw/Catalyst::Controller/;
5
61;