Fixed in version 4.030
From: Karen Etheridge via RT <bug-Data-Range-Compare-Stream@rt.cpan.org>
To:
Sent: Friday, October 31, 2014 10:10 PM
Subject: [rt.cpan.org #99946] internal modules are being indexed
Fri Oct 31 23:10:15 2014: Request 99946 was acted upon.
Transaction: Ticket created by ETHER
Queue: Data-Range-Compare-Stream
Subject: internal modules are being indexed
Broken in: 4.029
Severity: (no value)
Owner: Nobody
Requestors: ether@cpan.org
Status: new
Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=99946 >
The module "MyIterator" 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;