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).
- 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.
This source is in GitHub
https://github.com/briandfoy/module-release
brian d foy, "<bdfoy@cpan.org>"
Copyright © 2007-2021, brian d foy
"<bdfoy@cpan.org>". All rights
reserved.
This program is free software; you can redistribute it and/or
modify it under the Artistic License 2.0.