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

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).

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.


This source is in Github:
git://github.com/briandfoy/module-release.git

brian d foy, <bdfoy@cpan.org>

Copyright (c) 2009-2011, brian d foy, All Rights Reserved.
You may redistribute this under the same terms as Perl itself.