1Module::Plan::Base(3) User Contributed Perl DocumentationModule::Plan::Base(3)
2
3
4
6 Module::Plan::Base - Base class for Module::Plan classes
7
9 Module::Plan::Base provides the underlying basic functionality. That
10 is, taking a file, injecting it into CPAN, and the installing it via
11 the CPAN module.
12
13 It also provides for a basic "phase" system, that allows steps to be
14 taken in the appropriate order. This is very simple for now, but may be
15 upgraded later into a dependency-based system.
16
17 This class is undocumented for the moment.
18
19 See pip for the front-end console application for this module.
20
22 See the main pip module for support information.
23
25 Adam Kennedy <adamk@cpan.org>
26
28 pip, Module::Plan, Module::Inspector
29
31 Copyright 2006 - 2010 Adam Kennedy.
32
33 This program is free software; you can redistribute it and/or modify it
34 under the same terms as Perl itself.
35
36 The full text of the license can be found in the LICENSE file included
37 with this module.
38
39
40
41perl v5.38.0 2023-07-21 Module::Plan::Base(3)