Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.243.450 Times

Module::Build 0.2808

  Date Added: July 01, 2010  |  Visits: 1.151

Module::Build

Report Broken Link
Printer Friendly Version


Product Homepage
Download (95 downloads)



Module::Build is a Perl module for build and install Perl modules. SYNOPSIS Standard process for building & installing modules: perl Build.PL ./Build ./Build test ./Build install Or, if youre on a platform (like DOS or Windows) that doesnt require the "./" notation, you can do this: perl Build.PL Build Build test Build install Module::Build is a system for building, testing, and installing Perl modules. It is meant to be an alternative to ExtUtils::MakeMaker. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with MakeMaker. It also does not require a make on your system - most of the Module::Build code is pure-perl and written in a very cross-platform way. In fact, you dont even need a shell, so even platforms like MacOS (traditional) can use it fairly easily. Its only prerequisites are modules that are included with perl 5.6.0, and it works fine on perl 5.005 if you can install a few additional modules..

Requirements: No special requirements
Platforms: Linux
Keyword: Build Install Libraries Module Modulebuild Modules Perl Perl Module Programming
Users rating: 0/10

License: Freeware Size: 184.32 KB
USER REVIEWS
More Reviews or Write Review


MODULE::BUILD RELATED
Libraries  -  Bundle::OpenSRF 0.07
Bundle::OpenSRF Perl module can install all OpenSRF prereq modules available on CPAN. SYNOPSIS perl -MCPAN -e install Bundle::OpenSRF or ... cpan Bundle::OpenSRF CONTENTS Cache::FileCache Cache::Memcached DBI DBD::SQLite Digest::MD5...
3.07 KB  
Libraries  -  Module::Install 0.64
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...
79.87 KB  
Libraries  -  Task::SOSA 1.04
Task::SOSA is a Perl module to install all the CPAN modules needed by SOSA. SYNOPSIS perl -MCPAN -e install Task::SOSA This Task module installs all the dependencies needed by SOSA, the "Samba and Open-xchange Simple Administrator"....
20.48 KB  
Libraries  -  Bundle::Knetrix 1.0
Bundle::Knetrix is a Perl bundle to install all Knetrix required modules. SYNOPSIS perl -MCPAN -e install Bundle::Knetrix CONTENTS Apache AutoLoader Business::CreditCard Carp Class::Delegation Class::MakeMethods::Composite::Hash...
2.05 KB  
Libraries  -  Tk::SlideShow 0.07
Tk::SlideShow is a Tk Perl module for building slide-like presentations. This module provide Perl with the ability to : - build interactive and visual presentations with Perl and Tk, - build simple slide simply, - build sophisticated slides...
81.92 KB  
Libraries  -  Bundle::DBI 1.52
Bundle::DBI is a bundle to install DBI and required modules. SYNOPSIS perl -MCPAN -e install Bundle::DBI CONTENTS DBI - for to get to know thyself DBI::Shell 11.91 - the DBI command line shell Storable 2.06 - for DBD::Proxy and...
409.6 KB  
Libraries  -  Java::Build 0.05
Java::Build is a family of modules which you can use instead of Ant. SYNOPSIS use Java::Build::JVM; # access to the javac compiler in one jvm use Java::Build::Tasks; # some helpful methods similar to Ant tasks my $source_files =...
30.72 KB  
Libraries  -  Bundle::Catalog 1.02
Bundle::Catalog is a bundle to install all Catalog related modules. SYNOPSIS perl -MCPAN -e install Bundle::Catalog This bundle includes all the modules used by the Perl Catalog module. A Bundle is a module that simply defines a collection...
942.08 KB  
Programming  -  Color::Model::Munsell::Util 0.03
Utility subroutines for Color::Model::Munsell ---------- INSTALLATION ~~~~~~~~~~~~ To install this module, run the following commands: *perl Makefile.PL *make *make test *make install
51.2 KB  
Libraries  -  Bundle::MP3 1.00
Bundle::MP3 is a bundle to install all MP3-related modules. SYNOPSIS perl -MCPAN -e install Bundle::MP3 CONTENTS MP3::Info - For MP3::Info by Chris Sandor Digest::MD5 - Used by MP3::Napster MP3::Napster - For MP3::Napster by Lincoln...
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB