Perl-Toolchain-Gang / Module-Metadata

Gather package and POD information from perl module files
http://metacpan.org/release/Module-Metadata/
Other
8 stars 16 forks source link

Handle no_index as a parameter to provides() #13

Open Leont opened 9 years ago

Leont commented 9 years ago

Currently the provides method doesn't implement no_index, which means it can't produce a provides like PAUSE would have indexed it.

karenetheridge commented 9 years ago

What should it put in no_index? no_index isn't really required.. if a private package isn't in provides to begin with, it's not indexed anyway.

Leont commented 9 years ago

Sorry, I was being quite unclear. I meant no_index as an argument, not as an end-result.