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

NAME

Module::Plan::Base - Base class for Module::Plan classes

DESCRIPTION

Module::Plan::Base provides the underlying basic functionality. That is, taking a file, injecting it into CPAN, and the installing it via the CPAN module.

It also provides for a basic "phase" system, that allows steps to be taken in the appropriate order. This is very simple for now, but may be upgraded later into a dependency-based system.

This class is undocumented for the moment.

See pip for the front-end console application for this module.

SUPPORT

See the main pip module for support information.

AUTHORS

Adam Kennedy <adamk@cpan.org>

SEE ALSO

pip, Module::Plan, Module::Inspector

COPYRIGHT

Copyright 2006 - 2010 Adam Kennedy.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.