Linux SoftwareProgrammingLibrariesModule::Build::Authoring 0.2805

Module::Build::Authoring 0.2805


Module::Build::Authoring are authoring Module::Build modules. When creating a Build.PL script for a module, something like the fol
Developer:   Ken Williams
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   181K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Module::Build::Authoring are authoring Module::Build modules.

When creating a Build.PL script for a module, something like the following code will typically be used:

use Module::Build;
my $build = Module::Build->new
(
module_name => 'Foo::Bar',
license => 'perl',
requires => {
'perl' => '5.6.1',
'Some::Module' => '1.23',
'Other::Module' => '>= 1.2, != 1.5, < 2.0',
},
);
$build->create_build_script;

A simple module could get away with something as short as this for its Build.PL script:

use Module::Build;
Module::Build->new(
module_name => 'Foo::Bar',
license => 'perl',
)->create_build_script;

The model used by Module::Build is a lot like the MakeMaker metaphor, with the following correspondences:

In Module::Build In ExtUtils::MakeMaker
--------------------------- ------------------------
Build.PL (initial script) Makefile.PL (initial script)
Build (a short perl script) Makefile (a long Makefile)
_build/ (saved state info) various config text in the Makefile

Any customization can be done simply by subclassing Module::Build and adding a method called (for example) ACTION_test, overriding the default 'test' action. You could also add a method called ACTION_whatever, and then you could perform the action Build whatever.
For information on providing compatibility with ExtUtils::MakeMaker, see Module::Build::Compat and http://www.makemaker.org/wiki/index.cgi?ModuleBuildConversionGuide.

Requirements:
  • Perl
    tags module build  build script  create build  license perl  extutils makemaker  initial script  you could  method called  script makefile  bar license  foo bar  use module  the following  

    Download Module::Build::Authoring 0.2805


     http://ftp.hostingromania.ro/Linux/mirrors/ftp.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-0.2805.tar.gz


    Authors software

    Math::BaseCalc 1.011 (by Ken Williams)
    Math::BaseCalc is a Perl module that can convert numbers between various bases.

    SYNOPSIS

    use Math::BaseCalc;

    my $calc =

    Statistics::Contingency 0.06 (by Ken Williams)
    Statistics::Contingency is a Perl module to calculate precision, recall, F1, accuracy, etc.

    SYNOPSIS

    use Statistics::Contingen

    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::CBuilder 0.18 (by Ken Williams)
    ExtUtils::CBuilder is a Perl module to compile and link C code for Perl modules.

    SYNOPSIS

    use ExtUtils::CBuilder;

    my $b

    Class::Container 0.12 (by Ken Williams)
    Class::Container is a Perl module with Glues object frameworks together transparently.

    SYNOPSIS

    package Car;
    use Class::Cont


    Similar software

    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

    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

    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:

    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 =

    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

    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

    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

    Module::Build::TestReporter 1.00 (by chromatic)
    Module::Build::TestReporter is a Perl module to help users report test failures.

    SYNOPSIS

    use Module::Build::TestReporter;

    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:

    Slauth 0.02 (by Ian Kluft)
    Slauth is a Perl-based authentication and authorization module for Apache HTTPD 2


    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