The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Module::Release::MANIFEST - Check Perl's MANIFEST to ensure you've updated it

SYNOPSIS

The release script automatically loads this module and checks your MANIFEST file. It runs {make|Build} manifest and dies if the output contains any lines that start with added or removed.

If it dies, you have to start the release process again after verifying MANIFEST (and MANIFEST.SKIP).

DESCRIPTION

check_MANIFEST

Runs {make|Build} manifest. If it sees output starting with added or removed, it dies.

It looks in local_name to get the name of the distribution file.

There's a slight problem with this command. It might re-order the list of files in MANIFEST. Although this doesn't bother this command, it might make the file dirty for source control.

SEE ALSO

Module::Release

SOURCE AVAILABILITY

This source is in Github:

        https://github.com/briandfoy/module-release

AUTHOR

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Copyright © 2009-2016, brian d foy <bdfoy@cpan.org>. All rights reserved.

You may redistribute this under the same terms as Perl itself.