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