Return true from the tests so that I can require them
[catagits/Catalyst-Devel.git] / share / t / 03podcoverage.t.tt
index 38147ef..37ab26e 100644 (file)
@@ -8,3 +8,4 @@ plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
 plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
 
 all_pod_coverage_ok();
+1;