|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: CPAN Tests Failingby tobyink (Prior) |
| on Mar 20, 2013 at 15:26 UTC ( #1024544=note: print w/ replies, xml ) | Need Help?? |
|
As I understand it, if your META file contains a "provides" section, the CPAN indexer doesn't do its normal file crawling to figure out what packages are contained within your release - it just trusts whatever is in "provides". Thus the "no_index" bit is basically a no-op.
package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||