Subject: | failing modules with documentation after __END__ |
Distribution: Test-Pod-Coverage-1.08.tar.gz
Perl: v5.8.8
OS: Linux 2.6.22-14-generic #1 SMP
When a module has the documentation after the final 1 statement the test
won't find the documentation.
for example:
package test;
sub myfunc() {
}
1;
__END__
=head2 myfunc
Does something
=cut
will fail, because the documentation will not be found.
Subject: | podcoverage_bug.tar.gz |
Message body not shown because it is not plain text.