1Module::Plan::Lite(3) User Contributed Perl DocumentationModule::Plan::Lite(3)
2
3
4

NAME

6       Module::Plan::Lite - Lite installation scripts for third-party modules
7

SYNOPSIS

9       The following is the contents of your default.pip file.
10
11         Module::Plan::Lite
12
13         # Everything in the plan file is installed in order
14
15         # Supported file forms
16         Install-This-First-1.00.tar.gz
17         Install-This-Second.1.31.tar.gz
18         extensions/This-This-0.02.tar.gz
19         /absolute/Module-Location-4.12.tar.gz
20
21         # Supported URI types
22         ftp://foo.com/pip-0.13.tar.gz
23         http://foo.com/pip-0.13.tar.gz
24
25         # Support for PAR installation and conventions
26         http://foo.com/DBI-1.37-MSWin32-5.8.0.par
27         http://foo.com/DBI-1.37
28         cpan://SMUELLER/PAR-Packer-0.975
29

SUPPORT

31       See the main pip module for support information.
32

AUTHORS

34       Adam Kennedy <adamk@cpan.org>
35

SEE ALSO

37       pip, Module::Plan
38
40       Copyright 2006 - 2010 Adam Kennedy.
41
42       This program is free software; you can redistribute it and/or modify it
43       under the same terms as Perl itself.
44
45       The full text of the license can be found in the LICENSE file included
46       with this module.
47
48
49
50perl v5.36.0                      2022-07-22             Module::Plan::Lite(3)
Impressum