added test for ->view() with one view not returning a blessed instance
[catagits/Catalyst-Runtime.git] / t / lib / TestAppOneView / View / Dummy.pm
1 package TestAppOneView::View::Dummy;
2
3 use base 'Catalyst::View';
4
5 1;