Return true from the tests so that I can require them
[catagits/Catalyst-Devel.git] / share / t / 02pod.t.tt
index 64fabdd..36a814f 100644 (file)
@@ -8,3 +8,4 @@ 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();
+1;