Main > Programming > Libraries >

ExtUtils::AutoInstall 0.63

ExtUtils::AutoInstall 0.63

Sponsored Links

ExtUtils::AutoInstall 0.63 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.026 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 912
Date added: 2007-05-01
Publisher: Autrijus Tang

ExtUtils::AutoInstall 0.63 description

ExtUtils::AutoInstall is a Perl module to automatic install of dependencies via CPAN.

SYNOPSIS

In Makefile.PL, with Module::Install available on the authors system:

use inc::Module::Install;

name (Joe-Hacker);
abstract (Perl Interface to Joe Hacker);
author (Joe Hacker );
include (ExtUtils::AutoInstall);

requires (Module0); # mandatory modules
features (
-config => {
make_args => --hello, # option(s) for CPAN::Config
force => 1, # pseudo-option to force install
do_once => 1, # skip previously failed modules
},
Feature1 => [
Module2 => 0.1,
],
Feature2 => [
Module3 => 1.0,
],
);
auto_install();
&WriteAll;

Invoking the resulting Makefile.PL:

% perl Makefile.PL # interactive behaviour
% perl Makefile.PL --defaultdeps # accept default value on prompts
% perl Makefile.PL --checkdeps # check only, no Makefile produced
% perl Makefile.PL --skipdeps # ignores all dependencies
% perl Makefile.PL --testonly # dont write installation targets

Note that the trailing deps of arguments may be omitted, too.

Using --defaultdeps will make Makefile.PL behave similarly to a regular Makefile.PL file with PREREQ_PM dependencies.

One can use environment variables (see "ENVIRONMENT") below to set a default behavior instead of specifying it in the command line for every invocation of Makefile.PL.

Using make (or nmake):

% make [all|test|install] # install dependencies first
% make checkdeps # same as the --checkdeps above
% make installdeps # install dependencies only

ExtUtils::AutoInstall 0.63 Screenshot

Advertisements

ExtUtils::AutoInstall 0.63 Keywords

Bookmark ExtUtils::AutoInstall 0.63

Hyperlink code:
Link for forum:

ExtUtils::AutoInstall 0.63 Copyright

WareSeeker periodically updates pricing and software information of ExtUtils::AutoInstall 0.63 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of ExtUtils::AutoInstall 0.63 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
ExtUtils::CBuilder is a Perl module to compile and link C code for Perl modules. Free Download
ExtUtils::MM_Any is a Perl module with Platform-agnostic MM methods. Free Download
ExtUtils::configPL is a Perl extension to automagically configure Perl scripts. Free Download
ExtUtils::SVDmaker is a Perl module to create CPAN distributions. Free Download
Module::Install is a standalone, extensible Perl module installer. Free Download
ExtUtils::MakeMaker is a Perl module that can help you create a module Makefile. Free Download
ExtUtils::ModuleMaker is a Perl module better than h2xs for creating modules. Free Download
ExtUtils::ModuleMaker::TT is a Perl module that makes skeleton modules with Template Toolkit templates. Free Download