The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

distrelease - releases a distribution to CPAN

SYNOPSIS

distrelease [ -doit ]

DESCRIPTION

This is the command-line interface to the Dist::Release process.

OPTIONS

--available

Prints out all the available checks and actions.

--list

Prints out all the checks are actions that would be performed and exits.

--check checks

If --check is provided, the given checks will be used instead of the ones provided in the configuration file.

Example:

    distrelease --check Manifest UpdatedVersion
--action actions

If --action is provided, the given actions will be used instead of the ones provided in the configuration file.

Example:

    distrelease --action Github CPANUpload

version

This documentation refers to Dist::Release version 0.0_1.

AUTHOR

Yanick Champoux, <yanick@cpan.org>.

LICENSE AND COPYRIGHT

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.