Rename the test app into the lib directory
[catagits/Catalyst-View-Component-SubInclude.git] / t / 00-load.t
1 #!perl\r
2 \r
3 use Test::More tests => 4;\r
4 \r
5 BEGIN {\r
6         use_ok( 'Catalyst::View::Component::SubInclude' );\r
7     use_ok( 'Catalyst::View::Component::SubInclude::SubRequest' );\r
8     use_ok( 'Catalyst::View::Component::SubInclude::ESI' );\r
9     use_ok( 'Catalyst::View::Component::SubInclude::Visit' );\r
10 }\r
11 \r
12 diag( "Testing Catalyst::View::Component::SubInclude $Catalyst::View::Component::SubInclude::VERSION, Perl $], $^X" );\r