The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Parrot::Manifest - Re-create MANIFEST and MANIFEST.SKIP

SYNOPSIS

    use Parrot::Manifest;

    $mani = Parrot::Manifest->new($0);

    $manifest_lines_ref = $mani->prepare_manifest();
    $mani->print_manifest($manifest_lines_ref);

    $ignore_ref = $mani->prepare_manifest_skip();
    $mani->print_manifest_skip($ignore_ref);

SEE ALSO

tools/dev/mk_manifest_and_skip.pl.

AUTHOR

James E. Keenan (jkeenan@cpan.org) refactored code from earlier versions of tools/dev/mk_manifest_and_skip.pl.

LICENSE

This is free software which you may distribute under the same terms as Perl itself.