Linux SoftwareProgrammingLibrariesModule::Install 0.64

Module::Install 0.64


Module::Install is a standalone, extensible Perl module installer. SYNOPSIS In your Makefile.PL: (Recommended Usage) # Loa
Developer:   Brian Ingerson, Audrey Tang and Adam Kennedy
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   78K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Module::Install is a standalone, extensible Perl module installer.

SYNOPSIS

In your Makefile.PL: (Recommended Usage)
# Load the Module::Install bundled in ./inc/
use inc::Module::Install;

# Define metadata
name 'Your-Module';
all_from 'lib/Your/Module.pm';

# Specific dependencies
requires 'Carp' => 0;
requires 'File::Spec' => '0.80';
build_requires 'Test::More' => '0.42';
recommends 'Your::OtherModule' => '0.01';

no_index 'directory' => 'demos';

install_script 'bin/myscript';

auto_install;
WriteAll;

Quickly upgrade a legacy ExtUtil::MakeMaker installer:

# Drop-in replacement to ExtUtils::MakeMaker
use inc::Module::Install;
WriteMakefile( ... );

A dummy Build.PL so we can work with Module::Build as well:

# Dear Distribution Packager. This use of require is intentional.
# Module::Install detects Build.PL usage and acts accordingly.
require 'Makefile.PL';

Module::Install is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a strictly correct manner with both the ExtUtils::MakeMaker and Module::Build build systems, and will run on any Perl installation version 5.004 or newer.

The intent is to make it as easy as possible for CPAN authors (and especially for first-time CPAN authors) to have installers that follow all the best practices for distribution installation, but involve as much DWIM (Do What I Mean) as possible when writing them.

Requirements:
  • Perl
    tags module install  for cpan  cpan authors  module build  your module  use inc  inc module  extutils makemaker  

    Download Module::Install 0.64


     http://mirrors.evolva.ro/CPAN/authors/id/A/AU/AUDREYT/Module-Install-0.64.tar.gz


    Authors software

    Module::Install 0.64 (by Brian Ingerson, Audrey Tang and Adam Kennedy)
    Module::Install is a standalone, extensible Perl module installer.

    SYNOPSIS

    In your Makefile.PL: (Recommended Usage)
    # Loa


    Similar software

    Module::Install 0.64 (by Brian Ingerson, Audrey Tang and Adam Kennedy)
    Module::Install is a standalone, extensible Perl module installer.

    SYNOPSIS

    In your Makefile.PL: (Recommended Usage)
    # Loa

    Module::Build::Authoring 0.2805 (by Ken Williams)
    Module::Build::Authoring are authoring Module::Build modules.

    When creating a Build.PL script for a module, something like the fol

    Module::Build 0.2805 (by Ken Williams)
    Module::Build is a Perl module for build and install Perl modules.

    SYNOPSIS

    Standard process for building & installing modules:

    ExtUtils::MakeMaker 6.30 (by Andy Dougherty, Andreas K?nig and Tim Bunce)
    ExtUtils::MakeMaker is a Perl module that can help you create a module Makefile.

    SYNOPSIS

    use ExtUtils::MakeMaker;

    Write

    Wx::build::MakeMaker 0.57 (by Mattia Barbon)
    Wx::build::MakeMaker is a Perl module with ExtUtils::MakeMaker specialization for wxPerl modules.

    SYNOPSIS

    use Wx::build::MakeM

    Apache::TestMB 1.28 (by David Wheeler)
    Apache::TestMB is a subclass of Module::Build to support Apache::Test.

    SYNOPSIS

    Standard process for building & installing modu

    Acme::MetaSyntactic 0.90 (by Philippe Bruhat)
    Acme::MetaSyntactic is Perl module themed metasyntactic variables.

    When writing code examples, it's always easy at the beginning:

    ExtUtils::ModuleMaker 0.47 (by R. Geoffrey Avery)
    ExtUtils::ModuleMaker is a Perl module better than h2xs for creating modules.

    SYNOPSIS

    At the command prompt:
    % modulema

    Module::Build::JSAN 0.01 (by David Wheeler)
    Module::Build::JSAN is a Perl module to build JavaScript modules for JSAN.

    SYNOPSIS

    use Module::Build::JSAN;

    my $build =

    CPAN+changelog 1.33 (by Matthias Ferdinand)
    If you are administrator for a Perl installation and you use CPAN for updating Perl modules, then this software provides some assista


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags