The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...
ANDK/CPAN-2.28 - 13 Jun 2020 04:57:39 UTC - Search in distributionThis module provides functions for determining the pathname of the current working directory. It is recommended that getcwd (or another *cwd() function) be used in *all* code to ensure portability. By default, it exports the functions cwd(), getcwd()...
XSAWYERX/PathTools-3.75 - 29 Aug 2018 19:53:19 UTC - Search in distribution- File::Spec - portably perform operations on file names
I list here some of the most important methods in "Module::Build". Normally you won't need to deal with these methods unless you want to subclass "Module::Build". But since one of the reasons I created this module in the first place was so that subcl...
LEONT/Module-Build-0.4231 - 29 Jan 2020 07:52:41 UTC - Search in distribution- Module::Build - Build and install Perl modules
- config_data - Query or change configuration of Perl modules
- Module::Build::Cookbook - Examples of Module::Build Usage
- 13 more results from Module-Build »
This is the official Perl driver for MongoDB <http://www.mongodb.com>. MongoDB is an open-source document database that provides high performance, high availability, and easy scalability. A MongoDB server (or multi-server deployment) hosts a number o...
MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC - Search in distributionSoftware distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the...
DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC - Search in distribution- CPAN::Meta::Spec - specification for CPAN distribution metadata
- CPAN::Meta::History::Meta_1_3 - Version 1.3 metadata specification for META.yml
- CPAN::Meta::History::Meta_1_4 - Version 1.4 metadata specification for META.yml
- 1 more result from CPAN-Meta »
Surely the CPAN doesn't need yet another CSV parsing module. Text::CSV_XS is the standard parser for CSV files. It is fast as hell, but unfortunately it can be a bit verbose to use. A number of other modules have attempted to put usability wrappers a...
KWILLIAMS/Parse-CSV-2.07 - 16 Nov 2020 04:53:36 UTC - Search in distributionWhat is a template? A template is a text file with variables in it. When a template is parsed, the variables are interpolated to text. (The text can be a few bytes or a few hundred kilobytes.) Here is a simple template with one variable ('$NAME'): He...
JMOORE/CGI-FastTemplate-1.09 - 28 Jun 1999 04:59:15 UTC - Search in distributionThe "Path::Class::Dir" class contains functionality for manipulating directory names in a cross-platform way....
KWILLIAMS/Path-Class-0.37 - 14 Aug 2016 02:37:55 UTC - Search in distribution- Path::Class - Cross-platform path specification manipulation
- Path::Class::File - Objects representing files
- Path::Class::Entity - Base class for files and directories
In basic operation, each of the handlers Filter1, Filter2, and Filter3 will make a call to $r->filter_input(), which will return a filehandle. For Filter1, the filehandle points to the requested file. For Filter2, the filehandle contains whatever Fil...
KWILLIAMS/Apache-Filter-1.024 - 25 Sep 2005 03:04:17 UTC - Search in distributionThis module contains a simple S/Key calculator (as described in RFC 1760) implemented in Perl. It exports the function "key" by default, and may optionally export the function "compute". "compute_md4", "compute_md5", "compute_sha1", "key_md4", "key_m...
KWILLIAMS/Crypt-SKey-0.10 - 08 Jan 2009 04:56:48 UTC - Search in distributionThis module provides methods for obtaining information about the currently running perl interpreter. It originally began life as code in the "Module::Build" project, but has been externalized here for general use....
KWILLIAMS/Probe-Perl-0.03 - 08 Aug 2013 02:30:20 UTC - Search in distributionThis module provides a standard way to gather metadata about a .pm file through (mostly) static analysis and (some) code execution. When determining the version of a module, the $VERSION assignment is "eval"ed, as is traditional in the CPAN toolchain...
ETHER/Module-Metadata-1.000037 - 07 Sep 2019 18:34:09 UTC - Search in distribution"DBIx::Migration::Directories" provides you with a framework for managing database schemas easily. You create a directory to hold your schema, then in that directory create sub-directories containing the SQL code to install, remove, upgrade, or downg...
CRAKRJACK/DBIx-Migration-Directories-0.12 - 26 Mar 2014 01:09:45 UTC - Search in distributionThis module implements a perl interface to Thorsten Joachims' SVMLight package: SVMLight is an implementation of Vapnik's Support Vector Machine [Vapnik, 1995] for the problem of pattern recognition, for the problem of regression, and for the problem...
KWILLIAMS/Algorithm-SVMLight-0.09 - 25 Nov 2008 16:07:31 UTC - Search in distributionThis module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the "Module::Build" project, but may be useful for other purposes as well. However, it is *not* int...
AMBS/ExtUtils-CBuilder-0.280235 - 01 Nov 2020 14:54:49 UTC - Search in distributionDr. Steven Wolfram describes in his book, A New Kind of Science, ISBN:1-57955-008-8 his path-breaking experiment where he comprehensively explored a mathematical function which can be described (by me see the reference for a detailed explanation) as ...
JMFREEMAN/Cellular-Automata-Wolfram-1.1 - 03 Dec 2002 06:52:55 UTC - Search in distributionThis module facilitates the conversion of numbers between various number bases. You may define your own digit sets, or use any of several predefined digit sets. The to_base() and from_base() methods convert between Perl numbers and strings which repr...
KWILLIAMS/Math-BaseCalc-1.019 - 08 Jun 2017 05:28:22 UTC - Search in distributionPart-of-speech tagging is the act of assigning a part-of-speech label (noun, verb, etc.) to each token of a natural-language sentence. There are many different ways to do this, resulting in lots of different styles of output and using various amounts...
KWILLIAMS/Lingua-BrillTagger-0.02 - 31 Mar 2005 22:33:05 UTC - Search in distributionThis module tries to make install path resolution as easy as possible. When you want to install a module, it needs to figure out where to install things. The nutshell version of how this works is that default installation locations are determined fro...
LEONT/ExtUtils-InstallPaths-0.012 - 10 May 2018 19:04:12 UTC - Search in distributionThe "Statistics::Contingency" class helps you calculate several useful statistical measures based on 2x2 "contingency tables". I use these measures to help judge the results of automatic text categorization experiments, but they are useful in other s...
KWILLIAMS/Statistics-Contingency-0.09 - 09 Jun 2013 03:43:07 UTC - Search in distribution