From: Tomas Doran Date: Sun, 24 Jan 2010 15:58:44 +0000 (+0000) Subject: Test the visit plugin compiles, no -T on perl X-Git-Tag: 0.07_01~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de60fb195d1fbb273a3b107c178da1a62f342f4a;p=catagits%2FCatalyst-View-Component-SubInclude.git Test the visit plugin compiles, no -T on perl --- 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" );