Subject: | inconsistent POD |
The examples in the POD seem to be incosistent with the name of the module.
from the source:
package Test::HTML::W3C;
from the POD:
use Test::W3C::HTML tests => $test_count;
# or
use Test::W3C::HTML 'show_detail';
# or when using both
use Test::W3C::HTML tests => $test_count, 'show_detail';
Should be Test::HTML::W3C