Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    ExtUtils::AutoInstall 0.63

    Download button

    No screenshots available
    Downloads: 823  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Autrijus Tang | More programs
    Perl Artistic License / FREE
    May 2nd, 2007, 05:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    ExtUtils::AutoInstall description

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

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

    SYNOPSIS

    In Makefile.PL, with Module::Install available on the author's 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 # don't 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

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    install dependencies | CPAN dependencies | Perl module | ExtUtils::AutoInstal | install | CPAN

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM