distrelease - releases a distribution to CPAN
distrelease [ -doit ]
This is the command-line interface to the Dist::Release process.
Prints out all the available checks and actions.
Prints out all the checks are actions that would be performed and exits.
If --check is provided, the given checks will be used instead of the ones provided in the configuration file.
Example:
distrelease --check Manifest UpdatedVersion
If --action is provided, the given actions will be used instead of the ones provided in the configuration file.
Example:
distrelease --action Github CPANUpload
This documentation refers to Dist::Release version 0.0_1.
Yanick Champoux, <yanick@cpan.org>.
Copyright (c) 2008 Yanick Champoux (<yanick@cpan.org>). All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.