X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F00-load.t;fp=t%2F00-load.t;h=9b3b75d528382c8bc15a0dcd7ac12553dd890d4a;hb=11a93ea1523b28e1f2771fdb4047cc12c539891d;hp=0000000000000000000000000000000000000000;hpb=4e3277560cc20740e2cdb58f4f9cf8eda74c9d73;p=catagits%2FCatalyst-View-Component-SubInclude.git diff --git a/t/00-load.t b/t/00-load.t new file mode 100644 index 0000000..9b3b75d --- /dev/null +++ b/t/00-load.t @@ -0,0 +1,11 @@ +#!perl -T + +use Test::More tests => 3; + +BEGIN { + use_ok( 'Catalyst::View::Component::SubInclude' ); + use_ok( 'Catalyst::View::Component::SubInclude::SubRequest' ); + use_ok( 'Catalyst::View::Component::SubInclude::ESI' ); +} + +diag( "Testing Catalyst::View::Component::SubInclude $Catalyst::View::Component::SubInclude::VERSION, Perl $], $^X" );