|
Last change
on this file since 82 was
76,
checked in by peichman, 21 years ago
|
|
added more test scripts, including pod coverage test
|
|
File size:
312 bytes
|
| Rev | Line | |
|---|
| [76] | 1 | use Test::More; |
|---|
| 2 | eval "use Test::Pod::Coverage 1.00"; |
|---|
| 3 | plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@; |
|---|
| 4 | |
|---|
| 5 | plan tests => 2; |
|---|
| 6 | |
|---|
| 7 | # init is a overridden base class method |
|---|
| 8 | pod_coverage_ok("Text::FormBuilder", { trustme => [qr/^init$/] } ); |
|---|
| 9 | pod_coverage_ok("Class::ParseText::Base"); |
|---|
Note: See
TracBrowser
for help on using the repository browser.