NAME
CPAN::Static::Install - static CPAN installation reference implementation
VERSION
version 0.003
DESCRIPTION
This module provides a reference
FUNCTIONS
configure(%options)
This function takes the following options, whose semantics are described in detail in CPAN::API::BuildPL.
destdir
A string containing the destination directory
installdirs
The type of installdirs, one of
'site'
,'vendor'
or'core'
.install_base
The path to the install base.
install_path
A hash describing the install path for different target types.
uninst
A boolean value enabling uninstalling older versions.
verbose
The verbosity of the actions.
config
%Config
entries to be override. This should either be a hash of overrides, or an ExtUtils::Config object.jobs
Suggest a certain number of jobs to be run in parallel.
build()
This will build the dist.
test()
This will run the tests for the distribution.
install()
This will install the dist.
opts_from_args_list
This turns a list of arguments into a %options
hash for configure, the same way a Build.PL implementation would.
AUTHOR
Leon Timmermans <leont@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.