|
Revision 21566, 401 bytes
(checked in by hirose31, 5 years ago)
|
|
fixed: #40039: Incorrect color name
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!perl -T |
|---|
| 2 | |
|---|
| 3 | use Test::More; |
|---|
| 4 | eval "use Test::Pod::Coverage 1.04"; |
|---|
| 5 | plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@; |
|---|
| 6 | my $trustme = { trustme => [qr/^(white|black|blue|navy|green|red|brown|maroon|purple|orange|olive|yellow|light_green|lime|teal|light_cyan|cyan|aqua|light_blue|royal|pink|light_purple|fuchsia|grey|light_grey|silver)$/] }; |
|---|
| 7 | all_pod_coverage_ok($trustme); |
|---|