X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F00-load.t;h=d79577416978939cfafcbd8942427c1282a39637;hb=6582f7e5eda148743f7c8564681ffca6e2f49ffc;hp=9b3b75d528382c8bc15a0dcd7ac12553dd890d4a;hpb=11a93ea1523b28e1f2771fdb4047cc12c539891d;p=catagits%2FCatalyst-View-Component-SubInclude.git diff --git a/t/00-load.t b/t/00-load.t index 9b3b75d..d795774 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -1,11 +1,12 @@ -#!perl -T +#!perl -use Test::More tests => 3; +use Test::More tests => 4; 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::Visit' ); } diag( "Testing Catalyst::View::Component::SubInclude $Catalyst::View::Component::SubInclude::VERSION, Perl $], $^X" );