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: read MANIFEST.SKIP from filehandle #8

Open karenetheridge opened 9 years ago

karenetheridge commented 9 years ago

Instead of forcing MANIFEST.SKIP to be on disk, it should also be possible to pass to maniskip() a filehandle to its content.

dolmen commented 9 years ago

:+1:

Use case: avoid creating temporary files in dzil's [ManifestSkip]: https://metacpan.org/source/RJBS/Dist-Zilla-5.031/lib/Dist/Zilla/Plugin/ManifestSkip.pm#L47