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

NAME

Dist::Release - manages the process of releasing a module (DEPRECATED)

DESCRIPTION

THIS MODULE IS DEPRECATED

Back in its early days, Dist::Zilla wasn't quite scratching the release itch to my satisfaction, so I had to have a go at it with Dist::Release. But now that Dist::Zilla has blossomed to full-fledged awesomeness, it makes much more sense to join the party than to continue on a parallel effort. Hence de deprecation. I'll keep this module around a little while still, but I strongly recommend to use Dist::Zilla instead. You'll like it better, trust me.

Dist::Release is meant to help CPAN authors automate the release process of their modules. In Dist::Release, the release process is seen as a sequence of steps. There are two different kind of steps: checks and actions. Checks are non-intrusive verifications (i.e., they're not supposed to touch anything), and actions are the steps that do the active part of the release. When one launches a release, checks are done first. If some fail, we abort the process. If they all pass, then we are good to go and the actions are done as well.

The rest of this documentation deals with the guts of Dist::Release and how to write new steps. If you are rather interested in using Dist::Release, look at the documentation of distrelease.

METHODS

builder

Guesses the name of the build module used by the distribution. Returns 'Build' for 'Module::Build', 'MakeMaker' for 'ExtUtils::MakeMaker', 'ModuleInstall' for 'Module::Install' and undef if it couldn't find anything.

SEE ALSO

Dist::Zilla - rjbs' awesome distribution builder

Module::Release - another module tackling the same task.

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.