Extending TestAppCustomContainer (without sugar)
[catagits/Catalyst-Runtime.git] / t / lib / TestAppCustomContainer / Model / Bar.pm
index 4e79b36..86dcfd2 100644 (file)
@@ -1,6 +1,8 @@
 package TestAppCustomContainer::Model::Bar;
 use Moose;
 extends 'Catalyst::Model';
+with 'TestAppCustomContainer::Role::HoldsFoo',
+     'TestAppCustomContainer::Role::ACCEPT_CONTEXT';
 
 __PACKAGE__->meta->make_immutable;