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 withadded
orremoved
, 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
SOURCE AVAILABILITY
This source is in GitHub
https://github.com/briandfoy/module-release
AUTHOR
brian d foy, <briandfoy@pobox.com>
COPYRIGHT AND LICENSE
Copyright © 2007-2024, brian d foy <briandfoy@pobox.com>
. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the Artistic License 2.0.