X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-Component-SubInclude.git;a=blobdiff_plain;f=t%2F00-load.t;fp=t%2F00-load.t;h=759892a5b7ce3bde3acbffbe03ca9c9fa0169f61;hp=d79577416978939cfafcbd8942427c1282a39637;hb=8651b78cf910b9b807322fa1f00ae727fedbdf80;hpb=0a489ddc1ded386e501922906da675a2f45d262a diff --git a/t/00-load.t b/t/00-load.t index d795774..759892a 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -1,12 +1,16 @@ #!perl -use Test::More tests => 4; +use Test::More; BEGIN { use_ok( 'Catalyst::View::Component::SubInclude' ); use_ok( 'Catalyst::View::Component::SubInclude::SubRequest' ); use_ok( 'Catalyst::View::Component::SubInclude::ESI' ); + use_ok( 'Catalyst::View::Component::SubInclude::SSI' ); use_ok( 'Catalyst::View::Component::SubInclude::Visit' ); + use_ok( 'Catalyst::View::Component::SubInclude::HTTP' ); } diag( "Testing Catalyst::View::Component::SubInclude $Catalyst::View::Component::SubInclude::VERSION, Perl $], $^X" ); + +done_testing;