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
CommitLineData
4556c26f 1package TestAppMetaCompat::Controller::Books;
2
3use strict;
4use base qw/TestAppMetaCompat::Controller::Base/;
5
0d94342b 6sub edit : Local {}
4556c26f 7
81;