Perl-Toolchain-Gang / ExtUtils-Manifest

Utilities to write and check a MANIFEST file
https://metacpan.org/release/ExtUtils-Manifest/
Other
4 stars 7 forks source link

new feature: add options to manifind() #7

Open karenetheridge opened 9 years ago

karenetheridge commented 9 years ago
<@leont> ExtUtils::Manifest's manifind is surprisingly useless. I would have expected it to automatically maniskip too…
<@ether> leont: sounds like that would be worthwhile to add as an option to manifind
<@ether> %files_for_manifest = manifind({ skip => 1 });
Leont commented 9 years ago

It seems manifind already takes an argument … that is does absolutely nothing with. This isn't making sense, archeology may prove to be enlightening.