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.071.452 Times

Module::AutoINC 0.02

  Date Added: August 19, 2010  |  Visits: 910

Module::AutoINC

Report Broken Link
Printer Friendly Version


Product Homepage
Download (88 downloads)



SYNOPSIS perl -MModule::AutoINC < script > ABSTRACT When Module::AutoINC is loaded, it will add itself to @INC and catch any requests for missing resources. If a Perl module is requested that has not been installed, then this will attempt to load it. Under Active State Perl (or any Perl where PPM is available), PPM will attempt to install it. Otherwise CPAN will be queried and, assuming that the module exists on CPAN, CPAN::Shell will be invoked to install it. Execution of the script continues after the requisite module has been installed. Module::AutoINC is a slightly useful tool designed to streamline the process of installing the modules required by a script. By loading the Module::AutoINC module (usually via a "-MModule::AutoINC" command-line option), the user is registering a handler that will catch any attempt to use a module that does not exist on the local machine. In this case, the CPAN::Shell module will be invoked to search for the specified module and, if found, an attempt will be made to install the module. If successful, the module will be loaded and execution will continue as normal. Imported Symbols You can modify the behavior of the module slightly using several import symbols. All import symbols are case-insensitive. If you import the special symbol force then the installation of the module(s) will be forced. The definition of a forced installation varies depending on whether you are installing using PPM or CPAN. See the relevant documentation for each system for more information. You can override the installation method detection using the import symbols, cpan or ppm. cpan will cause CPAN to be used for module installation no matter whether PPM is available or not. ppm will attempt to install the module using PPM regardless of whether ppm is findable by Module::AutoINC. Of course, you should know what you are doing if you use these import symbols. Examples perl -MModule::AutoINC -MLingua::Num2Word=cardinal -le print cardinal("en", 42) ...will download and install Lingua::Num2Word and Lingua::EN::Num2Word. perl -MModule::AutoINC=cpan -MLingua::Num2Word=cardinal -le print cardinal("de", 42) ...will then download and install (using CPAN, even under ActiveState Perl) Lingua::DE::Num2Word (German). perl -MModule::AutoINC=force -MLingua::Num2Word=cardinal -le print cardinal("es", 42) ...will then download and install (forcefully) Lingua::ES::Numeros (Spanish)..

Requirements: No special requirements
Platforms: Linux
Keyword: Autoinc Cardinal Cpan Import Install Mlingua Mmodule Module Moduleautoinc Perl Perl Module Ppm Symbols Will Be
Users rating: 0/10

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


MODULE::AUTOINC RELATED
Libraries  -  GO::View 0.72
GO::View is a Perl module that creates a gif or png image for visualizing the GO DAG. This perl module generates a graphic that displays the parent and child relationships of a selected GO term. It also provides the visualization for the...
870.4 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  -  CPAN::Cache 0.02
CPAN::Cache is a Perl module abstract locally-cached logical subset of a CPAN mirror. There have been any number of scripts and modules written that contain as part of their functionality some form of locally stored partial mirror of the CPAN...
21.5 KB  
Video Chat Tools  -  Dolphin Chat Module 2.0
It can add a live chat room to Dolphin CMS, feature rich, multiple skins, fully customizable, easy to install, users single sign-on. The best part is that once the module is successfully installed, a free hosted chat room will be assigned to your...
22.14 KB  
Windows Software  -  Elgg Chat Module 1.0
It can add a live chat room to Elgg, feature rich, multiple skins, fully customizable, easy to install, profile integrated, users single sign-on. The best part is that once the module is successfully installed, a free hosted chat room will be...
20.55 KB  
Chat  -  Joomla Chat Module 3.2
It can add a live chat room to Joomla CMS, feature rich, multiple skins, fully customizable, easy to install, users single sign-on. The best part is that once the module is successfully installed, a free hosted chat room will be assigned to your...
27.12 KB  
Modules  -  Imagefield Import 5.x-1.2-beta 1.0
The user can configure the content type and target imagefield that the images will be imported into using the settings form at admin/settings/imagefield_import The user needs to be able to upload the image to an import folder on the...
 
Modules  -  Ajax modules install 6.x-1.2
Enhancing "modules installation" page by adding "install via ajax" button. When you click this button - modules will be installed in a simple, nice way without page refreshing.Installing Ajax modules install1. Copy the "Ajax modules install"...
20.48 KB  
Libraries  -  Religion 1.04
Religion is a Perl module that can generate tracebacks and create and install die() and warn() handlers. This is a second go at a module to simplify installing die() and warn() handlers, and to make such handlers easier to write and control....
5.12 KB  
Libraries  -  Test::Chimps::Howto 0.07
Test::Chimps::Howto is a Perl module with a howto about Test::Chimps. SYNOPSIS This document briefly describes how to set up a Chimps server and a Chimps smoker to smoke a project. THE SERVER We will be setting up a smoke server for an...
27.65 KB  
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