Annotation of loncom/build/system_dependencies/cpan_distributions.txt, revision 1.15
1.1 harris41 1: # cpan_distributions.txt - This controls what CPAN packages are part of the
2: # LON-CAPA system.
3:
1.15 ! damieng 4: # $Id: cpan_distributions.txt,v 1.14 2015/06/29 15:42:02 damieng Exp $
1.2 harris41 5:
6: # Field arrangement: DistName, DevVersion, StableVersion, VersionFrom
7: # Field definitions:
8: # DistName: CPAN distribution name; http://search.cpan.org/dist/DistName
9: # DevVersion: Development version; what we are now trying compatibility with
10: # StableVersion: Stable version; what we know works with LON-CAPA
11: # VersionFrom: The first part is a perl module name. To understand the
12: # parenthesized part, first remember that sometimes a module
13: # version equals the distribution version. Other times,
14: # the distribution version does not equal the version number
15: # of any module.
16: # The parenthesized value can consist of an ordered pair,
17: # or an asterisk. If the value is an asterisk, the version
18: # numbers of the module equals the DevVersion and
19: # StableVersion of the distribution. If the value is an
20: # ordered pair, the version numbers of the module correspond to
21: # that ordered pair in terms of Dev and Stable respectively.
22: # The reason for this is that for distributions like "libnet",
23: # the distribution version is NOT
24: # derived from any constitutive module. Therefore, we hope
25: # that the VersionFrom module version changes quick enough for
26: # there to be a unique association with the distribution
27: # version.
1.1 harris41 28:
1.11 matthew 29: Algorithm-Diff 1.15 1.11a Algorithm::Diff(*)
1.14 damieng 30: aliased 0.34 0.34 aliased(*)
1.11 matthew 31: Authen-PAM 0.14 0.14 Authen::PAM(*)
32: Crypt-DES 2.03 2.03 Crypt::DES(*)
33: Crypt-IDEA 1.01 1.01 Crypt::IDEA(*)
1.1 harris41 34: DBI 1.30 1.20 DBI(*)
1.11 matthew 35: Digest-MD5 2.24 2.24 Digest::MD5(*)
1.14 damieng 36: enum 1.016 1.016 enum(*)
1.11 matthew 37: Event 0.87 0.87 Event(*)
1.14 damieng 38: File-Slurp 9999.19 9999.19 File::Slurp(*)
1.11 matthew 39: GD 2.07 2.07 GD(*)
40: GD-Barcode 1.14 1.14 GD::Barcode(*)
41: GDGraph 1.40 1.40 GD::Graph(*)
1.10 matthew 42: GD-Graph3d 0.63 0.63 GD::Graph3d(*)
1.11 matthew 43: GDTextUtil 0.85 0.85 GD::Text(*)
1.10 matthew 44: HTML-Parser 3.28 3.28 HTML::Parser(*)
1.1 harris41 45: HTML-Tagset 3.03 3.03 HTML::Tagset(*)
1.10 matthew 46: HTML-Tree 3.17 3.17 HTML::Tree(*)
47: I18N-LangTags 0.27 0.27 I18N::LangTags(*)
1.11 matthew 48: IO 1.20 1.20 IO(*)
49: IO-stringy 2.108 2.108 IO::Stringy(*)
1.14 damieng 50: JSON-DWIW 0.47 0.47 JSON::DWIW(*)
1.10 matthew 51: Krb4 1.1 1.1 Authen::Krb4(*)
52: Krb5 1.2 1.2 Authen::Krb5(*)
1.11 matthew 53: libnet 1.12 1.0704 Net::FTP(2.65,2.58)
54: libwww-perl 5.69 5.69 LWP(*)
1.10 matthew 55: Locale-Maketext 1.05 1.05 Locale::Maketext(*)
1.11 matthew 56: MailTools 1.58 1.58 Mail::Util(*)
57: Math-Cephes 0.367 0.367 Math::Cephes(*)
58: Math-Random 0.67 0.67 Math::Random(*)
59: MIME-Base64 2.12 2.12 MIME::Base64(*)
60: MIME-tools 5.411a BETA-5.503 MIME::Tools(*)
61: mod_perl 1.27 1.26 mod_perl(*)
62: Msql-Mysql-modules 1.2219 1.2216 Mysql::Statement(*)
63: Net-PH 2.21 2.21 Net::PH(*)
1.10 matthew 64: Parse-RecDescent 1.94 1.94 Parse::RecDescent(*)
1.11 matthew 65: PerlMagick 5.47 5.47 Image::Magick(*)
66: Pod-POM 0.15 0.15 Pod::POM(*)
1.12 albertel 67: PostScript-Simple 0.05 0.05 PostScript::Simple(*)
1.11 matthew 68: Safe-Hole 0.08 0.08 Safe::Hole(*)
69: Spreadsheet-WriteExcel 0.41 0.41 Spreadsheet::WriteExcel(*)
1.10 matthew 70: String-Similarity 0.02 0.02 String::Similarity(*)
1.15 ! damieng 71: Switch 2.17 2.17 Switch(*)
1.10 matthew 72: Text-Balanced 1.95 1.95 Text::Balanced(*)
73: Text-Query 0.07 0.07 Text::Query(*)
74: Text-Query-Advanced 0.05 0.05 Text::Query::Advanced(*)
75: Text-Query-Simple 0.03 0.03 Text::Query::Simple(*)
76: Time-HiRes 1.48 1.48 Time::HiRes(*)
1.14 damieng 77: Try-Tiny 0.22 0.22 Try::Tiny(*)
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>