Make the test not use FormBuilder. Test in register_actions now fails due to new...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppMetaCompat / Controller / Books.pm
1 package TestAppMetaCompat::Controller::Books;
2
3 use strict;
4 use base qw/TestAppMetaCompat::Controller::Base/;
5
6 sub edit : Local {}
7
8 1;