File: 03modlist.data Description: These are the data that are published in the module list, but they may be more recent than the latest posted modulelist. Over time we'll make sure that these data can be used to print the whole part two of the modulelist. Currently this is not the case. Modcount: 4169 Written-By: Id: mldistwatch 836 2006-10-28 06:50:50Z k Date: Tue, 31 Oct 2006 12:24:13 GMT package CPAN::Modulelist; # Usage: print Data::Dumper->new([CPAN::Modulelist->data])->Dump or similar # cannot 'use strict', because we normally run under Safe # use strict; sub data { my $result = {}; my $primary = "modid"; for (@$CPAN::Modulelist::data){ my %hash; @hash{@$CPAN::Modulelist::cols} = @$_; $result->{$hash{$primary}} = \%hash; } $result; } $CPAN::Modulelist::cols = [ 'modid', 'statd', 'stats', 'statl', 'stati', 'statp', 'description', 'userid', 'chapterid' ]; $CPAN::Modulelist::cols = [ [ 'Net::Domain', 'a', 'd', 'p', 'f', '?', 'Try to determine TCP domain name of system', 'GBARR', '5', ], [ 'Net::SMTP', 'a', 'd', 'p', 'f', '?', 'Interface to Simple Mail Transfer Protocol', 'GBARR', '5', ], [ 'File::CounterFile', 'R', 'd', 'p', 'O', '?', 'Persistent counter class', 'GAAS', '10', ], [ 'Font::AFM', 'R', 'd', 'p', 'O', '?', 'Parse Adobe Font Metric files', 'GAAS', '11', ], [ 'Devel::Symdump', 'R', 'd', 'p', 'O', '?', 'Perl symbol table access and dumping', 'ANDK', '3', ], [ 'GD', 'M', 'd', 'c', 'O', 'p', 'Interface to Gd Graphics Library', 'LDS', '18', ], [ 'Net::FTP', 'a', 'd', 'p', 'f', '?', 'Interface to File Transfer Protocol', 'GBARR', '5', ], [ 'Net::Cmd', 'c', 'd', 'p', 'O', '?', 'For command based protocols (FTP, SMTP etc)', 'GBARR', '5', ], [ 'MIME::Base64', 'R', 'd', 'h', 'f', '?', 'Encode/decode Base 64 (RFC 2045)', 'GAAS', '15', ], [ 'MIME::QuotedPrint', 'R', 'd', 'p', 'f', '?', 'Encode/decode Quoted-Printable', 'GAAS', '15', ], [ 'HTTPD::UserAdmin', 'b', 'd', 'p', 'O', '?', 'Management of server user databases', 'LDS', '15', ], [ 'HTTPD::Access', 'c', 'd', 'p', 'O', '?', 'Management of server access control files', 'LDS', '15', ], [ 'File::Listing', 'R', 'd', 'p', 'f', '?', 'Parse directory listings', 'GAAS', '10', ], [ 'Include', 'a', 'd', 'p', 'O', '?', 'Parse C header files for use in XS', 'GBARR', '3', ], [ 'Date::Parse', 'R', 'd', 'p', 'f', '?', 'ASCII Date parser using regexp\'s', 'GBARR', '6', ], [ 'Date::Format', 'R', 'd', 'p', 'f', '?', 'Date formatter ala strftime', 'GBARR', '6', ], [ 'Time::Zone', 'R', 'd', 'p', 'f', '?', 'Timezone info and translation routines', 'GBARR', '6', ], [ 'HTTPD::GroupAdmin', 'b', 'd', 'p', 'O', '?', 'Management of server group databases', 'LDS', '15', ], [ 'HTTPD::Authen', 'b', 'd', 'p', 'O', '?', 'Preform HTTP Basic and Digest Authentication', 'LDS', '15', ], [ 'HTTPD::Config', 'c', 'd', 'p', 'O', '?', 'Management of server configuration files', 'LDS', '15', ], [ 'Convert::UU', 'b', 'd', 'p', 'f', '?', 'UUencode and UUdecode', 'ANDK', '17', ], [ 'Net::NNTP', 'a', 'd', 'p', 'O', '?', 'Client interface to NNTP protocol', 'GBARR', '5', ], [ 'Net::Netrc', 'a', 'd', 'p', 'O', '?', 'Support for .netrc files', 'GBARR', '5', ], [ 'Net::POP3', 'a', 'd', 'p', 'O', '?', 'Client interface to POP3 protocol', 'GBARR', '5', ], [ 'Net::Time', 'a', 'd', 'p', 'f', '?', 'Obtain time from remote machines', 'GBARR', '5', ], [ 'Date::Language', 'a', 'd', 'p', 'O', '?', 'Multi-language date support', 'GBARR', '6', ], [ 'Tie::Dir', 'a', 'd', 'p', 'r', '?', 'Tie hash for reading directories', 'GBARR', '6', ], [ 'CPAN', 'R', 'd', 'p', 'O', '?', 'Perl Archive browse and download', 'ANDK', '23', ], [ 'No::Dato', 'R', 'd', 'p', 'f', '?', 'Norwegian stuff', 'GAAS', '13', ], [ 'No::KontoNr', 'R', 'd', 'p', 'f', '?', 'Norwegian stuff', 'GAAS', '13', ], [ 'No::PersonNr', 'R', 'd', 'p', 'f', '?', 'Norwegian stuff', 'GAAS', '13', ], [ 'No::Sort', 'R', 'd', 'p', 'f', '?', 'Norwegian stuff', 'GAAS', '13', ], [ 'No::Telenor', 'R', 'd', 'p', 'f', '?', 'Norwegian stuff', 'GAAS', '13', ], [ 'Convert::BER', 'a', 'd', 'p', 'O', '?', 'Class for encoding/decoding BER messages', 'GBARR', '17', ], [ 'Net::PH', 'R', 'd', 'p', 'O', '?', 'CCSO Nameserver Client class', 'GBARR', '5', ], [ 'Convert::Recode', 'R', 'd', 'p', 'f', '?', 'Mapping functions between character sets', 'GAAS', '17', ], [ 'Tie::DBI', 'M', 'd', 'p', 'O', 'p', 'Tie hash to a DBI handle', 'LDS', '6', ], [ 'Crypt::CBC', 'M', 'd', 'p', 'O', 'p', 'Cipherblock chaining for Crypt::DES/IDEA', 'LDS', '14', ], [ 'Ace', 'R', 'd', 'p', 'O', 'p', 'Interface to ACEDB (Popular Genome DB)', 'LDS', '7', ], [ 'List::Util', 'b', 'd', 'c', 'f', '?', 'List utilities (eg min, max, reduce)', 'GBARR', '6', ], [ 'Unicode::String', 'R', 'd', 'c', 'O', '?', 'String manipulation for Unicode strings', 'GAAS', '13', ], [ 'Scalar::Util', 'b', 'd', 'c', 'f', '?', 'Scalar utilities (dualvar reftype etc)', 'GBARR', '6', ], [ 'Unicode::Map8', 'R', 'd', 'c', 'O', '?', 'Convert between most 8bit encodings', 'GAAS', '13', ], [ 'Digest::MD5', 'R', 'd', 'c', 'h', 'p', ' MD5 message digest algorithm', 'GAAS', '14', ], [ 'Digest::MD2', 'R', 'd', 'c', 'h', '?', ' MD2 message digest algorithm', 'GAAS', '14', ], [ 'Digest::HMAC', 'R', 'd', 'p', 'h', '?', ' HMAC message integrity check', 'GAAS', '14', ], [ 'Boulder', 'M', 'd', 'p', 'O', '?', 'Generalized tag/value data objects', 'LDS', '6', ], [ 'Convert::ASN1', 'a', 'd', 'p', 'O', '?', 'Standard en/decode of ASN.1 structures', 'GBARR', '17', ], [ 'Tie::RDBM', 'R', 'd', 'p', 'O', '?', 'Tie hashes to relational databases', 'LDS', '6', ], [ 'Apache::GzipChain', 'b', 'm', 'p', 'f', '?', 'Compress files on the fly', 'ANDK', '15', ], [ 'Apache::PassFile', 'b', 'd', 'p', 'f', '?', 'Send file via OutputChain', 'ANDK', '15', ], [ 'Apache::Stage', 'R', 'd', 'p', 'f', '?', 'Manage a document staging directory', 'ANDK', '15', ], [ 'Apache::UploadSvr', 'b', 'd', 'p', 'O', '?', 'A lightweight publishing system', 'ANDK', '15', ], [ 'Python', 'b', 'm', 'c', 'f', '?', 'Interface Python API (for embedded python)', 'GAAS', '9', ], [ 'Python::Object', 'b', 'm', 'c', 'O', '?', 'Wrapper for python objects', 'GAAS', '9', ], [ 'Python::Err', 'b', 'm', 'c', 'O', '?', 'Wrapper for python exceptions', 'GAAS', '9', ], [ 'Image::Info', 'R', 'd', 'p', 'O', '?', 'Extract meta information from image files', 'GAAS', '18', ], [ 'UDDI', 'R', 'd', 'p', 'O', '?', 'UDDI client interface', 'GAAS', '15', ], [ 'IO::String', 'R', 'd', 'p', 'O', '?', 'IO::File interface for in-core strings', 'GAAS', '21', ], [ 'Authen::SASL', 'R', 'm', 'p', 'O', 'p', 'SASL authentication framework', 'GBARR', '14', ], [ 'CGI', 'R', 'd', 'p', 'O', 'p', 'Simple Common Gateway Interface Class', 'LDS', '15', ], ];