The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
name TestApp_More

<Model::Foo>
 class TestApp::ModelBase::Foo
 <args>
  something a string
 </args>
 traits [ Magic ]
</Model::Foo>

<View::Bar>
 class TestApp::ViewBase::Foo
 <args>
  something a view
 </args>
 traits [ Magic ]
</View::Bar>