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


pip documentation  | view source Contained in the pip distribution.

Index


NAME

Top

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

SYNOPSIS

Top

The following is the contents of your default.pip file.

  Module::Plan::Lite

  # Everything in the plan file is installed in order

  # Supported file forms
  Install-This-First-1.00.tar.gz
  Install-This-Second.1.31.tar.gz
  extensions/This-This-0.02.tar.gz
  /absolute/Module-Location-4.12.tar.gz

  # Supported URI types
  ftp://foo.com/pip-0.13.tar.gz
  http://foo.com/pip-0.13.tar.gz

  # Support for PAR installation and conventions
  http://foo.com/DBI-1.37-MSWin32-5.8.0.par
  http://foo.com/DBI-1.37
  cpan://SMUELLER/PAR-Packer-0.975

SUPPORT

Top

See the main pip module for support information.

AUTHORS

Top

Adam Kennedy <adamk@cpan.org>

SEE ALSO

Top

pip, Module::Plan

COPYRIGHT

Top


pip documentation  | view source Contained in the pip distribution.