Help for this page
package MyApp::Schema::Result::Foo; ... # and as always with Moose classes __PACKAGE__->meta->make_immutable; 1;
package Test::Schema; ... __PACKAGE__->meta->make_immutable(inline_constructor => 0); 1;
-o use_moose=1