added perl support

This commit is contained in:
Tokuhiro Matsuno
2009-04-15 12:55:41 +09:00
parent 5bd53f018f
commit d449b1d20d
16 changed files with 7734 additions and 0 deletions

4
perl/xt/99_pod.t Normal file
View File

@@ -0,0 +1,4 @@
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();