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

Module::ThirdParty 0.18

  Date Added: July 01, 2010  |  Visits: 1.135

Module::ThirdParty

Report Broken Link
Printer Friendly Version


Product Homepage
Download (103 downloads)

Module::ThirdParty is a Perl module which can provide information for 3rd party modules (outside CPAN). SYNOPSIS use Module::ThirdParty; if (is_3rd_party($module)) { my $info = module_information($module); print "$module is a known third-party Perl modulen", " -> included in $info->{name} ($info->{url})n", " -> made by $info->{author} ($info->{author_url})n" } else { print "$module is not a known third-party Perl modulen" } Perl modules can be roughly classified in three categories: - core modules, included with the standard Perl distribution; - CPAN modules, available from any CPAN mirror; - third-party modules, including modules publicly available on the Internet (outside CPAN) and "closed" modules available only through commercial licenses. The list of core modules is provided by Module::CoreList and the list of CPAN modules is in the file http://www.cpan.org/modules/02packages.details.txt.gz and provided by modules like CPANPLUS, but there was no module that listed third-party modules. This module tries to address this need by providing such a list. Why bother in the first place? Because some CPAN modules specify such third-party software. Therefore installing them may not be as easy as other CPAN modules because one must first find and manually install the prerequisites. The aim of Module::ThirdParty is to provide basic information to installer shells like CPANPLUS and to give hints to the user. Note that there is also another category of modules regarding dependencies problems: the ghost modules. Those are modules no longer present on the CPAN, but which still haunt it from old PREREQS. They can be found in the BackPAN graveyard, for which the only map is Parse::BACKPAN::Packages..

Requirements: No special requirements
Platforms: Linux
Keyword: Cpan Information Libraries Module Modules Modulethirdparty Perl Perl Module Provide Provide Information Provide Information For Third-party Thirdparty
Users rating: 0/10

License: Freeware Size: 20.48 KB
MODULE::THIRDPARTY RELATED
Science  -  Minimal Information for PCR Experiments 1.1
The MIPE (Minimal Information for PCR Experiments) format is a XML format that enables genomics researchers to store critical information on PCR experiments.Accompagnying perl scripts are written to read from (dbSTS) or write to a MIPE XML file.
69.18 KB  
Modules  -  Booking system api 6.x-1.x-de
The Bookings modules main purpose is to provide drupal with a native booking system that can be expanded/enhanced through the use of contrib modules. This is still very much in early development and its not ready for testing; however if you would...
10 KB  
Modules  -  Profile Location 6.x-1.3
Profile Location provides dynamic country and state/province dropdowns to the core profile module without the need of CCK-dependent third-party modules such as Node Profile (Drupal 5) or Content Profile (Drupal 6).The state/province dropdown will...
10 KB  
Utilities  -  System Information for Windows 1.0
Display System Information for Windows Operating System, similar to Windows Control Panel. This includes all Visual Basic source code so that you can add this feature to your own applications.
77 KB  
Programming  -  webnavigator 0.1.2
The project Navigator aims at supporting automated gathering of dynamic information from third party web sites, using their web interface to post queries and to gather replies. Navigator is written in OS-independent java language.
8.04 MB  
Network & Internet  -  mod_macro 1.1.7
mod_macro is a third-party module to the Apache Http Server, distributed with a BSD-style license like Apache. mod_macro allows the definition and use of macros within apache runtime configuration files. The syntax is a natural extension to...
13.31 KB  
Network & Internet  -  mod_globule 1.3.1
Globule is a third-party module for the Apache Web server that allows a given server to replicate its documents to other Globule servers. It takes care of maintaining consistency between the replicas, of monitoring the servers, and of...
5.8 MB  
Utilities  -  HardInfo 0.4.2.2
HardInfo is a benchmark tool and system information for Linux systems..
204.8 KB  
Modules  -  Ooyala 6.x-1.0-beta1
This module provides a CCK field that allows to upload videos to Ooyala's third party service and present them in a node.This module requires a ooyala account.Thanks to following collaborators:LullabotMultimedios
20.48 KB  
Libraries  -  Inline-Support 0.44
Inline-Support is a Perl module created to support information for Inline.pm and related modules. This document contains all of the latest support information for Inline.pm and the recognized Inline Language Support Modules (ILSMs) available on...
91.14 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