source: text-formbuilder/trunk/t/pod-coverage.t

Last change on this file was 76, checked in by peichman, 19 years ago

added more test scripts, including pod coverage test

File size: 312 bytes
Line 
1use Test::More;
2eval "use Test::Pod::Coverage 1.00";
3plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
4
5plan tests => 2;
6
7# init is a overridden base class method
8pod_coverage_ok("Text::FormBuilder", { trustme => [qr/^init$/] } );
9pod_coverage_ok("Class::ParseText::Base");
Note: See TracBrowser for help on using the repository browser.