removed crap
[catagits/Catalyst-Devel.git] / share / root / apptest.tt
index 8b58758..b8cf91d 100644 (file)
@@ -6,15 +6,4 @@ use Test::More tests => 2;
 BEGIN { use_ok 'Catalyst::Test', '[% name %]' }
 
 ok( request('/')->is_success, 'Request should succeed' );
-__podtest__
-[% startperl %]
-use strict;
-use warnings;
-use Test::More;
-
-eval "use Test::Pod 1.14";
-plan skip_all => 'Test::Pod 1.14 required' if $@;
-plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
-
-all_pod_files_ok();