File:  [LON-CAPA] / loncom / build / system_dependencies / cpan_distributions.txt
Revision 1.15: download - view: text, annotated - select for diffs
Mon Jun 29 17:46:55 2015 UTC (8 years, 10 months ago) by damieng
Branches: MAIN
CVS tags: version_2_12_X, HEAD
using Switch package instead of given (perl 5.10.1) to preserve compatibility with CentOS 5

# cpan_distributions.txt - This controls what CPAN packages are part of the
# LON-CAPA system.

# $Id: cpan_distributions.txt,v 1.15 2015/06/29 17:46:55 damieng Exp $

# Field arrangement: DistName, DevVersion, StableVersion, VersionFrom
# Field definitions:
#   DistName: CPAN distribution name; http://search.cpan.org/dist/DistName
#   DevVersion: Development version; what we are now trying compatibility with
#   StableVersion: Stable version; what we know works with LON-CAPA
#   VersionFrom: The first part is a perl module name.  To understand the
#                parenthesized part, first remember that sometimes a module
#                version equals the distribution version.  Other times,
#                the distribution version does not equal the version number
#                of any module.
#                The parenthesized value can consist of an ordered pair,
#                or an asterisk.  If the value is an asterisk, the version
#                numbers of the module equals the DevVersion and
#                StableVersion of the distribution.  If the value is an
#                ordered pair, the version numbers of the module correspond to
#                that ordered pair in terms of Dev and Stable respectively.
#                The reason for this is that for distributions like "libnet",
#                the distribution version is NOT
#                derived from any constitutive module.  Therefore, we hope
#                that the VersionFrom module version changes quick enough for
#                there to be a unique association with the distribution
#                version.

Algorithm-Diff 1.15 1.11a Algorithm::Diff(*)
aliased 0.34 0.34 aliased(*)
Authen-PAM  0.14 0.14 Authen::PAM(*)
Crypt-DES 2.03 2.03 Crypt::DES(*)
Crypt-IDEA 1.01 1.01 Crypt::IDEA(*)
DBI 1.30 1.20 DBI(*)
Digest-MD5 2.24 2.24 Digest::MD5(*)
enum 1.016 1.016 enum(*)
Event 0.87 0.87 Event(*)
File-Slurp 9999.19 9999.19 File::Slurp(*)
GD 2.07 2.07 GD(*)
GD-Barcode 1.14 1.14 GD::Barcode(*)
GDGraph 1.40 1.40 GD::Graph(*)
GD-Graph3d 0.63 0.63 GD::Graph3d(*)
GDTextUtil 0.85 0.85 GD::Text(*)
HTML-Parser 3.28 3.28 HTML::Parser(*)
HTML-Tagset 3.03 3.03 HTML::Tagset(*)
HTML-Tree 3.17 3.17 HTML::Tree(*)
I18N-LangTags 0.27 0.27 I18N::LangTags(*)
IO 1.20 1.20 IO(*)
IO-stringy 2.108 2.108 IO::Stringy(*)
JSON-DWIW 0.47 0.47 JSON::DWIW(*)
Krb4 1.1 1.1 Authen::Krb4(*)
Krb5 1.2 1.2 Authen::Krb5(*)
libnet 1.12 1.0704 Net::FTP(2.65,2.58)
libwww-perl 5.69 5.69 LWP(*)
Locale-Maketext 1.05 1.05 Locale::Maketext(*)
MailTools 1.58 1.58 Mail::Util(*)
Math-Cephes 0.367 0.367 Math::Cephes(*)
Math-Random 0.67 0.67 Math::Random(*)
MIME-Base64 2.12 2.12 MIME::Base64(*)
MIME-tools 5.411a BETA-5.503 MIME::Tools(*)
mod_perl 1.27 1.26 mod_perl(*)
Msql-Mysql-modules 1.2219 1.2216 Mysql::Statement(*)
Net-PH 2.21 2.21 Net::PH(*)
Parse-RecDescent 1.94 1.94 Parse::RecDescent(*)
PerlMagick 5.47 5.47 Image::Magick(*)
Pod-POM 0.15 0.15 Pod::POM(*)
PostScript-Simple 0.05 0.05 PostScript::Simple(*)
Safe-Hole 0.08 0.08 Safe::Hole(*)
Spreadsheet-WriteExcel 0.41 0.41 Spreadsheet::WriteExcel(*)
String-Similarity 0.02 0.02 String::Similarity(*)
Switch 2.17 2.17 Switch(*)
Text-Balanced 1.95 1.95 Text::Balanced(*)
Text-Query 0.07 0.07 Text::Query(*)
Text-Query-Advanced 0.05 0.05 Text::Query::Advanced(*)
Text-Query-Simple 0.03 0.03 Text::Query::Simple(*)
Time-HiRes 1.48 1.48 Time::HiRes(*)
Try-Tiny 0.22 0.22 Try::Tiny(*)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>