GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Module::Release::MANIFEST(3) User Contributed Perl Documentation Module::Release::MANIFEST(3)

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.

Module::Release

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.

2021-03-11 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.