Fixed in 1.031
From: Karen Etheridge via RT <bug-Data-Range-Compare@rt.cpan.org>
To:
Sent: Friday, October 31, 2014 10:08 PM
Subject: [rt.cpan.org #99945] internal modules are being indexed
Fri Oct 31 23:08:17 2014: Request 99945 was acted upon.
Transaction: Ticket created by ETHER
Queue: Data-Range-Compare
Subject: internal modules are being indexed
Broken in: 1.030
Severity: (no value)
Owner: Nobody
Requestors: ether@cpan.org
Status: new
Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=99945 >
The module "a_to_z" is currently in the PAUSE index. You can prevent them from being indexed by including them in 'no_index' metadata, adding 'provides' metadata that excludes them (see CPAN::Meta::Spec for both), or by splitting their package declarations over two lines, thusly:
package # hide from PAUSE
a_to_z;