NAME

tools/dev/mk_manifest_and_skip.pl - Recreate MANIFEST and MANIFEST.SKIP

SYNOPSIS

    % perl tools/dev/mk_manifest_and_skip.pl

DESCRIPTION

Recreates MANIFEST and MANIFEST.SKIP from the output of git status.

    git add file1 file2
    git commit -m "commit msg"
    perl tools/dev/mk_manifest_and_skip.pl
    git add MANIFEST
    git commit -m "update manifest"
    git push

SEE ALSO

Parrot::Manifest.