Make the test not use FormBuilder. Test in register_actions now fails due to new...
[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;