Help


[permalink] [id link]
+
Page "CPAN" ¶ 29
from Wikipedia
Edit
Promote Demote Fragment Fix

Some Related Sentences

CPAN and .
The Artistic License refers most commonly to the original Artistic License ( version 1. 0 ), a software license used for certain free and open source software packages, most notably the standard Perl implementation and most CPAN modules, which are dual-licensed under the Artistic License and the GNU General Public License ( GPL ).
** The Artistic License ( the original Artistic License 1. 0, the one which is still used by Perl and CPAN )
CPAN, the Comprehensive Perl Archive Network, is an archive of over 100, 000 modules of software written in Perl, as well as documentation for it.
Most software on CPAN is free and open source software.
There is no formal bug tracking system, but there is a third-party bug tracking system that CPAN designated as the suggested official method of reporting issues with modules.
CPAN has no revision control system, although the source for the modules is often stored on GitHub.
Also, the complete history of the CPAN and all its modules is available as the GitPAN project, allowing to easily see the complete history for all the modules and for easy maintenance of forks.
CPAN is also used to distribute new versions of Perl, as well as related projects, such as Parrot.
The CPAN is an important resource for the professional Perl programmer.
With over 23, 000 modules ( containing 20, 000, 000 lines of code ) as of July 2011, the CPAN can save programmers weeks of time, and large Perl programs often make use of dozens of modules.
Files on the CPAN are referred to as distributions.
With thousands of distributions, CPAN needs to be structured to be useful.
Distributions on the CPAN are divided into 24 broad chapters based on their purpose, such as Internationalization and Locale ; Archiving, Compression, And Conversion ; and Mail and Usenet News.
Finally, the natural hierarchy of Perl module names ( such as " Apache :: DBI " or " Lingua :: EN :: Inflect ") can sometimes be used to browse modules in the CPAN.
CPAN module distributions usually have names in the form of CGI-Application-3. 1 ( where the :: used in the module's name has been replaced with a dash, and the version number has been appended to the name ), but this is only a convention ; many prominent distributions break the convention, especially those that contain multiple modules.
The heart of CPAN is its worldwide network of more than 260 mirrors in more than 60 countries.
Most mirrors update themselves hourly, daily or bidaily from the CPAN master site.
For more information on CPAN mirrors, see mirrors. cpan. org.
Several search engines have been written to help Perl programmers sort through the CPAN.
The most popular and official is search. cpan. org, which includes textual search, a browsable index of modules, and extracted copies of all distributions currently on the CPAN.

CPAN and pm
There is also a Perl core module named CPAN ; it's usually differentiated from the repository itself by calling it CPAN. pm.
An interactive shell called < tt > cpan </ tt > is also provided in the Perl core, and is the usual way of running CPAN. pm.
More recently, an effort to replace CPAN. pm with something cleaner and more modern has resulted in the CPANPLUS or CPAN ++ set of modules.

CPAN and is
* CPAN Dependencies, which combines data from META. yml files and the CPAN testers to graphically show a module's dependencies and attempt to calculate how likely it is to work on a particular platform.
* CPAN :: Forum is a discussion forum where threads are classified by CPAN distribution
Experienced Perl programmers often comment that half of Perl's power is in the CPAN.
Other major languages, such as Java and C ++, have nothing similar to the CPAN ( though for Java there is central Maven, and C ++ has the Boost C ++ Libraries ).
As a hive of activity in the Perl world, the CPAN both shapes and is shaped by Perl culture.
The JSAN is a near-direct port of the CPAN infrastructure for use with the JavaScript language, which for most of its lifespan did not have a cohesive " community ".

CPAN and which
The CPAN has grown so large and comprehensive over the years that many people learning Perl seem to elevate it to a sort of mythical status, and express surprise when they begin to encounter topics for which a CPAN module doesn't exist already.
SpamAssassin is a Perl-based application (< tt > Mail :: SpamAssassin </ tt > in CPAN ) which is usually used to filter all incoming mail for one or several users.
Unlike the Comprehensive Perl Archive Network ( CPAN ) archives, which PEAR took as its model, PEAR packages do not have implicit dependencies so that a package's placement in the PEAR package tree does not relate to code dependencies.
Other examples are for the Comprehensive Perl Archive Network ( CPAN ), which is a repository for Perl libraries ( known as modules ) that are not part of the core Perl distribution.
Shlomi Fish has written an open-source solver for Black Hole Solitaire first as a Perl-based CPAN module, but which was later re-implemented in the C programming language.
Catalyst is primarily distributed through the CPAN, which is the official distribution channel for Perl libraries and applications.

CPAN and can
CPAN can denote either the archive network itself, or the Perl program that acts as an interface to the network and as an automated software installer ( somewhat like a package manager ).
Authors can upload new distributions to the CPAN through the Perl Authors Upload Server ( PAUSE ).
gnuplot is used as the plotting engine of Maxima, and gretl, and it can be used from various languages, including Perl ( via CPAN ), Python ( via Gnuplot-py and SAGE ), Java ( via jgnuplot ), Ruby ( via Ruby Gnuplot ), Ch ( via Ch Gnuplot ), and Smalltalk ( Squeak and GNU Smalltalk ).
; Perl: The and modules from CPAN can be used to create UUIDs.
The latest DBI module for Perl from CPAN can run on a range of operating systems.
PDL programmers can use the CPAN Perl I / O libraries to read and write data in hundreds of standard and niche file formats.

0.448 seconds.