Skip Menu |

This queue is for tickets about the Test-Tester CPAN distribution.

Report information
The Basics
Id: 64644
Status: open
Priority: 0/
Queue: Test-Tester

People
Owner: Nobody in particular
Requestors: LGODDARD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.107
Fixed in: (no value)



Subject: POD Error
check_test does not accept an anonymous hash at all, but the docs say it does. Thanks for the module..!
sub check_tests { my $test = shift; my $expects = shift; my $name = shift; But the pod says call &check_tests( \&code, $HASH ). When I do either, I get errors. Maybe it's me.