Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 66134
Status: rejected
Priority: 0/
Queue: Test-Pod

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

Bug Information
Severity: Important
Broken in: 1.44
Fixed in: (no value)



Subject: Test::Pod passed when NAME didn't match __PACKAGE__
Test::Pod Passed when NAME didn't match __PACKAGE__. For example --- package My::Package; =head1 NAME My::PackageXXX - Desc =cut --- This should fail! It fails on CPAN indexer it should fail in Test::Pod. NAME must match /^__PACKAGE__ - / #not ok NAME should match m/^__PACKAGE__ - .{1,44}$/ #warning Thanks, Mike mrdvt92
That's valid POD. It's not Test::CPANIndex. It's Test::Pod. David