Comment out some more free() calls, which need to be turned on per-subsystem to weed...
[Math-GSL.git] / t / 01-pod.t
blob58df703333fa0d4f0bab2189355cc52957d87419
1 use Test::More;
2 eval 'use Test::Pod 1.00';
3 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
4 all_pod_files_ok();