From ebecb4722efdea9668ee10dd41aa696d66505e48 Mon Sep 17 00:00:00 2001 From: fukachan Date: Sun, 27 May 2001 12:09:46 +0000 Subject: sync w/ latest cpan documents --- cpan/doc/00modlist.long.txt | 4346 +++++++++++++++++++++------------------ cpan/doc/02packages.details.txt | 1963 ++++++++++-------- cpan/doc/04pause.html | 216 +- cpan/doc/98_full_class_name | 471 +++-- cpan/doc/99_good_modules | 1464 +++++++------ 5 files changed, 4761 insertions(+), 3699 deletions(-) (limited to 'cpan') diff --git a/cpan/doc/00modlist.long.txt b/cpan/doc/00modlist.long.txt index cda788b8..581b8fa1 100644 --- a/cpan/doc/00modlist.long.txt +++ b/cpan/doc/00modlist.long.txt @@ -1,4 +1,4 @@ -The Perl 5 Module List $Revision: 1.4 $ $Date: 2001/04/28 03:27:29 $ -*- coding:utf-8 -*- +The Perl 5 Module List $Revision: 3.104 $ $Date: 2001/05/25 19:49:40 $ -*- coding:utf-8 -*- ====================== Maintained by Tim Bunce and Andreas König @@ -508,7 +508,7 @@ but this is also transparent. Only the .pm file is required to exist. similar system which supports multilevel versions/branches you can use this (but put it all on one line for MakeMaker VERSION_FROM): - $VERSION = do { my @r=(q$Revision: 1.4 $=~/\d+/g); + $VERSION = do { my @r=(q$Revision: 3.104 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r }; It may be handy to add a function or method to retrieve the number. @@ -713,11 +713,11 @@ characters which convey (approximate) basic status information. For example: -Name DSLI Description Info -------------- ---- -------------------------------------------- ----- -Fcntl Sdcf Defines fcntl() constants (see File::Lock) JHI +Name DSLIP Description Info +------------- ----- -------------------------------------------- ----- +Fcntl Sdcfp Defines fcntl() constants (see File::Lock) JHI -Where the 'DSLI' characters have the following meanings: +Where the 'DSLIP' characters have the following meanings: D - Development Stage (Note: *NO IMPLIED TIMESCALES*): i - Idea, listed to gain consensus or as a placeholder @@ -747,6 +747,24 @@ Where the 'DSLI' characters have the following meanings: r - some use of unblessed References or ties O - Object oriented using blessed references and/or inheritance + P - Public License + p - Standard-Perl: user may choose between GPL and Artistic + g - GPL: GNU General Public License + l - LGPL: "GNU Lesser General Public License" (previously known as "GNU Library + General Public License") + b - BSD: The BSD License + a - Artistic license alone + o - other (but distribution allowed without restrictions) + +DISCLAIMER: The status of the Public License field is there for +informational purpose only and does not constitute a legal binding of +any kind. To obtain proper information about the Licencing terms of a +module and its accompanying files, please refer to the distribution of +the modules or contact the author as appropriate. Please inform +modules@perl.org if you encounter any mismatch between the contents of +the Public License field and what the distribution actually says about +it. + Where letters are missing they can usually be inferred from the others. For example 'i' implies 'id', 'S' implies 'Su'. @@ -793,281 +811,316 @@ _______________________________________________________________________ 2) Perl Core Modules, Perl Language Extensions and Documentation Tools -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- -CORE Sucf Internal package for perl native functions P5P -UNIVERSAL SucO Internal universal base-class JACKS -SUPER SucO Internal class to access superclass methods P5P -DynaLoader SucO Dynamic loader for shared libraries P5P -AutoLoader SupO Automatic function loader (using AutoSplit) P5P -SelfLoader SdpO Automatic function loader (using __DATA__) JACKS -Exporter SupO Implements default import method for modules P5P -Carp Supf Throw exceptions outside current package P5P -Config Supf Stores details of perl build configuration P5P -English Supf Defines English names for special variables P5P -Symbol SupO Create 'anonymous' symbol (typeglobs) refs CHIPS -Opcode Supf Disable named opcodes when compiling code TIMB -Taint bdpf Utilities related to tainting PHOENIX +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- +CORE Sucf? Internal package for perl native functions P5P +UNIVERSAL SucO? Internal universal base-class JACKS +SUPER SucO? Internal class to access superclass methods P5P +DynaLoader SucO? Dynamic loader for shared libraries P5P +AutoLoader SupO? Automatic function loader (using AutoSplit) P5P +SelfLoader SdpO? Automatic function loader (using __DATA__) JACKS +Exporter SupO? Implements default import method for modules P5P +Carp Supf? Throw exceptions outside current package P5P +Config Supf? Stores details of perl build configuration P5P +English Supf? Defines English names for special variables P5P +Symbol SupO? Create 'anonymous' symbol (typeglobs) refs CHIPS +Opcode Supf? Disable named opcodes when compiling code P5P +Taint bdpf? Utilities related to tainting PHOENIX Perl Pragmatic Modules -constant Supf Define compile-time constants P5P -diagnostics Sdpf For reporting perl diagnostics in full form TOMC -enum cdpf resemble enumerated types in C ZENIN -integer Supf Controls float vs. integer arithmetic P5P -less Supf Controls optimisations (yet unimplemented) P5P -lib Supf Simple way to add/delete directories in @INC P5P -overload SdpO Overload perl operators for new data types ILYAZ -sigtrap Supf For trapping an abort and giving a traceback P5P -strict Supf Controls averments (similar to pragmas) P5P -subs Supf use subs qw(x y); is short for sub x; sub y; P5P -vars Supf predeclare variable names P5P +constant Supf? Define compile-time constants P5P +diagnostics Sdpf? For reporting perl diagnostics in full form TOMC +enum cdpf? resemble enumerated types in C ZENIN +integer Supf? Controls float vs. integer arithmetic P5P +less Supf? Controls optimisations (yet unimplemented) P5P +lib Supf? Simple way to add/delete directories in @INC P5P +overload SdpO? Overload perl operators for new data types ILYAZ +sigtrap Supf? For trapping an abort and giving a traceback P5P +strict Supf? Controls averments (similar to pragmas) P5P +subs Supf? use subs qw(x y); is short for sub x; sub y; P5P +vars Supf? predeclare variable names P5P Experimental pragmatic modules live in the ex:: namespace ex:: -::implements RdpO Study in Polymorphism PDCAWLEY -::interface RdpO Another study in polymorphism PDCAWLEY -::override Rdpf perl pragma to override core functions CTWETEN +::implements RdpO? Study in Polymorphism PDCAWLEY +::interface RdpO? Another study in polymorphism PDCAWLEY +::override Rdpf? perl pragma to override core functions CTWETEN +::caution bdpn? Same as use warnings; use strict; YVES ex::constant:: -::vars Rdph Perl pragma to create readonly variables CTWETEN +::vars Rdph? Perl pragma to create readonly variables CTWETEN Perl Language Extensions -Alias bdcf Convenient access to data/code via aliases GSAR -End RdpO Generalized END {}. ABIGAIL -Error adpO Error/exception handling in an OO-ish way GBARR -Perl adcO Create Perl interpreters from within Perl GSAR -Protect bdpf declare subs private or member JDUNCAN -Regexp adcO An OO interface to regular expressions GBARR -Safe SdcO Restrict eval'd code to safe subset of ops MICB -Softref bdcf Extension for weak/soft referenced SVs ILYAZ - -Inline bdp? Write Perl subroutines in other languages INGY -Inline:: -::CPR adpn C Perl Run - Embed Perl in C, ala Inline INGY -::C bdpn Write Perl subroutines in C INGY -::CPP adpO Easy implementation of C++ extensions NEILW -::Python adcO Easy implementation of Python extensions NEILW -::Tcl adcf Write Perl subroutines in Tcl RRS +Alias bdcf? Convenient access to data/code via aliases GSAR +End RdpO? Generalized END {}. ABIGAIL +Error adpO? Error/exception handling in an OO-ish way UARUN +NEXT RdpO? Perl5 implementation of NEXT (RFC190) DCONWAY +Perl adcO? Create Perl interpreters from within Perl GSAR +Protect bdpf? declare subs private or member JDUNCAN +Safe SdcO? Restrict eval'd code to safe subset of ops MICB +Softref bdcf? Extension for weak/soft referenced SVs ILYAZ + +Attribute:: +::Handlers RdpO? Simpler definition of attribute handlers DCONWAY +::Types RdpO? Attributes that confer type on variables DCONWAY +::Memoize RdpOp Attribute interface to Memoize.pm MARCEL +::TieClasses RdpOp attribute wrappers for CPAN Tie classes MARCEL +::Abstract RdpOp implement abstract methods with attributes MARCEL Exporter:: -::Import Rdpn Alternate symbol exporter GARROW -::Options adpO Extends Exporter to handle use-line options YSTH -::PkgAlias adpf Load a module into multiple namespaces JDPORTER +::Import Rdpn? Alternate symbol exporter GARROW +::Options adpO? Extends Exporter to handle use-line options YSTH +::PkgAlias adpf? Load a module into multiple namespaces JDPORTER + +Inline bdp?? Write Perl subroutines in other languages INGY +Inline:: +::CPR adpn? C Perl Run - Embed Perl in C, ala Inline INGY +::C bdpn? Write Perl subroutines in C INGY +::CPP bdpO? Easy implementation of C++ extensions NEILW +::Python adcO? Easy implementation of Python extensions NEILW +::Tcl adcf? Write Perl subroutines in Tcl RRS + +Regexp adcO? An OO interface to regular expressions GBARR +Regexp:: +::Common RdpO? Provide commonly requested regular expr. DCONWAY +::Shellish RdpO? Shell-like regular expressions RBS +::Func adpf? Replace =~, !~, m//, s/// with functions NWIGER Safe:: -::Hole bdcO Exec subs in the original package from Safe SEYN +::Hole bdcO? Exec subs in the original package from Safe SEYN Symbol:: -::Table RdpO OO interface to package symbols GARROW +::Table RdpO? OO interface to package symbols GARROW The Perl Compiler -B aucO The Perl Compiler MICB -O aucO Perl Compiler frontends MICB +B aucO? The Perl Compiler MICB +O aucO? Perl Compiler frontends MICB B:: -::Fathom bdpO Estimate the readability of Perl code KSTAR -::Graph bdpr Perl Compiler backend to diagram OP trees SMCCAM -::LexInfo bdcO Show info about subroutine lexical variables DOUGM -::Size bdcO Measure size of Perl OPs and SVs DOUGM -::TerseSize bdpO Info about ops and their (estimated) size DOUGM +::Fathom bdpO? Estimate the readability of Perl code KSTAR +::Graph bdpr? Perl Compiler backend to diagram OP trees SMCCAM +::LexInfo bdcO? Show info about subroutine lexical variables DOUGM +::Size bdcO? Measure size of Perl OPs and SVs DOUGM +::TerseSize bdpO? Info about ops and their (estimated) size DOUGM Source Code Filters Filter::Util:: -::Exec bdcf Interface for creation of coprocess Filters PMQS -::Call bdcf Interface for creation of Perl Filters PMQS +::Exec bdcf? Interface for creation of coprocess Filters PMQS +::Call bdcf? Interface for creation of Perl Filters PMQS Filter:: -::exec bdcf Filters script through an external command PMQS -::sh bdcf Filters script through a shell command PMQS -::cpp bdcf Filters script through C preprocessor PMQS -::tee bdcf Copies to file perl source being compiled PMQS -::decrypt bdcf Template for a perl source decryption filter PMQS +::exec bdcf? Filters script through an external command PMQS +::sh bdcf? Filters script through a shell command PMQS +::cpp bdcf? Filters script through C preprocessor PMQS +::tee bdcf? Copies to file perl source being compiled PMQS +::decrypt bdcf? Template for a perl source decryption filter PMQS +::Simple RdpO? Simplified source filtering DCONWAY Thread support (note that these are experimental, i.e. pre-alpha) -Thread cuhO Manipulate threads in Perl (EXPERIMENTAL) P5P +Thread cuhO? Manipulate threads in Perl (EXPERIMENTAL) P5P Thread:: -::Group bdph Wait()-like and grouping functions DSUGAL -::IO i IO routines DSUGAL -::Object i OO routines DSUGAL -::Pool bdpO Worker pools to run Perl code asynchronously MICB -::Queue cuph Thread-safe queues P5P -::Semaphore cuph Thread-safe semaphores P5P -::Signal cuhh A thread which runs signal handlers reliably P5P -::Specific cuhh Thread-specific keys P5P +::Group bdph? Wait()-like and grouping functions DSUGAL +::IO i ? IO routines DSUGAL +::Object i ? OO routines DSUGAL +::Pool bdpO? Worker pools to run Perl code asynchronously MICB +::Queue cuph? Thread-safe queues P5P +::Semaphore cuph? Thread-safe semaphores P5P +::Signal cuhh? A thread which runs signal handlers reliably P5P +::Specific cuhh? Thread-specific keys P5P + +IThread:: +::Mutex i???? ? ABERGMAN +::Semaphore i???? ? ABERGMAN +::Queue i???? ? ABERGMAN Module Support Module:: -::Reload Rdpf Reloads files in %INC based on timestamps JPRIT +::Reload Rdpf? Reloads files in %INC based on timestamps JPRIT Documentation Tools: Pod:: -::Diff cdpf compare two POD files and report diff IANC -::HTML cdpr converter to HTML KJALB -::Index cdpr index generator KJALB -::Latex cdpr converter to LaTeX KJALB -::LaTeX bdpO Converts pod to latex with Pod::Parser TJENNESS -::Lint cdpO Lint-style validator for pod NEILB -::Lyx adpO A pod to LyX format conversion class RICHARDJ -::Man cdpr converter to man page KJALB -::MIF adpO converter to FrameMaker MIF JNH -::Parser bdpO Base class for parsing pod syntax BRADAPP -::Pdf bdpf Converter to PDF AJFRY -::Pod cdpr converter to canonical pod KJALB -::RTF cdpr converter to RTF KJALB -::Sdf cdpf converter to SDF IANC -::Select bdpf Print only selected sections of pod docs BRADAPP -::Simplify cdpr Common pod parsing code KJALB -::Texinfo cdpr converter to texinfo KJALB -::Text Supf convert POD data to formatted ASCII text TOMC -::Usage bdpf Print Usage messages based on your own pod BRADAPP -::Rtf RdpO Converter from POD to Rich Text Format PVHP -::Hlp RdpO Convert POD to formatted VMS Help text PVHP -::XML RdpO Generate XML from POD MSERGEANT -::PP idpO A Pod pre-processor RAM +::Diff cdpf? compare two POD files and report diff IANC +::DocBook adpO? convert POD to and from DocBook MBERENDS +::HTML cdpr? converter to HTML KJALB +::HTML2Pod RdpO? Translate HTML into POD SBURKE +::Hlp RdpO? Convert POD to formatted VMS Help text PVHP +::Index cdpr? index generator KJALB +::LaTeX bdpOp Converts pod to latex with Pod::Parser TJENNESS +::Latex cdpr? converter to LaTeX KJALB +::Lyx adpO? A pod to LyX format conversion class RICHARDJ +::MIF adpO? converter to FrameMaker MIF JNH +::Man cdpr? converter to man page KJALB +::PP adpO? A Pod pre-processor RAM +::Parser bdpO? Base class for parsing pod syntax BRADAPP +::Pdf bdpf? Converter to PDF AJFRY +::Pod cdpr? converter to canonical pod KJALB +::RTF cdpr? converter to RTF KJALB +::Rtf RdpO? Converter from POD to Rich Text Format PVHP +::Sdf cdpf? converter to SDF IANC +::Select bdpf? Print only selected sections of pod docs BRADAPP +::Simplify cdpr? Common pod parsing code KJALB +::Texinfo cdpr? converter to texinfo KJALB +::Text Supf? convert POD data to formatted ASCII text TOMC +::Usage bdpf? Print Usage messages based on your own pod BRADAPP +::XML RdpO? Generate XML from POD MSERGEANT +::Tree RdpO? Create a static syntax tree for a POD SWMCD +::Checker RdpO? Check pod documents for syntax errors BRADAPP + +Perl6:: +::Variables RdpO? Perl 6 variable syntax for Perl 5 DCONWAY _______________________________________________________________________ 3) Development Support -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- -AutoSplit Supf Splits modules into files for AutoLoader P5P -Benchmark Supf Easy way to time fragments of perl code P5P -Conjury Rdp? Generic software construction toolset JWOODYATT -Coy Rdpn Like Carp - only prettier DCONWAY -FindBin adpf Locate current script bin directory GBARR -Include adpO Parse C header files for use in XS GBARR -Make adpO Makefile parsing, and 'make' replacement NI-S -Usage bupr Type and range checking on subroutine args JACKS +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- +AutoSplit Supf? Splits modules into files for AutoLoader P5P +Bleach RdpO? For really clean programs DCONWAY +Continuus adpO? Interface to Continuus Code Management tool HENKE +Coy Rdpn? Like Carp - only prettier DCONWAY +FindBin adpf? Locate current script bin directory P5P +Include adpO? Parse C header files for use in XS GBARR +Make adpO? Makefile parsing, and 'make' replacement NI-S +Perlbug RdpO? Database driven bug tracking system RFOLEY +Rcs adcf? Alternate RCS interface (see VCS::RCS) CFRETER +Smirch Rdpfa For really dirty programs JNAGRA +Usage bupr? Type and range checking on subroutine args JACKS +VCS ampOp Generic interface to Version Control Systems LBROCARD + +Benchmark Supf? Easy way to time fragments of perl code P5P +Benchmark:: +::Timer RdpO? Perl code benchmarking tool ANDREWHO ExtUtils:: -::DynaGlue adcr Methods for generating Perl extension files DOUGM -::MakeMaker SupO Writes Makefiles for extensions MMML -::Manifest Supf Utilities for managing MANIFEST files MMML -::Typemap i xsubpp typemap handling WPS -::Embed Sdpf Utilities for embedding Perl in C/C++ apps DOUGM -::F77 RdpO Facilitate use of FORTRAN from Perl/XS code KGB +::DynaGlue adcr? Methods for generating Perl extension files DOUGM +::MakeMaker SupO? Writes Makefiles for extensions MMML +::Manifest Supf? Utilities for managing MANIFEST files MMML +::Typemap i ? xsubpp typemap handling WPS +::Embed Sdpf? Utilities for embedding Perl in C/C++ apps DOUGM +::F77 RdpO? Facilitate use of FORTRAN from Perl/XS code KGB Carp:: -::Assert adpf Stating the obvious to let the computer know MSCHWERN -::CheckArgs Rdpf Check subroutine argument types GARROW +::Assert adpf? Stating the obvious to let the computer know MSCHWERN +::CheckArgs Rdpf? Check subroutine argument types GARROW +::Datum adpf? Debugging And Tracing Ultimate Module RAM + +ClearCase idcf? Environment for ClearCase revision control BRADAPP +ClearCase:: +::Ct Mnpf? Generic cleartool wrapper DSB + +Conjury:: +::C Rdph? Generic software construction toolset JWOODYATT +::Core Rdph? Generic software construction toolset JWOODYATT +::Stage Rdph? Generic software construction toolset JWOODYATT Devel:: -::CallerItem RupO 'caller()' Object wrapper + useful methods JACKS -::CoreStack adpf generate a stack dump from a core file ADESC -::Coverage adpf Coverage analysis for Perl code RJRAY -::Datum adpf Debugging And Tracing Ultimate Module RAM -::DebugAPI bdpf Interface to the Perl debug environment JHA -::DebugInit bdpf Create a .gdbinit or similar file JASONS -::DProf Rdcf Execution profiler DMR -::DumpStack Rupf Dumping of the current function stack JACKS -::Leak Rdcf Find perl objects that are not reclaimed NI-S -::PPPort bdcn Portability aid for your XS code KJALB -::Peek adcf Peek at internal representation of Perl data ILYAZ -::RegExp adcO Access perl internal regex functions ILYAZ -::SmallProf Rdpf Line-by-line profiler ASHTED -::StackTrace RdpO Stacktrace object w/ info like Carp::confess DROLSKY -::Symdump RdpO Perl symbol table access and dumping ANDK -::TraceFuncs adpO Trace funcs by using object destructions JOEHIL -::TraceLoad Rdpf Traces the loading of perl source code JPRIT -::Modlist Rdpf Collect module use information RJRAY +::CallerItem RupO? 'caller()' Object wrapper + useful methods JACKS +::CoreStack adpf? generate a stack dump from a core file ADESC +::Cover adcfp Code coverage metrics for Perl PJCJ +::Coverage adpf? Coverage analysis for Perl code RJRAY +::DProf Rdcf? Execution profiler DMR +::DebugAPI bdpf? Interface to the Perl debug environment JHA +::DebugInit bdpf? Create a .gdbinit or similar file JASONS +::DumpStack Rupf? Dumping of the current function stack JACKS +::Leak Rdcf? Find perl objects that are not reclaimed NI-S +::Modlist Rdpf? Collect module use information RJRAY +::PPPort bdcn? Portability aid for your XS code KJALB +::Peek adcf? Peek at internal representation of Perl data ILYAZ +::RegExp adcO? Access perl internal regex functions ILYAZ +::SearchINC Rdpnp loading Perl modules from development dirs MARCEL +::SmallProf Rdpf? Line-by-line profiler ASHTED +::StackTrace RdpOp Stacktrace object w/ info like Carp::confess DROLSKY +::Symdump RdpO? Perl symbol table access and dumping ANDK +::TraceFuncs adpO? Trace funcs by using object destructions JOEHIL +::TraceLoad Rdpf? Traces the loading of perl source code PVERD Exception:: -::Class RdpO Declare exception class hierarchies DROLSKY -::Cxx Rd+f Cause perl to longjmp using C++ exceptions JPRIT +::Class RdpOp Declare exception class hierarchies DROLSKY +::Cxx Rd+f? Cause perl to longjmp using C++ exceptions JPRIT Perf:: Performance measurement other than benchmarks -::ARM adcf Application Response Measurement BBACKER +::ARM adcf? Application Response Measurement BBACKER -Rcs adcf Alternate RCS interface (see VCS::RCS) CFRETER -VCS ampO Generic interface to Version Control Systems LBROCARD +Sub:: +::Curry Rdpf? Perl module to curry functions ((á la Lisp)) DAVIDH -Test Sdpf Utilities for writing test scripts JPRIT +Test Sdpf? Utilities for writing test scripts JPRIT Test:: -::Cmd RdpO Portable test infrastructure for commands KNIGHT -::Harness Supf Executes perl-style tests P5P -::Unit adpO framework for XP style unit testing CLEMBURG -::Suite cdpO Represents a collection of Test::Cases HENKE -::Case cdpO Represent a single test case HENKE +::Cmd RdpO? Portable test infrastructure for commands KNIGHT +::Harness Supf? Executes perl-style tests P5P +::Unit adpO? framework for XP style unit testing CLEMBURG +::Suite cdpO? Represents a collection of Test::Cases HENKE +::Case cdpO? Represent a single test case HENKE VCS:: -::CVS RdpO Interface to GNU's CVS RSAVAGE -::PVCS i PVCS Version Manager (intersolv.com) BMIDD -::RCS idpf Interface layer over RCS (See also Rcs) RJRAY -::RCE idcf Perl layer over RCE C API RJRAY - -ClearCase idcf Environment for ClearCase revision control BRADAPP -ClearCase:: -::Ct Mnpf Generic cleartool wrapper DSB - -Sub:: -::Curry Rdpf Perl module to curry functions ((á la Lisp)) DAVIDH - -Perlbug RdpO Database driven bug tracking system RFOLEY - -Continuus adpO Interface to Continuus Code Management tool HENKE +::CVS RdpO? Interface to GNU's CVS RSAVAGE +::PVCS i ? PVCS Version Manager (intersolv.com) BMIDD +::RCS idpf? Interface layer over RCS (See also Rcs) RJRAY +::RCE idcf? Perl layer over RCE C API RJRAY _______________________________________________________________________ 4) Operating System Interfaces, Hardware Drivers -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- -Env Supf Alias environment variables as perl vars P5P -Errno cdpf Constants from errno.h EACCES, ENOENT etc GBARR -Fcntl Sdcf Defines fcntl() constants (see File::Lock) JHI -Ioctl adcf ioctl(2) constants JPRIT -POSIX SupO An interface to most (all?) of POSIX.1 P5P -Shell Supf Run shell commands transparently within perl P5P +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- +Env Supf? Alias environment variables as perl vars P5P +Errno cdpf? Constants from errno.h EACCES, ENOENT etc P5P +Fcntl Sdcf? Defines fcntl() constants (see File::Lock) JHI +Ioctl adcf? ioctl(2) constants JPRIT +POSIX SupO? An interface to most (all?) of POSIX.1 P5P +Shell Supf? Run shell commands transparently within perl P5P Async:: -::Group adpO Deal with simultaneous asynchronous calls DDUMONT -::Process i class to run sub-processes DDUMONT +::Group adpO? Deal with simultaneous asynchronous calls DDUMONT +::Process i ? class to run sub-processes DDUMONT BSD:: -::HostIdent i s/gethostname(), s/gethostid() JHI -::Ipfwgen bdpf Generate ipfw(8) filters MUIR -::Resource Rdcf getrusage(), s/getrlimit(), s/getpriority() JHI +::HostIdent i ? s/gethostname(), s/gethostid() JHI +::Ipfwgen bdpf? Generate ipfw(8) filters MUIR +::Resource Rdcf? getrusage(), s/getrlimit(), s/getpriority() JHI Env:: -::Path adpO Advanced operations on path variables DSB +::Path adpO? Advanced operations on path variables DSB Proc:: -::Background RdpO OS independent background process objects BZAJAC -::ExitStatus Rdpf Interpret and act on wait() status values ROSCH -::Forkfunc Rdpf Simple lwall-style fork wrapper MUIR -::ProcessTable bdcO Unix process table information DURIST -::SafePipe bdpf popen() and `` without calling the shell ROSCH -::Short adpO System calls with timeout option JHKIM -::Simple adpO Fork wrapper with objects MSCHILLI -::Spawn Rdpf Run external programs GARROW -::SyncExec Rdpf Spawn processes but report exec() errors ROSCH -::times adpf By-name interface to process times function TOMC - -GTop bdcO Perl interface to libgtop DOUGM +::Background RdpO? OS independent background process objects BZAJAC +::ExitStatus Rdpf? Interpret and act on wait() status values ROSCH +::Forkfunc Rdpf? Simple lwall-style fork wrapper MUIR +::ProcessTable bdcO? Unix process table information DURIST +::SafePipe bdpf? popen() and `` without calling the shell ROSCH +::Short adpO? System calls with timeout option JHKIM +::Simple adpO? Fork wrapper with objects MSCHILLI +::Spawn Rdpf? Run external programs GARROW +::SyncExec Rdpf? Spawn processes but report exec() errors ROSCH +::times adpf? By-name interface to process times function TOMC +::Queue Rdpfp limits number of concurrent forked processes SALVA + +GTop bdcO? Perl interface to libgtop DOUGM Schedule:: See also Schedule:: in chapter 23 -::At Rd OS independent interface to the at command JOSERODR -::ByClock adpO Return at given times SCHAFFTER -::Cron adpO cron-like scheduler for perl subroutines ROLAND -::Load RdpO Remote system load, processes, scheduling WSNYDER +::At Rd ? OS independent interface to the at command JOSERODR +::ByClock adpO? Return at given times SCHAFFTER +::Cron adpO? cron-like scheduler for perl subroutines ROLAND +::Load RdpOp Remote system load, processes, scheduling WSNYDER -Quota Rdcf Disk quota system functions, local & remote TOMZO +Quota Rdcf? Disk quota system functions, local & remote TOMZO Sys:: -::AlarmCall Rupf Timeout on any sub. Allows nested alarms JACKS -::Hostname Supf Implements a portable hostname function P5P -::Sysconf bdpf Defines constants for POSIX::sysconf() NI-S -::Syslog Supf Provides same functionality as BSD syslog P5P +::AlarmCall Rupf? Timeout on any sub. Allows nested alarms JACKS +::Hostname Supf? Implements a portable hostname function P5P +::Sysconf bdpf? Defines constants for POSIX::sysconf() NI-S +::Syslog Supf? Provides same functionality as BSD syslog P5P Note: The Sys:: namespace is considered harmful as it is giving no clue about which system. Placing additional modules into this @@ -1076,2481 +1129,2758 @@ Sys:: Platform Specific Modules Be:: -::Attribute Rd+f Manipulate BeOS BFS MIME file attributes TSPIN -::Query Rd+f Query a BeOS file system TSPIN +::Attribute Rd+f? Manipulate BeOS BFS MIME file attributes TSPIN +::Query Rd+f? Query a BeOS file system TSPIN FreeBSD:: -::SysCalls cdcf FreeBSD-specific system calls GARY +::SysCalls cdcf? FreeBSD-specific system calls GARY HPUX:: -::Ioscan bdpf Perl function to handle HPUX ioscan command DDUMONT +::Ioscan bdpf? Perl function to handle HPUX ioscan command DDUMONT Mac:: -::AppleEvents bmcO AppleEvent manager and AEGizmos MCPL -::AssistantFrames RdpO Easy creation of assistant dialogs GBAUER -::Components bmcO (QuickTime) Component manager MCPL -::DtfSQL Rdcf Perl interface to the dtF/SQL DB engine TWEGNER -::Files bmcO File manager MCPL -::Gestalt bmcO Gestalt manager: Environment enquiries MCPL -::Glue bdpO Control apps with AppleScript terminology CNANDOR -::Macbinary bdpO Decodes MacBinary files. MIYAGAWA -::Memory bmcO Memory manager MCPL -::MoreFiles bmcO Further file management routines MCPL -::OSA bmcO Open Scripting Architecture MCPL -::Processes bmcO Process manager MCPL -::Resources bmcO Resource manager MCPL -::Serial bdpO Interface to Macintosh serial ports DIVERDI -::Types bmcO (Un-)Packing of Macintosh specific types MCPL +::AppleEvents bmcO? AppleEvent manager and AEGizmos MCPL +::AssistantFrames RdpO? Easy creation of assistant dialogs GBAUER +::Components bmcO? (QuickTime) Component manager MCPL +::DtfSQL Rdcf? Perl interface to the dtF/SQL DB engine TWEGNER +::Files bmcO? File manager MCPL +::Gestalt bmcO? Gestalt manager: Environment enquiries MCPL +::Glue bdpO? Control apps with AppleScript terminology CNANDOR +::Macbinary bdpO? Decodes MacBinary files. MIYAGAWA +::Memory bmcO? Memory manager MCPL +::MoreFiles bmcO? Further file management routines MCPL +::OSA bmcO? Open Scripting Architecture MCPL +::Processes bmcO? Process manager MCPL +::Resources bmcO? Resource manager MCPL +::Serial bdpO? Interface to Macintosh serial ports DIVERDI +::Types bmcO? (Un-)Packing of Macintosh specific types MCPL Mac::AppleEvents:: -::Simple Rdph Simple access to Mac::AppleEvents CNANDOR +::Simple Rdph? Simple access to Mac::AppleEvents CNANDOR Mac::Apps:: -::Anarchie RdpO Control Anarchie 2.01+ CNANDOR -::Launch Rdpf MacPerl module to launch / quit apps CNANDOR -::MacPGP RdpO Control MacPGP 2.6.3 CNANDOR -::PBar RdpO Control Progress Bar 1.0.1 CNANDOR +::Anarchie RdpO? Control Anarchie 2.01+ CNANDOR +::Launch Rdpf? MacPerl module to launch / quit apps CNANDOR +::MacPGP RdpO? Control MacPGP 2.6.3 CNANDOR +::PBar RdpO? Control Progress Bar 1.0.1 CNANDOR Mac::Comm:: -::OT_PPP RdpO Control Open Transport PPP / Remote Access CNANDOR +::OT_PPP RdpO? Control Open Transport PPP / Remote Access CNANDOR Mac::FileSpec:: -::Unixish Mdpf Unixish-compatability in filespecs SBURKE +::Unixish Mdpf? Unixish-compatability in filespecs SBURKE Mac::OSA:: -::Simple Rdph Simple access to Mac::OSA CNANDOR +::Simple Rdph? Simple access to Mac::OSA CNANDOR MSDOS:: -::Attrib bdcf Get/set DOS file attributes in OS/2 or Win32 CJM -::Descript bdpO Manage 4DOS style DESCRIPT.ION files CJM -::SysCalls adcf MSDOS interface (interrupts, port I/O) DMO +::Attrib bdcf? Get/set DOS file attributes in OS/2 or Win32 CJM +::Descript bdpO? Manage 4DOS style DESCRIPT.ION files CJM +::SysCalls adcf? MSDOS interface (interrupts, port I/O) DMO MVS:: -::VBFile bdpf Read MVS VB (variable-length) files GROMMEL +::VBFile bdpf? Read MVS VB (variable-length) files GROMMEL NeXTStep:: -::NetInfo idcO NeXTStep's NetInfo (like ONC NIS) PGUEN +::NetInfo idcO? NeXTStep's NetInfo (like ONC NIS) PGUEN OS2:: -::ExtAttr RdcO (Tied) access to extended attributes ILYAZ -::FTP bncf Access to ftplib interface ILYAZ -::PrfDB RdcO (Tied) access to .INI-style databases ILYAZ -::REXX RdcO Access to REXX DLLs and REXX runtime ILYAZ -::UPM bncf User Profile Management ILYAZ +::ExtAttr RdcO? (Tied) access to extended attributes ILYAZ +::FTP bncf? Access to ftplib interface ILYAZ +::PrfDB RdcO? (Tied) access to .INI-style databases ILYAZ +::REXX RdcO? Access to REXX DLLs and REXX runtime ILYAZ +::UPM bncf? User Profile Management ILYAZ -Riscos i Namespace for Risc-OS (Acorn et.al.) RISCOSML +Riscos i ? Namespace for Risc-OS (Acorn et.al.) RISCOSML SGI:: -::SysCalls cdcf SGI-specific system calls AMOSS -::GL adcr SGI's Iris GL library AMOSS -::FM adcr SGI's Font Management library AMOSS -::FAM RdcO Interface to SGI/Irix File Access Monitor JGLICK +::SysCalls cdcf? SGI-specific system calls AMOSS +::GL adcr? SGI's Iris GL library AMOSS +::FM adcr? SGI's Font Management library AMOSS +::FAM RdcO? Interface to SGI/Irix File Access Monitor JGLICK Solaris:: -::ACL adch Provides access to ACLs in Solaris IROBERTS -::Kmem idcf Read values from the running kernel ABURLISON -::Kstat adcO Access kernel performance statistics ABURLISON -::MIB idcO Access STREAMS network statistics ABURLISON -::MapDev bdpf Maps sdNN disk names to cNtNdN disk names ABURLISON -::NDD idcO Access network device statistics ABURLISON -::Procfs adhh Access to the Solaris /proc filesystem JNOLAN -::InstallDB bdp? Searches for Solaris package/system info CHRISJ -::Package bdpO Access a Solaris package pkginfo file CHRISJ -::Contents bdp? Access a Solaris contents file CHRISJ +::ACL adch? Provides access to ACLs in Solaris IROBERTS +::Kmem idcf? Read values from the running kernel ABURLISON +::Kstat adcO? Access kernel performance statistics ABURLISON +::MIB idcO? Access STREAMS network statistics ABURLISON +::MapDev bdpf? Maps sdNN disk names to cNtNdN disk names ABURLISON +::NDD idcO? Access network device statistics ABURLISON +::Procfs adhh? Access to the Solaris /proc filesystem JNOLAN +::InstallDB bdp?? Searches for Solaris package/system info CHRISJ +::Package bdpO? Access a Solaris package pkginfo file CHRISJ +::Contents bdp?? Access a Solaris contents file CHRISJ Unix:: -::ConfigFile adpO Abstract interfaces to Unix config files SSNODGRA -::Processors RdcO Interface to per-processor information WSNYDER -::Syslog i Interface to syslog functions in a C-library MHARNISCH -::UserAdmin Rdpf Interface to Unix Account Information JZAWODNY +::ConfigFile adpO? Abstract interfaces to Unix config files SSNODGRA +::Processors RdcOp Interface to per-processor information WSNYDER +::Syslog i ? Interface to syslog functions in a C-library MHARNISCH +::UserAdmin Rdpf? Interface to Unix Account Information JZAWODNY +::Login bdph? Customizable Unix login prompt / validation NWIGER VMS:: -::Device Rdcr Access info about any device on a VMS system DSUGAL -::Filespec Sdcf VMS and Unix file name syntax CBAIL -::ICC bdcr Interface to the ICC facilities in VMS 7.2+ DSUGAL -::Lock RncO Object interface to $ENQ (VMS lock mgr) BHUGHES -::Misc Rdcr Miscellaneous VMS utility routines DSUGAL -::Monitor Rdcr Access VMS system performance info DSUGAL -::Persona Rdcf Interface to the VMS Persona services DSUGAL -::Priv Rdcf Access VMS Privileges for processes DSUGAL -::Process Rdcf Process management on VMS DSUGAL -::Queue bdcf Manage queues and entries DSUGAL -::SysCalls i VMS-specific system calls CBAIL -::System Rdcf VMS-specific system calls DSUGAL -::User bdcr Read access to system UAF data DSUGAL +::Device Rdcr? Access info about any device on a VMS system DSUGAL +::Filespec Sdcf? VMS and Unix file name syntax CBAIL +::ICC bdcr? Interface to the ICC facilities in VMS 7.2+ DSUGAL +::Lock RncO? Object interface to $ENQ (VMS lock mgr) BHUGHES +::Misc Rdcr? Miscellaneous VMS utility routines DSUGAL +::Monitor Rdcr? Access VMS system performance info DSUGAL +::Persona Rdcf? Interface to the VMS Persona services DSUGAL +::Priv Rdcf? Access VMS Privileges for processes DSUGAL +::Process Rdcf? Process management on VMS DSUGAL +::Queue bdcf? Manage queues and entries DSUGAL +::SysCalls i ? VMS-specific system calls CBAIL +::System Rdcf? VMS-specific system calls DSUGAL +::User bdcr? Read access to system UAF data DSUGAL +::Mail cdcO? Perl module for accessing callable VMS mail DNORTH VMS::Fileutils:: -::Root RdpO Evade VMS's 8 level directory restrictions CLANE -::SafeName Rdpf Transform filenames to "VMS safe" form CLANE +::Root RdpO? Evade VMS's 8 level directory restrictions CLANE +::SafeName Rdpf? Transform filenames to "VMS safe" form CLANE Portable Digital Assistants PDA:: -::Pilot amcO Interface to pilot-link library KJALB -::PilotDesktop i Managing Pilot Desktop databases software JWIEGLEY +::Pilot amcO? Interface to pilot-link library KJALB +::PilotDesktop i ? Managing Pilot Desktop databases software JWIEGLEY Hardware related modules Hardware:: -::Simulator adpf Simulate different pieces of hardware GSLONDON +::Simulator adpf? Simulate different pieces of hardware GSLONDON Device:: -::SerialPort bdpO POSIX clone of Win32::SerialPort COOK -::SVGA c SVGA Graphic card driver SCOTTVR +::SerialPort bdpO? POSIX clone of Win32::SerialPort COOK +::SVGA c ? SVGA Graphic card driver SCOTTVR Device::ISDN:: -::OCLM bd?? Perl interface to the 3com OCLM ISDN TA MERLIN +::OCLM bd??? Perl interface to the 3com OCLM ISDN TA MERLIN + +AudioCD bdpO? Extension for controlling Audio CDs SDERLE +AudioCD:: +::Mac bdcO? Extension for controlling Audio CDs on MacOS AJFRY _______________________________________________________________________ 5) Networking, Device Control (modems) and InterProcess Communication -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- -Socket Smcf Defines socket-related constants GNAT -Socket6 adcf getaddrinfo/getnameinfo support module UMEMOTO -Ptty adcf Pseudo terminal interface functions NI-S +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- +Socket Smcf? Defines socket-related constants GNAT +Socket6 adcf? getaddrinfo/getnameinfo support module UMEMOTO +Ptty adcf? Pseudo terminal interface functions NI-S Socket:: -::PassAccessRights adcf Pass file descriptor via Unix domain socket SAMPO +::PassAccessRights adcf? Pass file descriptor via Unix domain socket SAMPO Net:: -::ACAP adpO Interface to ACAP Protocol (Internet-Draft) KJOHNSON -::AIM adpO AOL Instant Messenger TOC protocol ARYEH -::AOLIM RdpO AOL Instant Messenger OO Interface (TOC) RWAHBY -::Bind adpO Interface to bind daemon files KJOHNSON -::CDDB cdpr Interface to the CDDB (CD Database) DSTALDER -::Cmd cdpO For command based protocols (FTP, SMTP etc) GBARR -::DLookup adpO Lookup domains on Internic and 2-letter TLDs DJASMINE -::DNS bdpO Interface to the DNS resolver MFUHR -::Daemon adpO Abstract base class for portable servers JWIED -::Dict cdpO Client of Dictionary Server Protocol (DICT) ABIGAIL -::Dnet cdcO DECnet-specific socket usage SPIDB -::Domain adpf Try to determine TCP domain name of system GBARR -::DummyInetd RdpO A dummy Inetd server GBARR -::FTP adpf Interface to File Transfer Protocol GBARR -::Gen RdcO Generic support for socket usage SPIDB -::Goofey RdpO Communicate with a Goofey server GOSSAMER -::Hotline RdpO Interface to the Hotline protocol JSIRACUSA -::ICAP adpO Interface to ICAP Protocol (Internet-Draft) KJOHNSON -::ICB bdpO ICB style chat server interface JMV -::IMAP adpO Interface to IMAP Protocol (RFC2060) KJOHNSON -::IRC cdpO Internet Relay Chat interface DSHEPP -::Ident RdpO Performs ident (rfc1413) lookups JPC -::Inet RdcO Internet (IP) socket usage SPIDB -::Interface adcO ifconfig(1) implementation SRZ -::Jabber ampO Access to the Jabber protocol REATMON -::LDAP adpO Interface to LDAP Protocol (RFC1777) PLDAP -::LDAPapi Rdcf Interface to UMICH and Netscape LDAP C API CDONLEY -::MsgLink cdpO Abstraction of "user" part for message link RAM -::NIS adcO Interface to Sun's NIS RIK -::NISPlus adcO Interface to Sun's NIS+ RIK -::NNTP adpO Client interface to NNTP protocol GBARR -::Netmask RdpO Understand and manipulate network blocks MUIR -::Netrc adpO Support for .netrc files GBARR -::PH RdpO CCSO Nameserver Client class GBARR -::POP3 adpO Client interface to POP3 protocol GBARR -::Patricia RdcO Patricia Trie perl module for fast IP addres PLONKA -::Pcap adcr An interface for LBL's packet capture lib PLISTER -::Ping SupO TCP and ICMP ping RMOSE -::Printer RdpO Direct to lpd printing CFUHRMAN -::SMTP adpf Interface to Simple Mail Transfer Protocol GBARR -::SNMP adpO Interface to SNMP Protocol (RFC1157) GBARR -::SNPP cdpO Client interface to SNPP protocol GBARR -::SOCKS cdcf TCP/IP access through firewalls using SOCKS SCOOPER -::SSLeay bmhf Secure Socket Layer (based on OpenSSL) SAMPO -::Syslog RdpO Forwarded syslog protocol LHOWARD -::TCP RdcO TCP-specific socket usage SPIDB -::TFTP cdpf Interface to Trivial File Transfer Protocol GSM -::Telnet RdpO Interact with TELNET port or other TCP ports JROGERS -::Time adpf Obtain time from remote machines GBARR -::Traceroute bdpO Trace routes HAG -::UDP RdcO UDP-specific socket usage SPIDB -::VNC i??? Interface VNC remote frame buffer protocol BRONG -::hostent adpf A by-name interface for hosts functions TOMC -::netent adpf A by-name interface for networks functions TOMC -::protoent adpf A by-name interface for protocols functions TOMC -::servent adpf A by-name interface for services functions TOMC -::xAP adpO Interface to IMAP,ACAP,ICAP substrate KJOHNSON -::Z3950 bmcO OO interface to the Yaz Z39.50 toolkit MIRK -::SSL RdcO Glue that enables LWP to access https URIs CHAMAS -::Pager RdpO Send Numeric/AlphaNumeric Pages to any pager ROOTLEVEL -::Whois RdpO Get+parse "whois" domain data from InterNIC DHUDES -::XWhois RdpO Whois Client Interface for Perl5. VIPUL -::ICQ bmpO Client interface to ICQ messaging JMUHLICH -::SMS RdpO Send SMS wireless text-messages. ROOTLEVEL -::HTTPTunnel adpO Tunnel through HTTP proxies with CONNECT RWAHBY -::Gnutella bdpO Gnutella network (v0.4) interface IWADE +::ACAP adpO? Interface to ACAP Protocol (Internet-Draft) KJOHNSON +::AIM adpO? AOL Instant Messenger TOC protocol ARYEH +::AOLIM RdpO? AOL Instant Messenger OO Interface (TOC) RWAHBY +::Bind adpO? Interface to bind daemon files KJOHNSON +::CDDB cdpr? Interface to the CDDB (CD Database) DSTALDER +::Cmd cdpO? For command based protocols (FTP, SMTP etc) GBARR +::DHCPClient adpO? Interface to DHCP as a client JWALGENB +::DLookup adpO? Lookup domains on Internic and 2-letter TLDs DJASMINE +::DNS bdpO? Interface to the DNS resolver MFUHR +::DNSServer cnpOa Secure and Extensible Name Server BBB +::Daemon adpO? Abstract base class for portable servers JWIED +::Dnet cdcO? DECnet-specific socket usage SPIDB +::Domain adpf? Try to determine TCP domain name of system GBARR +::DummyInetd RdpO? A dummy Inetd server GBARR +::FTP adpf? Interface to File Transfer Protocol GBARR +::Gen RdcO? Generic support for socket usage SPIDB +::Gnutella bdpO? Gnutella network (v0.4) interface IWADE +::Goofey RdpO? Communicate with a Goofey server GOSSAMER +::HTTPTunnel adpO? Tunnel through HTTP proxies with CONNECT RWAHBY +::Hesiod bdchp Interface to Hesiod library API PAYERLE +::Hotline RdpO? Interface to the Hotline protocol JSIRACUSA +::ICAP adpO? Interface to ICAP Protocol (Internet-Draft) KJOHNSON +::ICB bdpO? ICB style chat server interface JMV +::ICQ bmpO? Client interface to ICQ messaging JMUHLICH +::ICal ampO? RFC2445 (iCalendar) protocol tools SRL +::IMAP adpO? Interface to IMAP Protocol (RFC2060) KJOHNSON +::IMIP impO? RFC2447 tools for event scheduling SRL +::IRC cdpO? Internet Relay Chat interface DSHEPP +::ITIP cmpO? RFC2446 tools for scheduling events SRL +::Ident RdpO? Performs ident (rfc1413) lookups JPC +::Inet RdcO? Internet (IP) socket usage SPIDB +::Interface adcO? ifconfig(1) implementation SRZ +::Jabber ampO? Access to the Jabber protocol REATMON +::LDAP ampOp Interface to LDAP Protocol (RFC1777) PLDAP +::LDAPapi Rdcf? Interface to UMICH and Netscape LDAP C API CDONLEY +::LMTP cdpOp LMTP Protocol - RFC2033 LHOWARD +::MsgLink cdpO? Abstraction of "user" part for message link RAM +::NIS adcO? Interface to Sun's NIS RIK +::NISPlus adcO? Interface to Sun's NIS+ RIK +::NNTP adpO? Client interface to NNTP protocol GBARR +::Netmask RdpO? Understand and manipulate network blocks MUIR +::Netrc adpO? Support for .netrc files GBARR +::PH RdpO? CCSO Nameserver Client class GBARR +::POP3 adpO? Client interface to POP3 protocol GBARR +::Pager RdpO? Send Numeric/AlphaNumeric Pages to any pager ROOTLEVEL +::ParseWhois RmpO? Get+Parse "whois" domain data ABEROHAM +::Patricia RdcO? Patricia Trie perl module for fast IP addres PLONKA +::Pcap adcr? An interface for LBL's packet capture lib PLISTER +::Peep RdpO? Clients for Peep: The Network Auralizer STARKY +::Ping SupO? TCP and ICMP ping RMOSE +::Printer RdpO? Direct to lpd printing CFUHRMAN +::SCP Rdphp Perl extension for secure copy protocol IVAN +::SFTP bdpOp Secure File Transfer Protocol client BTROTT +::SMPP cdpO? Protocol for sending SMS (to GSM or CDMA). SAMPO +::SMS RdpOp Send SMS wireless text-messages. ROOTLEVEL +::SMTP adpf? Interface to Simple Mail Transfer Protocol GBARR +::SNMP adpO? Interface to SNMP Protocol (RFC1157) DTOWN +::SNPP cdpO? Client interface to SNPP protocol GBARR +::SOCKS cdcf? TCP/IP access through firewalls using SOCKS SCOOPER +::SSH Rdphp Perl extension for secure shell IVAN +::SSL RdcO? Glue that enables LWP to access https URIs CHAMAS +::SSLeay bmhf? Secure Socket Layer (based on OpenSSL) SAMPO +::Server adpO? Extensible (class) oriented internet server RHANDOM +::Syslog RdpOp Forwarded syslog protocol LHOWARD +::TCP RdcO? TCP-specific socket usage SPIDB +::TFTP cdpf? Interface to Trivial File Transfer Protocol GSM +::Telnet RdpO? Interact with TELNET port or other TCP ports JROGERS +::Time adpf? Obtain time from remote machines GBARR +::Traceroute bdpO? Trace routes HAG +::UDP RdcO? UDP-specific socket usage SPIDB +::VNC i???? Interface VNC remote frame buffer protocol BRONG +::Whois RdpO? Get+parse "whois" domain data from InterNIC DHUDES +::XWhois RdpO? Whois Client Interface for Perl5. VIPUL +::Z3950 bmcO? OO interface to the Yaz Z39.50 toolkit MIRK +::hostent adpf? A by-name interface for hosts functions TOMC +::netent adpf? A by-name interface for networks functions TOMC +::protoent adpf? A by-name interface for protocols functions TOMC +::servent adpf? A by-name interface for services functions TOMC +::xAP adpO? Interface to IMAP,ACAP,ICAP substrate KJOHNSON Net::Daemon:: -::SSL RdpO SSL extension for Net::Daemon MKUL +::SSL RdpO? SSL extension for Net::Daemon MKUL + +Net::DHCP:: +::Watch adpO? A class for monitoring a remote DHCPD server EJDRS Net::IMAP:: -::Simple bdpO Only implements the basic IMAP features JPAF +::Simple bdpO? Only implements the basic IMAP features JPAF Net::Ping:: -::External adpf Cross-platform interface to "ping" utilities COLINM +::External adpf? Cross-platform interface to "ping" utilities COLINM Net::SMS:: -::Genie RdpO Send SMS messages using the Genie gateway AWRIGLEY +::Genie RdpO? Send SMS messages using the Genie gateway AWRIGLEY Net::SNMP:: -::Interfaces RdpO Obtain IfTable entries via SNMP JSTOWE +::Interfaces RdpO? Obtain IfTable entries via SNMP JSTOWE Net::SSH:: -::Perl bdpO Perl client Interface to SSH BTROTT +::Perl RdpOp Perl client Interface to SSH BTROTT Net::Telnet:: -::Cisco RdpO Net::Telnet wrapper for Cisco devices JOSHUA +::Cisco RdpO? Net::Telnet wrapper for Cisco devices JOSHUA NetAddr:: -::IP RdpO Manipulation and operations on IP addresses LUISMUNOZ +::IP RdpO? Manipulation and operations on IP addresses LUISMUNOZ IPC:: -::Cache adpO Shared-memory object cache DCLINTON -::Chat2 ? Out-of-service during refit! GBARR -::ChildSafe RdcO Control child process w/o risk of deadlock DSB -::Globalspace cdpO Multi-process shared hash and shared events JACKS -::LDT Rdpf Implements a length based IPC protocol JSTENZEL -::Locker RdpO Shared semaphore locks across a network WSNYDER -::Mmap i Interface to Unix's mmap() shared memory MICB -::Open2 Supf Open a process for both reading and writing P5P -::Open3 Supf Like IPC::Open2 but with error handling P5P -::Run bdph Child procs w/ piping, redir and psuedo-ttys RBS -::Session bnpO remote shell session mgr; wraps open3() STEVEGT -::Shareable bdpr Tie a variable to shared memory BSUGARS -::SharedCache Rmpr Manage a cache in SysV IPC shared memory SAMTREGAR -::Signal Rdpf Translate signal names to/from numbers ROSCH -::SysV adcr shared memory, semaphores, messages etc JACKS -::XPA adch Interface to SAO XPA messaging system DJERIUS +::Cache adpO? Shared-memory object cache DCLINTON +::ChildSafe RdcO? Control child process w/o risk of deadlock DSB +::Globalspace cdpO? Multi-process shared hash and shared events JACKS +::LDT Rdpf? Implements a length based IPC protocol JSTENZEL +::Locker RdpOp Shared semaphore locks across a network WSNYDER +::Mmap i ? Interface to Unix's mmap() shared memory MICB +::Open2 Supf? Open a process for both reading and writing P5P +::Open3 Supf? Like IPC::Open2 but with error handling P5P +::Run bdph? Child procs w/ piping, redir and psuedo-ttys RBS +::Session bnpO? remote shell session mgr; wraps open3() STEVEGT +::Shareable bdpr? Tie a variable to shared memory BSUGARS +::SharedCache Rmpr? Manage a cache in SysV IPC shared memory SAMTREGAR +::Signal Rdpf? Translate signal names to/from numbers ROSCH +::SysV adcr? shared memory, semaphores, messages etc JACKS +::XPA adch? Interface to SAO XPA messaging system DJERIUS RPC:: Remote Procedure Calls (see also DCE::RPC) -::PlServer RdpO Interface for building Perl Servers JWIED -::PlClient RdpO Interface for building pServer Clients JWIED -::ONC adcO ONC RPC interface (works with perlrpcgen) JAKE -::Simple adpO Simple OO async remote procedure calls DDUMONT +::PlServer RdpO? Interface for building Perl Servers JWIED +::PlClient RdpO? Interface for building pServer Clients JWIED +::ONC adcO? ONC RPC interface (works with perlrpcgen) JAKE +::Simple adpO? Simple OO async remote procedure calls DDUMONT DCE:: Distributed Computing Environment (OSF) -::ACL bdcO Interface to Access Control List protocol PHENSON -::DFS bdcO DCE Distributed File System interface PHENSON -::Login bdcO Interface to login functions PHENSON -::RPC c Remote Procedure Calls PHENSON -::Registry bdcO DCE registry functions PHENSON -::Status bdpr Make sense of DCE status codes PHENSON -::UUID bdcf Misc uuid functions PHENSON +::ACL bdcO? Interface to Access Control List protocol PHENSON +::DFS bdcO? DCE Distributed File System interface PHENSON +::Login bdcO? Interface to login functions PHENSON +::RPC c ? Remote Procedure Calls PHENSON +::Registry bdcO? DCE registry functions PHENSON +::Status bdpr? Make sense of DCE status codes PHENSON +::UUID bdcf? Misc uuid functions PHENSON NetPacket:: -::ARP adpO Address Resolution Protocol TIMPOTTER -::Ethernet adpO Ethernet framed data TIMPOTTER -::IGMP adpO Internet Group Management Protocol TIMPOTTER -::IP adpO Internet Protocol TIMPOTTER -::TCP adpO Transmission Control Protocol TIMPOTTER -::UDP adpO User Datagram Protocol TIMPOTTER - -Proxy i Transport-independent remote processing MICB +::ARP adpO? Address Resolution Protocol TIMPOTTER +::Ethernet adpO? Ethernet framed data TIMPOTTER +::IGMP adpO? Internet Group Management Protocol TIMPOTTER +::IP adpO? Internet Protocol TIMPOTTER +::TCP adpO? Transmission Control Protocol TIMPOTTER +::UDP adpO? User Datagram Protocol TIMPOTTER + +Proxy i ? Transport-independent remote processing MICB Proxy:: -::Tk ? Tk transport class for Proxy (part of Tk) MICB +::Tk ? ? Tk transport class for Proxy (part of Tk) MICB -Fwctl bmpO Interface to Linux packet filtering firewall FRAJULAC -LSF cdcO Interface to the Load Sharing Facility API PFRANCEUS -TFTP bdpO Interface to TFTP (rfc1350) GSM -ToolTalk adcr Interface to the ToolTalk messaging service MARCP +Fwctl bmpO? Interface to Linux packet filtering firewall FRAJULAC +LSF cdcO? Interface to the Load Sharing Facility API PFRANCEUS +TFTP bdpO? Interface to TFTP (rfc1350) GSM +ToolTalk adcr? Interface to the ToolTalk messaging service MARCP -SOAP cmpO SOAP/Perl language mapping KBROWN +SOAP cmpO? SOAP/Perl language mapping KBROWN -IPChains RdcO Create and Manipulate ipchains JESSICAQ +IPChains RdcO? Create and Manipulate ipchains JESSICAQ IPChains:: -::PortFW bdpO Interface to ipmasqadm portfw command FRAJULAC +::PortFW bdpO? Interface to ipmasqadm portfw command FRAJULAC -SNMP RdcO Interface to the UCD SNMP toolkit GSM +SNMP RdcO? Interface to the UCD SNMP toolkit GSM SNMP:: -::Monitor adpO Accounting and graphical display JWIED -::Util RdpO Perform SNMP set,get,walk,next,walk_hash,... WMARQ +::Monitor adpO? Accounting and graphical display JWIED +::Util RdpO? Perform SNMP set,get,walk,next,walk_hash,... WMARQ +::NPAdmin adpO? Perl API to query printers via SNMP. BOZZIO +::BridgeQuery bdpfp Query bridge/switch for forwarding database JSHEARER Mon:: -::Client RdpO Network monitoring client TROCKIJ -::SNMP RdpO Network monitoring suite TROCKIJ +::Client RdpO? Network monitoring client TROCKIJ +::SNMP RdpO? Network monitoring suite TROCKIJ Parallel:: -::ForkManager RdpO A simple parallel processing fork manager DLUX -::Pvm bdcf Interface to the PVM messaging service DLECONTE +::ForkManager RdpO? A simple parallel processing fork manager DLUX +::Pvm bdcf? Interface to the PVM messaging service DLECONTE CORBA:: -::IOP::IOR adpO Decode, munge, and re-encode CORBA IORs PHILIPA -::IDLtree adpf IDL to symbol tree translator OMKELLOGG +::IOP::IOR adpO? Decode, munge, and re-encode CORBA IORs PHILIPA +::IDLtree adpf? IDL to symbol tree translator OMKELLOGG Modem:: -::VBox RdpO Perl module for creation of voiceboxes MLEHMANN -::Vgetty bdpO Interface to voice modems using vgetty YENYA +::VBox RdpO? Perl module for creation of voiceboxes MLEHMANN +::Vgetty bdpO? Interface to voice modems using vgetty YENYA ControlX10:: -::CM10 RmpO Control unit for X10 modules BBIRTH -::CM17 RmpO inexpensive RF transmit-only X10 BBIRTH +::CM10 RmpO? Control unit for X10 modules BBIRTH +::CM17 RmpO? inexpensive RF transmit-only X10 BBIRTH RAS:: -::PortMaster RdpO Interface to Livingston PortMaster STIGMATA -::AS5200 RdpO Interface to Cisco AS5200 dialup server STIGMATA -::HiPerARC RdpO Interface to 3Com TotalControl HiPerARC STIGMATA +::PortMaster RdpO? Interface to Livingston PortMaster STIGMATA +::AS5200 RdpO? Interface to Cisco AS5200 dialup server STIGMATA +::HiPerARC RdpO? Interface to 3Com TotalControl HiPerARC STIGMATA _______________________________________________________________________ 6) Data Types and Data Type Utilities (see also Database Interfaces) -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- Math:: -::Amoeba Rdpr Multidimensional Function Minimisation JARW -::Approx adpO Approximate x,y-values by a function ULPFR -::BaseCalc RdpO Convert numbers between various bases KWILLIAMS -::BigFloat SupO Arbitrary size floating point math package MARKB -::BigInt SupO Arbitrary size integer math package MARKB -::BigInteger adc Arbitrary size integer as XS extension GARY -::BigRat ? Arbitrary size rational numbers (fractions) MARKB -::Brent Rdpr One-dimensional Function Minimisation JARW -::CDF bdch Cumulative Distribution Functions CALLAHAN -::Cephes adcf Interface to St. Moshier's Cephes library RKOBES -::Complex SdpO Complex number data type RAM -::Derivative Rdpr 1st and 2nd order differentiation of data JARW -::Expr adpO Parses agebraic expressions HAKANARDO -::Fortran Rdpf Implements Fortran log10 & sign functions JARW -::Fourier i Fast Fourier Transforms AQUMSIEH -::Fraction bdpO Fraction Manipulation KEVINA -::Geometry adpf 2D and 3D algorithms GMCCAR -::Integral i Integration of data AQUMSIEH -::Interpolate Rdpr Polynomial interpolation of data MATKIN -::LinearProg idp Linear programming utilities JONO -::Logic RdpO Provides pure 2, 3 or multi-value logic SUMMER -::Matrix adpO Matrix data type (transpose, multiply etc) ULPFR -::MatrixBool RdcO Matrix of booleans (Boolean Algebra) STBEY -::MatrixCplx idpO Matrix data type for Complex Numbers STBEY -::MatrixReal RdpO Everything you ever wanted to do with Matr. STBEY -::Pari adcf Interface to the powerful PARI library ILYAZ -::Polynomial RdpO Polynomials as objects MATKIN -::Prime i Prime number testing GARY -::RandomPrime i Generates random primes of x bits GARY -::Round bdpf Perl extension for rounding numbers GROMMEL -::SigFigs Rdpf Math using scientific significant figures SBECK -::Spline RdpO Cubic Spline Interpolation of data JARW -::Trig bdpf tan asin acos sinh cosh tanh sech cosech JARW -::TrulyRandom i based on interrupt timing discrepancies GARY -::VecStat Rdpr Some basic numeric stats on vectors ASPINELLI -::ematica adcO Interface to the powerful Mathematica system ULPFR -::Libm RdcO Perl extension for the C math library, libm DSLEWART -::FFT adcO Perl extension for Fast Fourier Transforms RKOBES -::BooleanEval bdpO Parsing and evaluating Boolean expressions MIKO +::Amoeba Rdpr? Multidimensional Function Minimisation JARW +::Approx adpO? Approximate x,y-values by a function ULPFR +::BaseCalc RdpO? Convert numbers between various bases KWILLIAMS +::BigFloat SupO? Arbitrary size floating point math package MARKB +::BigInt SupO? Arbitrary size integer math package MARKB +::BigInteger adc ? Arbitrary size integer as XS extension GARY +::BigRat ? ? Arbitrary size rational numbers (fractions) MARKB +::Brent Rdpr? One-dimensional Function Minimisation JARW +::CDF bdch? Cumulative Distribution Functions CALLAHAN +::Cephes adcf? Interface to St. Moshier's Cephes library RKOBES +::Complex SdpO? Complex number data type RAM +::Derivative Rdpr? 1st and 2nd order differentiation of data JARW +::Expr adpO? Parses agebraic expressions HAKANARDO +::Fortran Rdpf? Implements Fortran log10 & sign functions JARW +::Fourier i ? Fast Fourier Transforms AQUMSIEH +::Fraction bdpO? Fraction Manipulation KEVINA +::Geometry adpf? 2D and 3D algorithms GMCCAR +::Integral i ? Integration of data AQUMSIEH +::Interpolate Rdpr? Polynomial interpolation of data MATKIN +::LinearProg idp ? Linear programming utilities JONO +::Logic RdpO? Provides pure 2, 3 or multi-value logic SUMMER +::Matrix adpO? Matrix data type (transpose, multiply etc) ULPFR +::MatrixBool RdcO? Matrix of booleans (Boolean Algebra) STBEY +::MatrixCplx idpO? Matrix data type for Complex Numbers STBEY +::Pari adcf? Interface to the powerful PARI library ILYAZ +::Polynomial RdpO? Polynomials as objects MATKIN +::Prime i ? Prime number testing GARY +::RandomPrime i ? Generates random primes of x bits GARY +::Round bdpf? Perl extension for rounding numbers GROMMEL +::SigFigs Rdpf? Math using scientific significant figures SBECK +::Spline RdpO? Cubic Spline Interpolation of data JARW +::Trig bdpf? tan asin acos sinh cosh tanh sech cosech JARW +::TrulyRandom i ? based on interrupt timing discrepancies GARY +::VecStat Rdpr? Some basic numeric stats on vectors ASPINELLI +::ematica adcO? Interface to the powerful Mathematica system ULPFR +::Libm RdcO? Perl extension for the C math library, libm DSLEWART +::FFT adcO? Perl extension for Fast Fourier Transforms RKOBES +::BooleanEval bdpO? Parsing and evaluating Boolean expressions MIKO +::BigIntFast RdcO? Efficient big integer arithmetic (in C) STBEY +::QuadTree cdpO? Quad Edge data structure for 2D manifolds FRED +::Fleximal adpO? Arithmetic with any base representation TILLY +::Project RdpO? Compute intersection with upright line MILSO Math::Business:: -::EMA adcO An Exponential Moving Average Calculator JETTERO +::EMA adcO? An Exponential Moving Average Calculator JETTERO + +Math:: +::MatrixReal RdpO? Everything you ever wanted to do with Matr. STBEY + +Math::MatrixReal:: +::Ext1 RdpO? Convenience extensions for Math::MatrixReal MSOUTH Math::Polynomial:: -::Solve Rdpf Solve polynomials up to degree 4 JGAMBLE +::Solve Rdpf? Solve polynomials up to degree 4 JGAMBLE + +Math::Random:: +::MT bdcha The Mersenne Twister PRNG AMS Statistics:: -::ChiSquare Rdpf Chi Square test - how random is your data? JONO -::ConwayLife RdpO Simulates life using Conway's algorithm DANB -::Descriptive RdpO Descriptive statistical methods COLINK -::LTU RdpO Implements Linear Threshold Units TOMFA -::MaxEntropy Rdpf Maximum Entropy Modeling TERDOEST -::OLS bdpO ordinary least squares (curve fitting) SMORTON -::ROC bdpf ROC curves with nonparametric conf. bounds HAKESTLER -::Distributions RdpO Perl module for calculating critical values MIKEK +::ChiSquare Rdpf? Chi Square test - how random is your data? JONO +::ConwayLife RdpO? Simulates life using Conway's algorithm DANB +::Descriptive RdpO? Descriptive statistical methods COLINK +::LTU RdpO? Implements Linear Threshold Units TOMFA +::MaxEntropy Rdpf? Maximum Entropy Modeling TERDOEST +::OLS bdpO? ordinary least squares (curve fitting) SMORTON +::ROC bdpf? ROC curves with nonparametric conf. bounds HAKESTLER +::Distributions RdpO? Perl module for calculating critical values MIKEK Algorithm:: -::Diff Rdpf Diff (also Longest Common Subsequence) NEDKONZ -::Permute bdcO Handy and fast permutation with OO interface EDPRATOMO -::SISort Rdcr Select And Insert sorting algorithm HRAFNKELL +::Diff Rdpf? Diff (also Longest Common Subsequence) NEDKONZ +::Permute bdcO? Handy and fast permutation with OO interface EDPRATOMO +::SISort Rdcr? Select And Insert sorting algorithm HRAFNKELL +::LUHN Rdpf? Calculate mod 10 Double Add Double checksum TAYERS Algorithm::Graphs:: -::TransitiveClosure RdpO Calculates the transitive closure ABIGAIL +::TransitiveClosure RdpO? Calculates the transitive closure ABIGAIL Algorithm::Numerical:: -::Shuffle Rdph Knuth's shuffle algorithm ABIGAIL -::Sample RDph Knuth's sample algorithm ABIGAIL +::Shuffle Rdph? Knuth's shuffle algorithm ABIGAIL +::Sample RDph? Knuth's sample algorithm ABIGAIL -PDL amcf Perl Data Language - numeric analysis env PERLDL +PDL amcf? Perl Data Language - numeric analysis env PERLDL PDL:: -::Audio bdch Sound synthesis and editing with PDL MLEHMANN -::Meschach amcf Links PDL to meschach matrix library EGROSS -::NetCDF bdhO Reads/Writes NetCDF files from/to PDL objs DHUNT -::Options Rdph Provides hash options handling for PDL TJENNESS -::PP amcf Automatically generate C code for PDL PERLDL -::Slatec amof Interface to slatec (linpack+eispack) lib. PERLDL +::Audio bdch? Sound synthesis and editing with PDL MLEHMANN +::Meschach amcf? Links PDL to meschach matrix library EGROSS +::NetCDF bdhO? Reads/Writes NetCDF files from/to PDL objs DHUNT +::Options Rdphp Provides hash options handling for PDL TJENNESS +::PP amcf? Automatically generate C code for PDL PERLDL +::Slatec amof? Interface to slatec (linpack+eispack) lib. PERLDL Quantum:: -::Superpositions RdpO QM-like superpositions in Perl DCONWAY -::Entanglement Rdph QM entanglement of variables in perl AJGOUGH +::Superpositions Rdpf? QM-like superpositions in Perl DCONWAY +::Entanglement Rdph? QM entanglement of variables in perl AJGOUGH Array:: -::Compare RdpO Class to compare two arrays DAVECROSS -::Heap cdpf Manipulate array elements as a heap JMM -::IntSpan RdpO Handling arrays using IntSpan techniques TEVERETT -::PrintCols adpf Print elements in vertically sorted columns AKSTE -::Substr idp Implement array using substr() LWALL -::Vec idp Implement array using vec() LWALL -::Virtual idp Implement array using a file LWALL -::Reform RdpO Convert an array into N-sized array of array TBONE +::Compare RdpO? Class to compare two arrays DAVECROSS +::Heap cdpf? Manipulate array elements as a heap JMM +::IntSpan RdpO? Handling arrays using IntSpan techniques TEVERETT +::PrintCols adpf? Print elements in vertically sorted columns AKSTE +::Substr idp ? Implement array using substr() LWALL +::Vec idp ? Implement array using vec() LWALL +::Virtual idp ? Implement array using a file LWALL +::Reform RdpO? Convert an array into N-sized array of array TBONE Hash:: -::NoVivify Rdcf Provide non-autovivifying hash functions BPOWERS +::NoVivify Rdcf? Provide non-autovivifying hash functions BPOWERS -Heap bdpO Define Heap interface JMM +Heap bdpO? Define Heap interface JMM Heap:: -::Binary bdpO Implement Binary Heap JMM -::Binomial bdpO Implement Binomial Heap JMM -::Fibonacci bdpO Implement Fibonacci Heap JMM -::Elem bdpO Heap Element interface, ISA JMM +::Binary bdpO? Implement Binary Heap JMM +::Binomial bdpO? Implement Binomial Heap JMM +::Fibonacci bdpO? Implement Fibonacci Heap JMM +::Elem bdpO? Heap Element interface, ISA JMM Heap::Elem:: -::Num bdpO Numeric heap element container JMM -::NumRev bdpO Numeric element reversed order JMM -::Str bdpO String heap element container JMM -::StrRev bdpO String element reversed order JMM -::Ref bdpO Obj ref heap element container JMM -::RefRev bdpO Obj ref element reversed order JMM +::Num bdpO? Numeric heap element container JMM +::NumRev bdpO? Numeric element reversed order JMM +::Str bdpO? String heap element container JMM +::StrRev bdpO? String element reversed order JMM +::Ref bdpO? Obj ref heap element container JMM +::RefRev bdpO? Obj ref element reversed order JMM Scalar:: -::Util bdcf Scalar utilities (dualvar reftype etc) GBARR +::Util bdcf? Scalar utilities (dualvar reftype etc) GBARR List:: -::Util bdcf List utilities (eg min, max, reduce) GBARR +::Util bdcf? List utilities (eg min, max, reduce) GBARR Bit:: -::Vector RdcO Virtual (arbitrary machineword size) CPU STBEY +::Vector RdcO? Fast virtual arbitrary-machineword-size CPU STBEY Set:: -::Bag RdpO Bag (multiset) class JHI -::IntRange RdcO Set of integers (arbitrary intervals, fast) STBEY -::IntSpan adpO Set of integers newsrc style '1,5-9,11' etc SWMCD -::NestedGroups RdpO Grouped data eg ACL's, city/state/country ABARCLAY -::Object bdcO Set of Objects (smalltalkish: IdentitySet) JLLEROY -::Scalar adpO Set of scalars (inc references) JHI -::Window bdpO Manages an interval on the integer line SWMCD -::CheckList adph Maintain a list of "to-do" items MIKO - +::Bag RdpO? Bag (multiset) class JHI +::IntRange RdcO? Set of integers (arbitrary intervals, fast) STBEY +::IntSpan adpO? Set of integers newsrc style '1,5-9,11' etc SWMCD +::NestedGroups RdpO? Grouped data eg ACL's, city/state/country ABARCLAY +::Object bdcO? Set of Objects (smalltalkish: IdentitySet) JLLEROY +::Scalar adpO? Set of scalars (inc references) JHI +::Window bdpO? Manages an interval on the integer line SWMCD +::CheckList adph? Maintain a list of "to-do" items MIKO +::Crontab RdpOa Expand crontab(5)-style integer lists AMS +::Infinite bdpOp Set Theory module for infinite sets FGLOCK + +Graph RdpO? Data structure and ops for directed graphs JHI Graph:: -::Element RdpO Base class for element of directed graph NEILB -::Node RdpO A node in a directed graph NEILB -::Edge RdpO An edge in a directed graph NEILB -::Kruskal Rdpf Kruskal Algorithm for Minimal Spanning Trees STBEY +::Kruskal Rdpf? Kruskal Algorithm for Minimal Spanning Trees STBEY +::Reader RdpO? Base class for graph file format reader NEILB +::Writer RdpO? Base class for graph file format writer NEILB + +Graph::Reader:: +::XML RdpO? Read a Graph from simple XML format NEILB + +Graph::Writer:: +::XML RdpO? Write a Graph in a simple XML format NEILB +::Dot RdpO? Write a Graph in file format used by Dot NEILB +::VCG RdpO? Write a Graph in file format used by VCG NEILB +::daVinci cdpO? Write a Graph in file format used by daVinci NEILB Decision:: -::Markov bdpO Build/evaluate Markov models for decisions ALANSZ +::Markov bdpO? Build/evaluate Markov models for decisions ALANSZ Date:: -::Calc Rdcf Gregorian calendar date calculations STBEY -::Convert cdpO Conversion between Gregorian, Hebrew, more? MORTY -::CTime adpf Updated ctime.pl with mods for timezones GBARR -::Format Rdpf Date formatter ala strftime GBARR -::Interval idpO Lightweight normalised interval data type KTORP -::Language adpO Multi-language date support GBARR -::Manip Rdpf Complete date/time manipulation package SBECK -::Parse Rdpf ASCII Date parser using regexp's GBARR -::Time idpO Lightweight normalised datetime data type TOBIX +::Calc Rdhh? Gregorian calendar date calculations STBEY +::Convert cdpO? Conversion between Gregorian, Hebrew, more? MORTY +::CTime adpf? Updated ctime.pl with mods for timezones GBARR +::Format Rdpf? Date formatter ala strftime GBARR +::Interval idpO? Lightweight normalised interval data type KTORP +::Language adpO? Multi-language date support GBARR +::Manip Rdpf? Complete date/time manipulation package SBECK +::Parse Rdpf? ASCII Date parser using regexp's GBARR +::Time idpO? Lightweight normalised datetime data type TOBIX Date::Tolkien:: -::Shire RdpO J.R.R. Tolkien's hobbit calendar TBRAUN +::Shire RdpOp J.R.R. Tolkien's hobbit calendar TBRAUN Time:: -::Avail Rdpf Calculate min. remaining in time interval PSANTORO -::CTime Rdpf Format Times ala ctime(3) with many formats MUIR -::DaysInMonth Rdpf Returns the number of days in a month MUIR -::HiRes Rdcf High resolution time, sleep, and alarm DEWEG -::JulianDay Rdpf Converts y/m/d into seconds MUIR -::Local Supf Implements timelocal() and timegm() P5P -::Object adpO Object Oriented time objects MSERGEANT -::ParseDate Rdpf Parses many forms of dates and times MUIR -::Period Rdpf Code to deal with time periods PRYAN -::Timezone Rdpf Figures out timezone offsets MUIR -::Zone Rdpf Timezone info and translation routines GBARR -::gmtime Supf A by-name interface for gmtime TOMC -::localtime Supf A by-name interface for localtime TOMC -::Seconds RdcO API to convert seconds to other date values MSERGEANT -::Stopwatch bdpr Use tied scalars as timers ILTZU +::Avail Rdpf? Calculate min. remaining in time interval PSANTORO +::CTime Rdpf? Format Times ala ctime(3) with many formats MUIR +::DaysInMonth Rdpf? Returns the number of days in a month MUIR +::HiRes Rdcf? High resolution time, sleep, and alarm DEWEG +::JulianDay Rdpf? Converts y/m/d into seconds MUIR +::Local Supf? Implements timelocal() and timegm() P5P +::Object adpO? Object Oriented time objects MSERGEANT +::ParseDate Rdpf? Parses many forms of dates and times MUIR +::Period Rdpf? Code to deal with time periods PRYAN +::Timezone Rdpf? Figures out timezone offsets MUIR +::Zone Rdpf? Timezone info and translation routines GBARR +::gmtime Supf? A by-name interface for gmtime TOMC +::localtime Supf? A by-name interface for localtime TOMC +::Seconds RdcO? API to convert seconds to other date values MSERGEANT +::Stopwatch Rdpr? Use tied scalars as timers ILTZU +::Unix RdpO? Force time() to return secs since UNIX epoch NWIGER +::TAI64 i?c?a Time manipulation in the TAI64* formats AMS Calendar:: -::CSA adcO interface with calenders such as Sun and CDE KJALB -::Hebrew cdpO Hebrew calendar conversion/manipulation YSTH -::RCM i Russell Calendar Manager HTCHAPMAN +::CSA adcO? interface with calenders such as Sun and CDE KJALB +::Hebrew cdpO? Hebrew calendar conversion/manipulation YSTH +::RCM i ? Russell Calendar Manager HTCHAPMAN Tie:: -::Hash Supr Base class for implementing tied hashes P5P -::Scalar Supr Base class for implementing tied scalars P5P -::Array Supr Base class for implementing tied arrays P5P -::CPHash bdpO Case preserving but case insensitive hash CJM -::Cache Mdpr In memory size limited LRU cache CHAMAS -::DB_FileLock Rdpr Locking access to Berkeley DB 1.x. JMV -::DB_Lock Rdpr Tie DB_File with automatic locking KWILLIAMS -::DBI RdpO Tie hash to a DBI handle LDS -::Dir adpr Tie hash for reading directories GBARR -::Discovery Rdpr Discover data by caching sub results SIMON -::File adpr Tie hash to files in a directory AMW -::FileLRUCache bdph File based persistent LRU cache SNOWHARE -::Handle RdpO Base class for implementing tied filehandles STBEY -::HashDefaults adpr Let a hash have default values JDPORTER -::IxHash RdpO Indexed hash (ordered array/hash composite) GSAR -::LLHash Rdpr Fast ordered hashes via linked lists KWILLIAMS -::ListKeyedHash Rdpr Use lists to key multi-level hashes SNOWHARE -::Mem adcO Bind perl variables to memory addresses PMQS -::MmapArray bdcr Ties a file to an array ANDREWF -::Multidim adpr "tie"-like multidimensional data structures JDPORTER -::OffsetArray adpr Tie one array to another, with index offset JDPORTER -::Persistent Rdpr Persistent data structures via tie RGIERSIG -::Quick i Simple way to create ties TIMB -::RDBM RdpO Tie hashes to relational databases LDS -::RndHash bdpO choose a random key of a hash in O(1) time DFAN -::SecureHash RdpO Enforced encapsulation of Perl objects DCONWAY -::SentientHash bdpr Tracks changes to nested data structures ANDREWF -::ShadowHash adpO Merge multiple data sources into a hash RRA -::ShiftSplice i Defines shift et al in terms of splice LWALL -::SortHash Rdpr Provides persistent sorting for hashes CTWETEN -::SubstrHash SdpO Very compact hash stored in a string LWALL -::TextDir Rdpr ties a hash to a directory of textfiles KWILLIAMS -::Watch bdpO Watch variables, run code when read/written LUSOL -::Cycle RdpO Cycle through a list of values via a scalar. BDFOY -::LDAP bdpr Ties LDAP database to Perl hash TAIY -::CharArray bdpr Access Perl scalars as arrays of characters ILTZU -::RangeHash bdph Hashes with 'low,high' ranges as keys RRWO -::RegexpHash adph Use regular expressions as hash keys RRWO -::AliasHash Rdpr Hash with key aliases ACALPINI +::AliasHash Rdpr? Hash with key aliases ACALPINI +::Array Supr? Base class for implementing tied arrays P5P +::CPHash bdpO? Case preserving but case insensitive hash CJM +::Cache Mdpr? In memory size limited LRU cache CHAMAS +::CharArray Rdpr? Access Perl scalars as arrays of characters ILTZU +::Cycle RdpO? Cycle through a list of values via a scalar. BDFOY +::DBI RdpO? Tie hash to a DBI handle LDS +::DB_FileLock Rdpr? Locking access to Berkeley DB 1.x. JMV +::DB_Lock Rdpr? Tie DB_File with automatic locking KWILLIAMS +::Dir adpr? Tie hash for reading directories GBARR +::Discovery Rdpr? Discover data by caching sub results SIMON +::DxHash Rdprp Keeps insertion order; allows duplicate keys KRUSCOE +::File adpr? Tie hash to files in a directory AMW +::FileLRUCache bdph? File based persistent LRU cache SNOWHARE +::Handle ?dpO? Base class for implementing tied filehandles STBEY +::Hash Supr? Base class for implementing tied hashes P5P +::HashDefaults adpr? Let a hash have default values JDPORTER +::IxHash RdpO? Indexed hash (ordered array/hash composite) GSAR +::LDAP bdpr? Ties LDAP database to Perl hash TAIY +::LLHash Rdpr? Fast ordered hashes via linked lists KWILLIAMS +::ListKeyedHash Rdpr? Use lists to key multi-level hashes SNOWHARE +::Mem adcO? Bind perl variables to memory addresses PMQS +::MmapArray bdcr? Ties a file to an array ANDREWF +::Multidim adpr? "tie"-like multidimensional data structures JDPORTER +::OffsetArray adpr? Tie one array to another, with index offset JDPORTER +::Persistent Rdpr? Persistent data structures via tie RGIERSIG +::Quick i ? Simple way to create ties P5P +::RDBM RdpO? Tie hashes to relational databases LDS +::RangeHash bdph? Hashes with 'low,high' ranges as keys RRWO +::RegexpHash adph? Use regular expressions as hash keys RRWO +::RndHash bdpO? choose a random key of a hash in O(1) time DFAN +::Scalar Supr? Base class for implementing tied scalars P5P +::SecureHash RdpO? Enforced encapsulation of Perl objects DCONWAY +::SentientHash bdpr? Tracks changes to nested data structures ANDREWF +::ShadowHash adpO? Merge multiple data sources into a hash RRA +::ShiftSplice i ? Defines shift et al in terms of splice LWALL +::SortHash Rdpr? Provides persistent sorting for hashes CTWETEN +::StrictHash RdpO? A hash with strict-like semantics KVAIL +::SubstrHash SdpO? Very compact hash stored in a string LWALL +::TextDir Rdpr? ties a hash to a directory of textfiles KWILLIAMS +::WarnGlobal adpr? Ties variables to functions, warns on use STEPHEN +::Watch bdpO? Watch variables, run code when read/written LUSOL Tie::Scalar:: -::Timeout adpr Scalar variables that time out MARCEL +::Timeout adpr? Scalar variables that time out MARCEL Tie::Cache:: -::LRU adpr A Least-Recently Used cache MSCHWERN +::LRU adpr? A Least-Recently Used cache MSCHWERN Class:: -::Accessor bdpO Automated accessor generation MSCHWERN -::BlackHole RdpO treat unhandled method calls as no-op SBURKE -::Classless MdpO Framework for classless OOP SBURKE -::Contract RdpO Design-by-Contract OO in Perl. GGOEBEL -::DBI adpO Simple SQL-based object persistance MSCHWERN -::Delegate bdpO Easy-to-use object delegation KSTAR -::Eroot RdpO Eternal Root - Object persistence DMR -::Fields bdph Inspect the fields of a class MSCHWERN -::ISA Mdpf Report the search path thru an ISA tree SBURKE -::MethodMaker MdpO Create generic class methods FLUFFY -::Multimethods Rdpf A multiple dispatch mechanism for Perl DCONWAY -::Mutator bdpO Dynamic polymorphism implemented in Perl GMCCAR -::NamedParms MdpO A named parameter accessor base class SNOWHARE -::ObjectTemplate bdpO Optimized template builder base class JASONS -::ParamParser RdpO Provides complex parameter list parsing DUNCAND -::ParmList MdpO A named parameter list processor SNOWHARE -::PublicInternal adpO Keep separate hashes of public/internal data MIKO -::Singleton bdpO Implementation of a "Singleton" class ABW -::StructTemplate adpO Facilitates creation of public class-data HEIKOWU -::TOM RmpO Transportable Object Model for perl JDUNCAN -::Template Rdpr Struct/member template builder DMR -::Translucent RdpO Translucent (ala perltootc) method creation GED -::Tree MdpO C++ class hierarchies & disk directories RSAVAGE -::WhiteHole RdpO Treat unhandled method calls as errors MSCHWERN +::Accessor bdpO? Automated accessor generation MSCHWERN +::BlackHole RdpO? treat unhandled method calls as no-op SBURKE +::Classless MdpO? Framework for classless OOP SBURKE +::Contract RdpO? Design-by-Contract OO in Perl. GGOEBEL +::DBI adpO? Simple SQL-based object persistance MSCHWERN +::Delegate bdpO? Easy-to-use object delegation KSTAR +::Eroot RdpO? Eternal Root - Object persistence DMR +::Fields bdph? Inspect the fields of a class MSCHWERN +::ISA Mdpf? Report the search path thru an ISA tree SBURKE +::MethodMaker MdpO? Create generic class methods FLUFFY +::Multimethods Rdpf? A multiple dispatch mechanism for Perl DCONWAY +::Mutator bdpO? Dynamic polymorphism implemented in Perl GMCCAR +::NamedParms MdpO? A named parameter accessor base class SNOWHARE +::ObjectTemplate bdpO? Optimized template builder base class JASONS +::ParamParser RdpO? Provides complex parameter list parsing DUNCAND +::ParmList MdpO? A named parameter list processor SNOWHARE +::PublicInternal adpO? Keep separate hashes of public/internal data MIKO +::Singleton bdpO? Implementation of a "Singleton" class ABW +::StructTemplate adpO? Facilitates creation of public class-data HEIKOWU +::TOM RmpO? Transportable Object Model for perl JDUNCAN +::Template Rdpr? Struct/member template builder DMR +::Translucent RdpO? Translucent (ala perltootc) method creation GED +::Tree MdpO? C++ class hierarchies & disk directories RSAVAGE +::WhiteHole RdpO? Treat unhandled method calls as errors MSCHWERN +::Handler bdpO? Make Apache-like pseudoclass event handlers NWIGER +::Loader bdpO? Load modules & construct objects on demand. VIPUL +::Date bdhhp a date and time class for perl DLUX +::ArrayObjects bdph? utility class for array based objects RBERJON Class::ObjectTemplate:: -::DB bdpO Template base class for DB objects JASONS +::DB bdpO? Template base class for DB objects JASONS Object:: -::Info Rupf General info about objects (is-a, ...) JACKS -::Transaction bdpO Transactions on serialized HASH files MUIR +::Info Rupf? General info about objects (is-a, ...) JACKS +::Transaction bdpO? Transactions on serialized HASH files MUIR POE:: Perl Object Environment -::Kernel RdpO An event queue that dispatches events RCAPUTO -::Session RdpO state machine running on POE::Kernel events RCAPUTO +::Kernel RdpO? An event queue that dispatches events RCAPUTO +::Session RdpO? state machine running on POE::Kernel events RCAPUTO POE::Component:: -::RSS bdp? Event based RSS interface MSTEVENS -::SubWrapper bdp? Event based Module interface MSTEVENS -::UserBase RdpO A component to manage user authentication JGOFF +::RSS bdp?? Event based RSS interface MSTEVENS +::SubWrapper bdp?? Event based Module interface MSTEVENS +::UserBase RdpO? A component to manage user authentication JGOFF POE::Component::IRC:: -::Onjoin RdpO Provides IRC moved message & onjoin services AFOXSON -::SearchEngine bdpO Search Engine for IRC AFOXSON +::Onjoin RdpO? Provides IRC moved message & onjoin services AFOXSON +::SearchEngine bdpO? Search Engine for IRC AFOXSON -MOP bdp Meta Object Protocol (Tool collection) ORTALO -Ref RdpO Print, compare, and copy perl structures MUIR -SOOP RdpO Safe Object Oriented Programming GARROW +MOP bdp ? Meta Object Protocol (Tool collection) ORTALO +Ref RdpO? Print, compare, and copy perl structures MUIR +SOOP RdpO? Safe Object Oriented Programming GARROW Sort:: -::ByCompatMatrix idpO Sort objects by attribute compatibility ICKHABOD -::Fields bdpf sort text lines by alpha or numeric fields JNH -::PolySort bdpO general rules-based sorting of lists DMACKS -::Versions Rdpf sorting of revision (and similar) numbers KJALB +::ByCompatMatrix idpO? Sort objects by attribute compatibility ICKHABOD +::Fields bdpf? sort text lines by alpha or numeric fields JNH +::PolySort bdpO? general rules-based sorting of lists DMACKS +::Versions Rdpf? sorting of revision (and similar) numbers KJALB Data Type Marshaling (converting to/from strings) and Persistent Storage -Clone idch Recursive copy of nested objects RDF -FreezeThaw bdpf Convert arbitrary objects to/from strings ILYAZ +Clone idch? Recursive copy of nested objects RDF +FreezeThaw bdpf? Convert arbitrary objects to/from strings ILYAZ Persistence:: -::Object adpO Store Object definitions with Data::Dumper VIPUL -Storable Rdcr Persistent data structure mechanism RAM +::Object adpO? Store Object definitions with Data::Dumper VIPUL +Storable Rdcr? Persistent data structure mechanism RAM Marshal:: -::Dispatch cdpO Convert arbitrary objects to/from strings MUIR -::Packed cdpO Run-length coded version of Marshal module MUIR -::Eval cdpO Undo serialization with eval MUIR -Tangram RmpO Object persistence in relational databases JLLEROY +::Dispatch cdpO? Convert arbitrary objects to/from strings MUIR +::Packed cdpO? Run-length coded version of Marshal module MUIR +::Eval cdpO? Undo serialization with eval MUIR +Tangram RmpO? Object persistence in relational databases JLLEROY Persistent:: -::Base bdpO Persistent base classes (& DBM/File classes) DWINTERS -::DBI bdpO Persistent abstract class for DBI databases DWINTERS -::MySQL bdpO Persistent class for MySQL databases DWINTERS -::Oracle bdpO Persistent class for Oracle databases DWINTERS -::Sybase bdpO Persistent class for Sybase databases DWINTERS -::mSQL bdpO Persistent class for mSQL databases DWINTERS -::LDAP bdpO Persistent class for LDAP directories DWINTERS +::Base bdpO? Persistent base classes (& DBM/File classes) DWINTERS +::DBI bdpO? Persistent abstract class for DBI databases DWINTERS +::MySQL bdpO? Persistent class for MySQL databases DWINTERS +::Oracle bdpO? Persistent class for Oracle databases DWINTERS +::Sybase bdpO? Persistent class for Sybase databases DWINTERS +::mSQL bdpO? Persistent class for mSQL databases DWINTERS +::LDAP bdpO? Persistent class for LDAP directories DWINTERS Data:: -::Check cdpO Checks values for various data formats KENHOLM -::DRef adph Nested data access using delimited strings EVO -::Dumper RdpO Convert data structure into perl code GSAR -::Flow RdpO Acquire data based on recipes ILYAZ -::Locations RdpO Insert data into other data w/o temp files STBEY -::Reporter RdcO Ascii Report Generator RVAZ -::Walker RdpO Navigate through Perl data structures JNOLAN -::Random adpf Generate random sets of data ADEO -::JavaScript Rdpr Dumps structures into JavaScript code SCHOP -::MultiValuedHash RdpO Hash whose keys have multiple ordered values DUNCAND -::Iterator RupO Simple iteration over complex data strucures HCAMP +::Check cdpO? Checks values for various data formats KENHOLM +::DRef adph? Nested data access using delimited strings EVO +::Dumper RdpO? Convert data structure into perl code GSAR +::Flow RdpO? Acquire data based on recipes ILYAZ +::Locations RdcO? Insert data into other data w/o temp files STBEY +::Reporter RdcO? Ascii Report Generator RVAZ +::Walker RdpO? Navigate through Perl data structures JNOLAN +::Random adpf? Generate random sets of data ADEO +::JavaScript Rdpr? Dumps structures into JavaScript code SCHOP +::MultiValuedHash RdpO? Hash whose keys have multiple ordered values DUNCAND +::Iterator RupO? Simple iteration over complex data strucures HCAMP +::Buffer bdpOp Read/write buffer class BTROTT +::Lazy Rdpr? provides "lazy" scalars, arrays and hashes JENDA +::Denter RdpO? An alternative to Data::Dumper and Storable. INGY +::Compare RdpO? Compare perl data structures FTASSIN +::HexDump RdpO? Hexadecial Dumper FTASSIN +::Hexdumper Rdpfa Display binary data in multiple formats DCANTRELL +::Stash bdpf? Data structures in simple text format HRANICKY +::BinStruct bdpO? OO access to binary data structures DJHD Tree:: -::Base cdpO Defines a basic binary search tree MSCHWERN -::Fat Rdcf Embeddable F-Tree algorithm suite JPRIT -::Smart cdpO Splay tree, fastest for commonly accessed ke MSCHWERN -::Ternary bdpO Perl implementation of ternary search trees MROGASKI -::Ternary_XS adcO XS implementation of ternary search trees LBROCARD -::Trie bdpO An implementation of the Trie data structure AVIF -::Nary RdpO Perl implementation of N-ary search trees FSORIANO -::DAG_Node MdpO base class for trees SBURKE +::Base cdpO? Defines a basic binary search tree MSCHWERN +::Fat Rdcf? Embeddable F-Tree algorithm suite JPRIT +::Smart cdpO? Splay tree, fastest for commonly accessed ke MSCHWERN +::Ternary bdpO? Perl implementation of ternary search trees MROGASKI +::Ternary_XS adcOp XS implementation of ternary search trees LBROCARD +::Trie bdpO? An implementation of the Trie data structure AVIF +::Nary RdpO? Perl implementation of N-ary search trees FSORIANO +::DAG_Node MdpO? base class for trees SBURKE +::M ad+O? M-trees provide efficient metric searches MLEHMANN DFA:: -::Command MdpO Discrete Finite Automata command processor RSAVAGE -::Kleene R Kleene's Algorithm for DFA STBEY -::Simple cdpO An "augmented transition network" RANDYM +::Command MdpO? Discrete Finite Automata command processor RSAVAGE +::Kleene R ? Kleene's Algorithm for DFA STBEY +::Simple cdpO? An "augmented transition network" RANDYM -Boulder MdpO Generalized tag/value data objects LDS -Thesaurus RdpO Create associations between related things DROLSKY +Boulder MdpO? Generalized tag/value data objects LDS +Thesaurus RdpOp Create associations between related things DROLSKY + +BabelObjects cdpf? Web Service Framework KERMAGO + +YAML cdhOp Yet Another Markup Language Support Module INGY _______________________________________________________________________ 7) Database Interfaces (see also Data Types) -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- -DBI amcO Generic Database Interface (see DBD modules) DBIML +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- +DBI amcO? Generic Database Interface (see DBD modules) DBIML + +DBI:: +::Format bmpO? Defined display formats for data from DBI TLOWERY DBIx -- Extensions to the DBI DBIx:: -::Abstract RmpO Wrapper for DBI that generates SQL TURNERA -::AnyDBD bdpO Module to make cross db applications easier MSERGEANT -::CGITables adpO Easy DB access from a CGI TOBIX -::Copy adpO Copying databases TOBIX -::FullTextSearch bdpO Index documents with MySQL as storage TJMATHER -::glueHTML bdpO CGI interface to DBI databases JFURNESS -::HTMLView cdpO Creating web userinterfaces to DBI dbs HAKANARDO -::OracleSequence adpO OO access to Oracle sequences via DBD-Oracle BLABES -::Password MdpO Abstration layer for database passwords KROW -::Recordset bmpO DB-Abtractionlayer / Access via Arrays/Hashs GRICHTER -::Table bdpO OO access to DBI database tables DLOWE -::TableAdapter adpO An object-relational mapper for DBI tables GED -::Tree adpO Expand self-referential table into a tree BJEPS -::XML_RDB ???? Creates XML from DBI datasources MSERGEANT -::DBSchema bmpO Database-independent schema objects IVAN +::Abstract RmpO? Wrapper for DBI that generates SQL TURNERA +::AnyDBD bdpO? Module to make cross db applications easier MSERGEANT +::CGITables adpO? Easy DB access from a CGI TOBIX +::Copy adpO? Copying databases TOBIX +::FullTextSearch bdpO? Index documents with MySQL as storage TJMATHER +::glueHTML bdpO? CGI interface to DBI databases JFURNESS +::HTMLView cdpO? Creating web userinterfaces to DBI dbs HAKANARDO +::OracleSequence adpO? OO access to Oracle sequences via DBD-Oracle BLABES +::Password MdpO? Abstration layer for database passwords KROW +::Recordset bmpO? DB-Abtractionlayer / Access via Arrays/Hashs GRICHTER +::Table bdpO? OO access to DBI database tables DLOWE +::TableAdapter adpO? An object-relational mapper for DBI tables GED +::Tree adpO? Expand self-referential table into a tree BJEPS +::XML_RDB ????? Creates XML from DBI datasources MSERGEANT +::DBSchema bmpOp Database-independent schema objects IVAN +::XMLMEssage bnpf? Exchange of XML messages between DBI sources ANDREIN +::Browse idpO? A class to browse related tables via CGI/Web EJDRS +::XHTML_Table adpOp Create XHTML tables from SQL queries JEFFA +::SchemaView adpf? Retrieving and drawing of DB schema (Tk) MILSO +::SystemCatalog RdpO? Accessing system catalog in common databases MILSO +::dbMan ampf? Tk database manipulating tool MILSO + +DBIx::Lookup:: +::Field Rdpfp Create a lookup hash from a database table MARCEL DBD:: -::ASAny adcO Adaptive Server Anywhere Driver for DBI SMIRNIOS -::Altera bdpO Altera SQL Server for DBI - pure Perl code DSOUFLIS -::CSV adcO SQL engine and DBI driver for CSV files JWIED -::DB2 adcO DB2 Driver for DBI MHM -::Empress adcO Empress RDBMS Driver SWILLIAM -::FreeTDS adcO DBI driver for MS SQLServer and Sybase SPANNRING -::SearchServer cdcO PCDOCS/Fulcrum SearchServer Driver for DB SHARI -::Illustra bmcO Illustra Driver for DBI PMH -::Informix amcO Informix Driver for DBI JOHNL -::Informix4 adcO DBI driver for Informix SE 4.10 GTHYNI -::Ingres bmcO Ingres Driver for DBI HTOUG -::Multiplex a Spreading database load acrross servers TIMB -::ODBC amcO ODBC Driver for DBI DBIML -::Oracle MmcO Oracle Driver for DBI TIMB -::QBase amcO QBase Driver for DBI BENLI -::RAM bmpO a DBI driver for files and data structures JZUCKER -::SQLrelay bdpO SQLrelay driver for DBI DMOW -::Solid amcO Solid Driver for DBI TWENRICH -::Sqlflex RdcO SQLFLEX driver for DBI INFOFLEX -::Sybase bmcO Sybase Driver for DBI MEWP -::Unify bdcO Unify driver for DBI HMBRAND -::XBase RmpO XBase driver for DBI JANPAZ -::mSQL RmcO Msql Driver for DBI JWIED -::mysql RmcO Mysql Driver for DBI JWIED -::pNET amcO DBD proxy driver JWIED -::InterBase amcO DBI driver for InterBase RDBMS server EDPRATOMO -::RDB Rdof DBI driver for Oracle RDB (OpenVMS only) ASTILLER -::DtfSQLmac RdpO dtF/SQL (Mac OS edition) driver for DBI TWEGNER - -Oraperl Rmpf Oraperl emulation interface for DBD::Oracle DBIML -Ingperl bmpf Ingperl emulation interface for DBD::Ingres HTOUG +::ASAny adcO? Adaptive Server Anywhere Driver for DBI SMIRNIOS +::Altera bdpO? Altera SQL Server for DBI - pure Perl code DSOUFLIS +::CSV adcO? SQL engine and DBI driver for CSV files JWIED +::DB2 adcO? DB2 Driver for DBI MHM +::Empress adcO? Empress RDBMS Driver SWILLIAM +::FreeTDS adcO? DBI driver for MS SQLServer and Sybase SPANNRING +::SearchServer cdcO? PCDOCS/Fulcrum SearchServer Driver for DB SHARI +::Illustra bmcO? Illustra Driver for DBI PMH +::Informix amcO? Informix Driver for DBI JOHNL +::Informix4 adcO? DBI driver for Informix SE 4.10 GTHYNI +::Ingres bmcO? Ingres Driver for DBI HTOUG +::Multiplex ampO? Spreading database load across servers DBIML +::ODBC amcO? ODBC Driver for DBI DBIML +::Oracle MmcO? Oracle Driver for DBI DBIML +::QBase amcO? QBase Driver for DBI BENLI +::RAM bmpO? a DBI driver for files and data structures JZUCKER +::SQLrelay bdpO? SQLrelay driver for DBI DMOW +::Solid amcO? Solid Driver for DBI TWENRICH +::Sqlflex RdcO? SQLFLEX driver for DBI INFOFLEX +::Sybase bmcO? Sybase Driver for DBI MEWP +::Unify bdcO? Unify driver for DBI HMBRAND +::XBase RmpO? XBase driver for DBI JANPAZ +::mSQL RmcO? Msql Driver for DBI JWIED +::mysql RmcO? Mysql Driver for DBI JWIED +::pNET amcO? DBD proxy driver JWIED +::InterBase amcO? DBI driver for InterBase RDBMS server EDPRATOMO +::RDB Rdof? DBI driver for Oracle RDB (OpenVMS only) ASTILLER +::DtfSQLmac RdpO? dtF/SQL (Mac OS edition) driver for DBI TWEGNER +::ADO bmpO? Database interface modules of MS ADO for DBI TLOWERY +::Excel adpO? Excel database driver for the DBI module KWITKNR + +Oraperl Rmpf? Oraperl emulation interface for DBD::Oracle DBIML +Ingperl bmpf? Ingperl emulation interface for DBD::Ingres HTOUG DDL:: -::Oracle RdpO Reverse engineers object DDL; also defrags RVSUTHERL +::Oracle RdpO? Reverse engineers object DDL; also defrags RVSUTHERL MSSQL:: -::DBlib Md+O Access MS SQL Server through DB-Library. SOMMAR -::Sqllib MdpO High-level interface using MSSQL::DBlib. SOMMAR +::DBlib Md+O? Access MS SQL Server through DB-Library. SOMMAR +::Sqllib MdpO? High-level interface using MSSQL::DBlib. SOMMAR + +Oracle:: +::OCI bmcr? Raw interface to the Oracle OCI API TIMB Sybase:: -::Async cdpO interact with a Sybase asynchronously WORENKD -::BCP RdcO Sybase BCP interface MEWP -::DBlib RdcO Sybase DBlibrary interface MEWP -::Simple bdpO Simplified db access using Sybase::CTlib MEWP -::Sybperl Rdpf sybperl 1.0xx compatibility module MEWP -::CTlib RdcO Sybase CTlibrary interface MEWP - -Ace i Interface to ACEDB (Popular Genome DB) LDS -BBDB Rdph Insiduous big brother database LAXEN -DTREE cdcf Interface to Faircom DTREE multikey ISAM db JWAT -Datascope Rdcf Interface to Datascope RDBMS DANMQ -Fame MdcO Interface to FAME database and language TRIAS -LotusNotes i Interface to Lotus Notes C/C++ API MBRECH -Msql RmcO Mini-SQL database interface JWIED -Mysql RmcO mysql database interface JWIED -NetCDF bmcr Interface to netCDF API for scientific data SEMM -ObjStore Rm+O ObjectStore OODBMS Interface JPRIT -Pg Rdcf PostgreSQL SQL database interface MERGL -PgSQL adpO "Pure perl" interface to PostgreSQL GTHYNI -Pogo ad+O Interface for GOODS object database SEYN -Postgres RncO PostgreSQL interface with Perl5 coding style VKHERA -Sprite RdpO Limited SQL interface to flat file databases SHGUN -Stanza i Text format database used by OSF and IBM JHI -VDBM cdph Client/server-layers on top of DBM files RAM -WAIT adhO A rewrite of the freeWAIS-sf engine in Perl ULPFR -Wais Rdcf Interface to the freeWAIS-sf libraries ULPFR -XBase RdpO Read/write interface to XBase files JANPAZ -Xbase bdpf Read Xbase files with simple IDX indexes PRATP +::Async cdpO? interact with a Sybase asynchronously WORENKD +::BCP RdcO? Sybase BCP interface MEWP +::DBlib RdcO? Sybase DBlibrary interface MEWP +::Simple bdpO? Simplified db access using Sybase::CTlib MEWP +::Sybperl Rdpf? sybperl 1.0xx compatibility module MEWP +::CTlib RdcO? Sybase CTlibrary interface MEWP + +Ace i ? Interface to ACEDB (Popular Genome DB) LDS +BBDB Rdph? Insiduous big brother database LAXEN +DTREE cdcf? Interface to Faircom DTREE multikey ISAM db JWAT +Datascope Rdcf? Interface to Datascope RDBMS DANMQ +Fame MdcO? Interface to FAME database and language TRIAS +LotusNotes i ? Interface to Lotus Notes C/C++ API MBRECH +Msql RmcO? Mini-SQL database interface JWIED +Mysql RmcO? mysql database interface JWIED +NetCDF bmcr? Interface to netCDF API for scientific data SEMM +ObjStore Rm+O? ObjectStore OODBMS Interface JPRIT +Pg Rdcf? PostgreSQL SQL database interface MERGL +PgSQL adpO? "Pure perl" interface to PostgreSQL GTHYNI +Pogo ad+O? Interface for GOODS object database SEYN +Postgres RncO? PostgreSQL interface with Perl5 coding style DAVEHOLL +Sprite RdpO? Limited SQL interface to flat file databases SHGUN +Stanza i ? Text format database used by OSF and IBM JHI +VDBM cdph? Client/server-layers on top of DBM files RAM +WAIT adhO? A rewrite of the freeWAIS-sf engine in Perl ULPFR +Wais Rdcf? Interface to the freeWAIS-sf libraries ULPFR +XBase RdpO? Read/write interface to XBase files JANPAZ +Xbase bdpf? Read Xbase files with simple IDX indexes PRATP Tied Hash File Interfaces: -AnyDBM_File Sup Uses first available *_File module above P5P -BerkeleyDB RdcO Interface to Berkeley DB 2 & 3 PMQS -CDB_File adc Tie to CDB (Bernstein's constant DB) files TIMPX -DBZ_File adc Tie to dbz files (mainly for news history) IANPX -DWH_File adpO DBM storage of complex data and objects SUMUS -DB_File Suc Tie to DB files PMQS -GDBM_File Suc Tie to GDBM files P5P -NDBM_File Suc Tie to NDBM files P5P -ODBM_File Suc Tie to ODBM files P5P -SDBM_File Suc Tie to SDBM files P5P - -MLDBM RdpO Transparently store multi-level data in DBM GSAR +AnyDBM_File Sup ? Uses first available *_File module above P5P +BerkeleyDB RdcO? Interface to Berkeley DB 2 & 3 PMQS +CDB_File adc ? Tie to CDB (Bernstein's constant DB) files TIMPX +DBZ_File adc ? Tie to dbz files (mainly for news history) IANPX +DWH_File adpO? DBM storage of complex data and objects SUMUS +DB_File Suc ? Tie to DB files PMQS +GDBM_File Suc ? Tie to GDBM files P5P +NDBM_File Suc ? Tie to NDBM files P5P +ODBM_File Suc ? Tie to ODBM files P5P +SDBM_File Suc ? Tie to SDBM files P5P + +MLDBM RdpO? Transparently store multi-level data in DBM GSAR MLDBM:: -::Sync bdpr MLDBM wrapper to serialize concurrent access CHAMAS +::Sync bdpr? MLDBM wrapper to serialize concurrent access CHAMAS DB_File:: -::Lock RdpO DB_File wrapper with flock-based locking DHARRIS +::Lock RdpO? DB_File wrapper with flock-based locking DHARRIS +::DB_Database bdpO? DB_File to MultiField Table with Index RANN DBM:: -::DBass adpf DBM with hashes, locking and XML records SPIDERBOY +::DBass adpf? DBM with hashes, locking and XML records SPIDERBOY AsciiDB:: -::Parse i Generic text database parsing MICB -::TagFile adpO Tie class for a simple ASCII database JOSERODR +::Parse i ? Generic text database parsing MICB +::TagFile adpO? Tie class for a simple ASCII database JOSERODR Db:: -::Ctree Rdcr Faircom's CTREE+ database interface REDEN -::Documentum Rdcf Documentum EDMS Perl client interface MSROTH -::dmObject cdpO Object-based interface to Documentum EDMS JGARRISON -::DFC adpO OO Interface to Documentum's DFC using JPL MSROTH +::Ctree Rdcr? Faircom's CTREE+ database interface REDEN +::Documentum Rdcf? Documentum EDMS Perl client interface MSROTH +::dmObject cdpO? Object-based interface to Documentum EDMS JGARRISON +::DFC adpO? OO Interface to Documentum's DFC using JPL MSROTH DbFramework:: -::Attribute adpO Relational attribute class PSHARPE -::DataModel adpO Relational data model/schema class PSHARPE -::DataType adpO Attribute data type class PSHARPE -::ForeignKey adpO Relational foreign key class PSHARPE -::Key adpO Relational key class PSHARPE -::Persistent adpO Persistent object class PSHARPE -::PrimaryKey adpO Relational primary key class PSHARPE -::Table adpO Relational table/entity class PSHARPE -::Util adhO Utility functions/methods PSHARPE +::Attribute adpO? Relational attribute class PSHARPE +::DataModel adpO? Relational data model/schema class PSHARPE +::DataType adpO? Attribute data type class PSHARPE +::ForeignKey adpO? Relational foreign key class PSHARPE +::Key adpO? Relational key class PSHARPE +::Persistent adpO? Persistent object class PSHARPE +::PrimaryKey adpO? Relational primary key class PSHARPE +::Table adpO? Relational table/entity class PSHARPE +::Util adhO? Utility functions/methods PSHARPE BTRIEVE:: -::SAVE bdpO Read-write access to BTRIEVE SAVE files DLANE +::SAVE bdpO? Read-write access to BTRIEVE SAVE files DLANE -MARC bmpO MAchine Readable Catalog (library bib. data) PERL4LIB +MARC bmpO? MAchine Readable Catalog (library bib. data) PERL4LIB MARC:: -::XML ampO MAchine Readable Catalog / XML Extension PERL4LIB +::XML ampO? MAchine Readable Catalog / XML Extension PERL4LIB Metadata:: -::Base bdpO Base metadata functionality DJBECKETT -::IAFA bdpO IAFA templates metadata DJBECKETT -::SOIF bdpO Harvest SOIF metadata DJBECKETT +::Base bdpO? Base metadata functionality DJBECKETT +::IAFA bdpO? IAFA templates metadata DJBECKETT +::SOIF bdpO? Harvest SOIF metadata DJBECKETT OLE:: -::PropertySet aupO Property Set interface MSCHWARTZ -::Storage aupO Structured Storage / OLE document interface MSCHWARTZ -::Storage_Lite adpO Simple Class for OLE document interface KWITKNR +::PropertySet aupO? Property Set interface MSCHWARTZ +::Storage aupO? Structured Storage / OLE document interface MSCHWARTZ +::Storage_Lite adpO? Simple Class for OLE document interface KWITKNR Spectrum:: -::CLI RdpO API for Spectrum Enterprise Mgr. CLI PLONKA +::CLI RdpO? API for Spectrum Enterprise Mgr. CLI PLONKA Spreadsheet:: -::Excel i Interface to Excel spreadsheets RRAWLINGS -::Lotus i Interface to Lotus 1-2-3 spreadsheets RRAWLINGS -::WriteExcel bupO Write numbers & text in Excel binary format JMCNAMARA -::ParseExcel RdpO Get information from Excel file KWITKNR +::Excel i ? Interface to Excel spreadsheets RRAWLINGS +::Lotus i ? Interface to Lotus 1-2-3 spreadsheets RRAWLINGS +::WriteExcel RupO? Write cross-platform Excel binary file. JMCNAMARA +::ParseExcel RdpO? Get information from Excel file KWITKNR X500:: -::DN MdpO X500 Distinguished Name parser RSAVAGE +::DN MdpO? X500 Distinguished Name parser RSAVAGE + +Alzabo RdpOp A data modelling tool and RDBMS-OO mapper DROLSKY + +Gemstone RdpO? Interface to a GemStone object database YOUD + +FameHLI adcf? Ports Fame's C-API to Perl DAVEO + +Splash:: +::DB ????? ? BEN _______________________________________________________________________ 8) User Interfaces (Character and Graphical) -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- Term:: -::ANSIColor Sdpf Color output using ANSI escape sequences RRA -::Cap Supf Basic termcap: Tgetent, Tputs, Tgoto TSANDERS -::Complete Supf Tab word completion using stty raw WTOMPSON -::Control idpf Basic curses-type screen controls (gotxy) KJALB -::Gnuplot adcf Draw vector graphics on terminals etc ILYAZ -::Info adpf Terminfo interface (currently just Tput) KJALB -::ProgressBar idpf Progress bar in just ASCII EDAVIS -::Prompt adpf Prompt a user ALLENS -::Query Rdpf Intelligent user prompt/response driver AKSTE -::ReadKey Rdcf Read keystrokes and change terminal modes KJALB -::ReadLine Sdcf Common interface for various implementations ILYAZ -::Screen RdpO Basic screen + input class (uses Term::Cap) MRKAE -::Size adcf Simple way to get terminal size TIMPX -::TUI bdpf User interface based on Term::ReadLine SBECK -::ANSIScreen bdpf Terminal control using ANSI escape sequences AUTRIJUS +::ANSIColor Sdpf? Color output using ANSI escape sequences RRA +::ANSIScreen bdpf? Terminal control using ANSI escape sequences AUTRIJUS +::Cap Supf? Basic termcap: Tgetent, Tputs, Tgoto TSANDERS +::Complete Supf? Tab word completion using stty raw WTOMPSON +::Control idpf? Basic curses-type screen controls (gotxy) KJALB +::Gnuplot adcf? Draw vector graphics on terminals etc ILYAZ +::Info adpf? Terminfo interface (currently just Tput) KJALB +::ProgressBar idpf? Progress bar in just ASCII EDAVIS +::Prompt adpf? Prompt a user ALLENS +::Query Rdpf? Intelligent user prompt/response driver AKSTE +::ReadKey Rdcf? Read keystrokes and change terminal modes KJALB +::ReadLine Sdcf? Common interface for various implementations ILYAZ +::Screen RdpO? Basic screen + input class (uses Term::Cap) MRKAE +::Size adcf? Simple way to get terminal size TIMPX +::TUI bdpf? User interface based on Term::ReadLine SBECK +::VT102 cdpOa Emulates a colour VT102 terminal in memory AJWOOD Term::ReadLine:: -::Perl RdpO GNU Readline history and completion in Perl ILYAZ -::Gnu RdcO GNU Readline XS library wrapper HAYASHI +::Perl RdpO? GNU Readline history and completion in Perl ILYAZ +::Gnu RdcO? GNU Readline XS library wrapper HAYASHI Major Character User Interface Modules: -Cdk RdcO Collection of Curses widgets GLOVER -Curses adcO Character screen handling and windowing WPS -Dialog bdch interface library to libdialog UNCLE -PV bdpO Text-mode User Interface Widgets AGUL -PerlMenu Mdpf Curses-based menu and template system SKUNZ +Cdk RdcO? Collection of Curses widgets GLOVER +Curses adcO? Character screen handling and windowing WPS +Dialog bdch? interface library to libdialog UNCLE +PV bdpO? Text-mode User Interface Widgets AGUL +PerlMenu Mdpf? Curses-based menu and template system SKUNZ Curses:: -::Forms adpO Form management for Curses::Widgets CORLISS -::Widgets Rdpf Assorted widgets for rapid interfaces CORLISS +::Forms adpO? Form management for Curses::Widgets CORLISS +::Widgets Rdpf? Assorted widgets for rapid interfaces CORLISS -Emacs adpf Support for Perl embedded in GNU Emacs JTOBEY +Emacs adpf? Support for Perl embedded in GNU Emacs JTOBEY Emacs:: -::Lisp bdch Perl-to-Emacs-Lisp glue JTOBEY +::Lisp bdch? Perl-to-Emacs-Lisp glue JTOBEY Tk X Windows User Interface Modules -Tk bmcO Object oriented version of Tk v4 TKML +Tk bmcO? Object oriented version of Tk v4 TKML Tk:: -::TextANSIColor bdpO use ANSI color codes in Text widget TJENNESS -::Autoscroll cdpf Alternative way to scroll SREZIC -::Axis RmpO Canvas with Axes TKML -::CheckBox RdpO A radio button widget that uses a checkmark DKWILSON -::ChildNotification RdpO Alert widget when child is created DKWILSON -::Clock RdpO Canvas based Clock widget HMBRAND -::Cloth RdpO Object interface to Tk::Canvas and items ACH -::Columns RdpO Multi column lists w/ resizable borders DKWILSON -::ComboEntry RdpO Drop down list + entry widget DKWILSON -::ContextHelp cdpO A context-sensitive help system SREZIC -::Dial RmpO An alternative to the Scale widget TKML -::Date cdpO A date/time widget SREZIC -::Enscript cdpf Create postscript from text files using Tk SREZIC -::FcyEntry adpO Entry with bg color depending on -state ACH -::FileDialog RdpO A highly configurable file selection widget BPOWERS -::FileEntry adpO Primitive clone of Tix FileEntry widget ACH -::FireButton RdpO Keeps invoking callback when pressed ACH -::FlatCheckbox cdpO A checkbox suitable for flat reliefs SREZIC -::FontDialog cdpO A font dialog widget for perl/Tk SREZIC -::Getopt adpO Configuration interface to Getopt::Long SREZIC -::HistEntry cdpO An entry widget with history capability SREZIC -::HTML bdpO View HTML in a Tk Text widget NI-S -::IconCanvas RdpO Canvas with movable iconic interface DKWILSON -::JPEG RdcO JPEG loader for Tk::Photo NI-S -::LockDisplay RdpO Screen saver/lock widget with animation LUSOL -::Login cdpO A Login widget (name, passwd, et al) BPOWERS -::Menustrip RdpO Another MenuBar DKWILSON -::More adpO A more (or less) like text widget ACH -::Multi bdpO Manages several Text or Canvas widgets DDUMONT -::NumEntry RdpO Numerical entry widget with up/down buttons ACH -::ObjScanner RdpO Tk data or object scanner DDUMONT -::Olwm RmpO Interface to OpenLook toplevels properties TKML -::Pane RdpO A Frame that can be scrolled TKML -::PNG RdcO PNG loader for Tk::Photo NI-S -::Pod ?mpO POD browser toplevel widget TKML -::ProgressBar RdpO Status/progress bar TKML -::ProgressMeter cdpO Simple thermometer-style widget w/callbacks BPOWERS -::RotCanvas RdpO Canvas with arbitrary rotation support AQUMSIEH -::SplitFrame RdpO A sliding separator for two child widgets DKWILSON -::TabFrame RdpO A tabbed frame geometry manager DKWILSON -::TabbedForm RdpO Ext. TabFrame, allowing managed subwidgets DKWILSON -::TableEdit RdpO Simplified interface to a flat file database DKWILSON -::TableMatrix bdcO Display data in Table/Spreadsheet format CERNEY -::TiedListbox RmpO Gang together Listboxes TKML -::TFrame RdpO A Frame with a title ACH -::TIFF adpO TIFF loader for Tk::Photo SREZIC -::Tree RdpO Create and manipulate Tree widgets CTDEAN -::TreeGraph RdpO Widget to draw a tree in a Canvas DDUMONT -::WaitBox RdpO A Wait dialog, of the "Please Wait" variety BPOWERS -::XMLViewer adpO Tk widget to display XML SREZIC -::ObjEditor bdpO Tk widget to edit data or objects DDUMONT -::ObjEditorDialog bdpO Tk popup dialog to edit data or objects DDUMONT +::TextANSIColor bdpOp use ANSI color codes in Text widget TJENNESS +::Autoscroll cdpfp Alternative way to scroll SREZIC +::Axis RmpO? Canvas with Axes TKML +::CheckBox RdpO? A radio button widget that uses a checkmark DKWILSON +::ChildNotification RdpO? Alert widget when child is created DKWILSON +::Clock RdpO? Canvas based Clock widget HMBRAND +::Cloth RdpO? Object interface to Tk::Canvas and items ACH +::Columns RdpO? Multi column lists w/ resizable borders DKWILSON +::ComboEntry RdpO? Drop down list + entry widget DKWILSON +::ContextHelp cdpO? A context-sensitive help system SREZIC +::Dial RmpO? An alternative to the Scale widget TKML +::Date cdpO? A date/time widget SREZIC +::Enscript cdpf? Create postscript from text files using Tk SREZIC +::FcyEntry adpO? Entry with bg color depending on -state ACH +::FileDialog RdpO? A highly configurable file selection widget BPOWERS +::FileEntry adpO? Primitive clone of Tix FileEntry widget ACH +::FireButton RdpO? Keeps invoking callback when pressed ACH +::FlatCheckbox cdpO? A checkbox suitable for flat reliefs SREZIC +::FontDialog cdpO? A font dialog widget for perl/Tk SREZIC +::Getopt adpO? Configuration interface to Getopt::Long SREZIC +::HistEntry cdpO? An entry widget with history capability SREZIC +::HTML bdpO? View HTML in a Tk Text widget NI-S +::IconCanvas RdpO? Canvas with movable iconic interface DKWILSON +::JPEG RdcO? JPEG loader for Tk::Photo NI-S +::LockDisplay RdpO? Screen saver/lock widget with animation LUSOL +::Login cdpO? A Login widget (name, passwd, et al) BPOWERS +::Menustrip RdpO? Another MenuBar DKWILSON +::More adpO? A more (or less) like text widget ACH +::Multi bdpO? Manages several Text or Canvas widgets DDUMONT +::NumEntry RdpO? Numerical entry widget with up/down buttons ACH +::ObjScanner RdpO? Tk data or object scanner DDUMONT +::Olwm RmpO? Interface to OpenLook toplevels properties TKML +::Pane RdpO? A Frame that can be scrolled TKML +::PNG RdcO? PNG loader for Tk::Photo NI-S +::Pod ?mpO? POD browser toplevel widget TKML +::ProgressBar RdpO? Status/progress bar TKML +::ProgressMeter cdpO? Simple thermometer-style widget w/callbacks BPOWERS +::RotCanvas RdpO? Canvas with arbitrary rotation support AQUMSIEH +::SplitFrame RdpO? A sliding separator for two child widgets DKWILSON +::TabFrame RdpO? A tabbed frame geometry manager DKWILSON +::TabbedForm RdpO? Ext. TabFrame, allowing managed subwidgets DKWILSON +::TableEdit RdpO? Simplified interface to a flat file database DKWILSON +::TableMatrix bdcO? Display data in Table/Spreadsheet format CERNEY +::TiedListbox RmpO? Gang together Listboxes TKML +::TFrame RdpO? A Frame with a title ACH +::TIFF adpO? TIFF loader for Tk::Photo SREZIC +::Tree RdpO? Create and manipulate Tree widgets CTDEAN +::TreeGraph RdpO? Widget to draw a tree in a Canvas DDUMONT +::WaitBox RdpO? A Wait dialog, of the "Please Wait" variety BPOWERS +::XMLViewer adpO? Tk widget to display XML SREZIC +::ObjEditor bdpO? Tk widget to edit data or objects DDUMONT +::ObjEditorDialog bdpO? Tk popup dialog to edit data or objects DDUMONT +::Pgplot bdcfp Pgplot widget for Tk CPHIL +::PathEntry adpO? Entry for selecting paths with completion SREZIC +::JComboBox bdpOp another combo box (similar to the java comp) RCS Modules in the realm of Tk but with a separate namespace Log::Dispatch:: -::ToTk RdpO Interface class between Log::Dispatch and Tk DDUMONT -::TkText RdpO Text widget to log Log::Dispatch messages DDUMONT +::ToTk RdpO? Interface class between Log::Dispatch and Tk DDUMONT +::TkText RdpO? Text widget to log Log::Dispatch messages DDUMONT Puppet:: -::Body adpO Base class for persistent data DDUMONT -::Log bdpO Logging facility based on Tk DDUMONT -::Any adpO Base class for an optionnal GUI DDUMONT +::Body adpO? Base class for persistent data DDUMONT +::Log bdpO? Logging facility based on Tk DDUMONT +::Any adpO? Base class for an optionnal GUI DDUMONT Puppet::VcsTools:: -::History bdpO VCS (RCS HMS) history viewer based on Canvas DDUMONT -::File adpO VCS (RCS HMS) file manager DDUMONT +::History bdpO? VCS (RCS HMS) history viewer based on Canvas DDUMONT +::File adpO? VCS (RCS HMS) file manager DDUMONT -Orac RdpO DBA GUI tool for Oracle, Informix and Sybase ANDYDUNC -PPresenter MdpO Create presentations with Tk in Perl or XML MARKOV +Orac RdpO? DBA GUI tool for Oracle, Informix and Sybase ANDYDUNC +PPresenter MdpO? Create presentations with Tk in Perl or XML MARKOV Other Major X Windows User Interface Modules: -Gtk bdcO binding of the Gtk library used by GIMP KJALB +Gtk bdcO? binding of the Gtk library used by GIMP KJALB Gtk:: -::Dialog adph Simple interface to create dialogs in Gtk ALISTAIRC +::Dialog adph? Simple interface to create dialogs in Gtk ALISTAIRC -Fresco cd+O Interface to Fresco (post X11R6 version) BPETH -Glade adph Glade/Gtk+/Gnome UI source code generator DMUSGR -Gnome bdcO Bindings to the Gnome Desktop Toolkit KJALB -Qt ad+O Interface to the Qt toolkit AWIN -Sx Rdcf Simple Athena widget interface FMC +Fresco cd+O? Interface to Fresco (post X11R6 version) BPETH +Glade adph? Glade/Gtk+/Gnome UI source code generator DMUSGR +Gnome bdcO? Bindings to the Gnome Desktop Toolkit KJALB +Qt ad+O? Interface to the Qt toolkit AWIN +Sx Rdcf? Simple Athena widget interface FMC X11:: -::Auth adpO Read and handle X11 '.Xauthority' files SMCCAM -::Fvwm RdcO interface to the FVWM window manager API RJRAY -::Keysyms adpf X11 key symbols (translation of keysymdef.h) SMCCAM -::Lib bdcO X11 library interface KENFOX -::Motif bdcO Motif widget set interface KENFOX -::Protocol adpO Raw interface to X Window System servers SMCCAM -::Toolkit bdcO X11 Toolkit library interface KENFOX -::Wcl bdcO Interface to the Widget Creation Library JHPB -::XEvent bdcO provides perl OO acess to XEvent structures MARTINB -::XFontStruct bdcO provides perl OO access to XFontStruct MARTINB -::XRT adcO XRT widget set (commercial) interface KENFOX -::Xbae adcO Xbae matrix (spreadsheet like) interface KENFOX -::Xforms bdcO provides the binding to the xforms library MARTINB -::Xpm adcf X Pixmap library interface KENFOX +::Auth adpO? Read and handle X11 '.Xauthority' files SMCCAM +::Fvwm RdcO? interface to the FVWM window manager API RJRAY +::Keysyms adpf? X11 key symbols (translation of keysymdef.h) SMCCAM +::Lib bdcO? X11 library interface KENFOX +::Motif bdcO? Motif widget set interface KENFOX +::Protocol adpO? Raw interface to X Window System servers SMCCAM +::Toolkit bdcO? X11 Toolkit library interface KENFOX +::Wcl bdcO? Interface to the Widget Creation Library JHPB +::XEvent bdcO? provides perl OO acess to XEvent structures MARTINB +::XFontStruct bdcO? provides perl OO access to XFontStruct MARTINB +::XRT adcO? XRT widget set (commercial) interface KENFOX +::Xbae adcO? Xbae matrix (spreadsheet like) interface KENFOX +::Xforms bdcO? provides the binding to the xforms library MARTINB +::Xpm adcf? X Pixmap library interface KENFOX Abstract Graphical User Interfaces modules GUI:: -::Guido i bd+O Communicate with objects in a GUI TBRADFUTE +::Guido i ? bd+O Communicate with objects in a GUI TBRADFUTE -_______________________________________________________________________ +Cmenu bdpf? Curses-based menu and data entry functions DREWF -9) Interfaces to or Emulations of Other Programming Languages +Prima Rmchb A perl GUI toolkit KARASIK -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- -Clips adpO Interface to the Expert System Clips MSULLIVAN -Java RdoO A Perl front-end for JVM communication METZZO -Rc cdcO Perl interface for the Rc shell JPRIT -SICStus adcO Interface to SICStus Prolog Runtime CBAIL +_______________________________________________________________________ -C:: -::DynaLib bdcO Allows direct calls to dynamic libraries JTOBEY -::Scan RdpO Heuristic parse of C files ILYAZ +9) Interfaces to or Emulations of Other Programming Languages -Tcl RdcO Complete access to Tcl MICB -::Tk RdcO Complete access to Tk *via Tcl* MICB +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- +Clips adpO? Interface to the Expert System Clips MSULLIVAN +Java RdoO? A Perl front-end for JVM communication METZZO +Rc cdcO? Perl interface for the Rc shell JPRIT +SICStus adcO? Interface to SICStus Prolog Runtime CBAIL Language:: -::Basic adpO Implementation of BASIC AKARGER -::Prolog adpO An implementation of Prolog JACKS -::PGForth i Peter Gallasch's Forth implementation PETERGAL +::Basic adpO? Implementation of BASIC AKARGER +::Prolog adpO? An implementation of Prolog JACKS +::PGForth i ? Peter Gallasch's Forth implementation PETERGAL +::ML cdpf? Implementation of ML DSPARLING +::VBParser i???? Visual Basic 6 source parser FRETT +::Style cdcOa Interpreter/Compiler for the Style Language EKMETT + +Language::DATR:: +::DATR2XML RdpOp Convert DATR to XML and back, wth XSLT & DTD LGODDARD + +Blatte bdph? Utilities for Blatte language interpreters BOBG +Blatte:: +::Builtins bdph? Blatte language standard intrinsics BOBG +::Compiler bdph? Convenient interface for compiling Blatte BOBG +::Parser bdph? Blatte language parser BOBG +::Syntax bdph? Internal Blatte parse-tree objects BOBG +::Ws bdph? Internal Blatte whitespace handler BOBG +::HTML bdph? Intrinsics for writing HTML in Blatte BOBG -Fortran:: -::NameList adpf Interface to FORTRAN NameList data SGEL - -ShellScript:: -::Env adpO Simple sh and csh script generator SVENH - -Verilog:: -::Pli Rdch Access to simulator functions WSNYDER -::Language Rdpf Language support, number parsing, etc WSNYDER -::Parser RdpO Language parsing WSNYDER -::SigParser RdpO Signal and module extraction WSNYDER +C:: +::DynaLib bdcO? Allows direct calls to dynamic libraries JTOBEY +::Scan RdpO? Heuristic parse of C files ILYAZ -FFI cdcf Low-level Foreign Function Interface PMOORE +FFI cdcf? Low-level Foreign Function Interface PMOORE FFI:: -::Library cdcO Access to functions in shared libraries PMOORE +::Library cdcO? Access to functions in shared libraries PMOORE FFI::Win32:: -::Typelib idcO FFI taking definitions from a type library PMOORE -::COM idcO Access to COM using VTBL interface PMOORE +::Typelib idcO? FFI taking definitions from a type library PMOORE +::COM idcO? Access to COM using VTBL interface PMOORE + +Fortran:: +::NameList adpf? Interface to FORTRAN NameList data SGEL -Python bmcf Interface Python API (for embedded python) GAAS +Python bmcf? Interface Python API (for embedded python) GAAS Python:: -::Object bmcO Wrapper for python objects GAAS -::Err bmcO Wrapper for python exceptions GAAS +::Object bmcO? Wrapper for python objects GAAS +::Err bmcO? Wrapper for python exceptions GAAS + +ShellScript:: +::Env adpO? Simple sh and csh script generator SVENH Shockwave:: -::Lingo i??? Collection of modules for Lingo processing MARTIN +::Lingo i???? Collection of modules for Lingo processing MARTIN + +SystemC:: +::Netlist adpOp Build and lint netlist structures, AUTOs WSNYDER +::Parser adpOp Parse SystemC files WSNYDER +::Vregs adpOp Build Registers, Classes, Enums from HTML WSNYDER + +Tcl RdcO? Complete access to Tcl MICB +::Tk RdcO? Complete access to Tk *via Tcl* MICB + +Verilog:: +::Pli Rdchp Access to simulator functions WSNYDER +::Language Rdpfp Language support, number parsing, etc WSNYDER +::Parser RdpOp Language parsing WSNYDER +::SigParser RdpOp Signal and module extraction WSNYDER _______________________________________________________________________ 10) File Names, File Systems and File Locking (see also File Handles) -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- -Cwd Supf Current working directory functions P5P +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- +Cwd Supf? Current working directory functions P5P File:: -::Attrib idpO Get/set file attributes (stat) TYEMQ -::BSDGlob bdcf Secure, csh-compatible filename globbing GBACON -::Backup bdpf Easy file backup & rotation automation KWILLIAMS -::Basename Supf Return basename of a filename P5P -::Cache adpO Share data between processes via filesystem DCLINTON -::CheckTree Supf Check file/dir tree against a specification P5P -::Compare Supf Compare file contents quickly P5P -::Copy adpf Copying files or filehandles ASHER -::CounterFile RdpO Persistent counter class GAAS -::Df adpf Free disk space utilities (h2ph required) FTASSIN -::Find Supf Call func for every item in a directory tree P5P -::Flock Mdph flock() wrapper. Auto-create locks MUIR -::Glob adpf Filename globing (ksh style) TYEMQ -::LckPwdF adcf Lock and unlock the passwd file ALLENS -::Listing Rdpf Parse directory listings GAAS -::Lock adcf File locking using flock() and lockf() JHI -::MultiTail adpO Tail multiple files SGMIANO -::Path Supf File path and name utilities P5P -::Remote Rdph Read/write/edit remote files transparently NWIGER -::Rsync bdpO Copy efficiently over the net and locally LEAKIN -::Signature cdpf Heuristics for file recognition JHI -::Slurp Mdpf Read/write/append files quickly MUIR -::Sort Rdpf Sort a file or merge sort multiple files CNANDOR -::Spec bdpO Handling files and directories portably KJALB -::Sync bdcf POSIX/*nix fsync() and sync() CEVANS -::Tail bdpO A more efficient tail -f MGRABNAR -::Temp adpf Create temporary files safely TJENNESS -::chmod Mdpf Allows for symbolic chmod notation PINYAN -::lockf bdcf Interface to lockf system call PHENSON -::stat Supf A by-name interface for the stat function TOMC -::BasicFlock Rdpf Simple flock() wrapper MUIR -::Searcher bdpO Search filetree do search/replace regexes ASTUBBS +::Attrib idpO? Get/set file attributes (stat) TYEMQ +::BSDGlob bdcf? Secure, csh-compatible filename globbing GBACON +::Backup bdpf? Easy file backup & rotation automation KWILLIAMS +::Basename Supf? Return basename of a filename P5P +::Cache adpO? Share data between processes via filesystem DCLINTON +::CheckTree Supf? Check file/dir tree against a specification P5P +::Compare Supf? Compare file contents quickly P5P +::Copy adpf? Copying files or filehandles ASHER +::CounterFile RdpO? Persistent counter class GAAS +::Find Supf? Call func for every item in a directory tree P5P +::Flock Mdph? flock() wrapper. Auto-create locks MUIR +::Glob adpf? Filename globing (ksh style) TYEMQ +::LckPwdF adcf? Lock and unlock the passwd file ALLENS +::Listing Rdpf? Parse directory listings GAAS +::Lock adcf? File locking using flock() and lockf() JHI +::MultiTail adpO? Tail multiple files SGMIANO +::Path Supf? File path and name utilities P5P +::Remote Rdph? Read/write/edit remote files transparently NWIGER +::Rsync bdpOp Copy efficiently over the net and locally LEAKIN +::Signature cdpf? Heuristics for file recognition JHI +::Slurp Mdpf? Read/write/append files quickly MUIR +::Sort Rdpfa Sort a file or merge sort multiple files CNANDOR +::Spec bdpO? Handling files and directories portably KJALB +::Sync bdcf? POSIX/*nix fsync() and sync() CEVANS +::Tail bdpO? A more efficient tail -f MGRABNAR +::Temp Rdpfp Create temporary files safely TJENNESS +::chmod Mdpf? Allows for symbolic chmod notation PINYAN +::lockf bdcf? Interface to lockf system call PHENSON +::stat Supf? A by-name interface for the stat function TOMC +::BasicFlock Rdpf? Simple flock() wrapper MUIR +::Searcher bdpO? Search filetree do search/replace regexes ASTUBBS +::VirtualPath RdpO? Portable abstraction of a file/dir/url path DUNCAND +::NFSLock bdpOp NFS compatible (safe) locking utility RHANDOM File::Searcher:: -::Interactive bdpO Interactive search do search/replace regexes ASTUBBS +::Interactive bdpO? Interactive search do search/replace regexes ASTUBBS Dir:: -::Purge Rdpf Delete files in directory based on timestamp JV +::Purge Rdpf? Delete files in directory based on timestamp JV Filesys:: -::AFS cdcO AFS Distributed File System interface NOG -::Df Rdpr Disk free based on Filesys::Statvfs IGUTHRIE -::DiskFree adpO OS independant parser of the df command ABARCLAY -::Ext2 Rdpf Interface to e2fs filesystem attributes JPIERCE -::SamFS adcf Interface to SamFS API LUPE -::Statvfs Rdcf Interface to the statvfs() system call IGUTHRIE -::dfent adpf By-name interface TOMC -::mntent adpf By-name interface TOMC -::statfs adpf By-name interface TOMC +::AFS cdcO? AFS Distributed File System interface NOG +::Df Rdpr? Disk free based on Filesys::Statvfs IGUTHRIE +::DiskFree adpO? OS independant parser of the df command ABARCLAY +::Ext2 Rdpf? Interface to e2fs filesystem attributes JPIERCE +::SamFS adcfa Interface to SamFS API LUPE +::Statvfs Rdcf? Interface to the statvfs() system call IGUTHRIE +::dfent adpf? By-name interface TOMC +::mntent adpf? By-name interface TOMC +::statfs adpf? By-name interface TOMC +::DiskSpace RdpO? Perl df (requires h2ph) FTASSIN LockFile:: Application-level locking facilities -::Lock adpO Lock handles created by LockFile::* schemes RAM -::Manager adpO Records locks created by LockFile::* RAM -::Scheme adpO Abstract superclass for locking modules RAM -::Simple adpr Simple file locking mechanism RAM +::Lock adpO? Lock handles created by LockFile::* schemes RAM +::Manager adpO? Records locks created by LockFile::* RAM +::Scheme adpO? Abstract superclass for locking modules RAM +::Simple adpr? Simple file locking mechanism RAM Stat:: -::lsMode Rdpf Translate mode 0644 to -rw-r--r-- MJD +::lsMode Rdpf? Translate mode 0644 to -rw-r--r-- MJD _______________________________________________________________________ 11) String Processing, Language Text Processing, Parsing and Searching -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- String:: -::Approx Rdpf Approximate string matching and substitution JHI -::BitCount adpf Count number of "1" bits in strings WINKO -::CRC Rdcf Cyclic redundency check generation MUIR -::CRC32 R?c? ZMODEM-like CRC32 generation of strings as w SOENKE -::DiffLine bdcf line # & position of first diff ALLEN -::Edit adpf Assorted handy string editing functions TOMC -::Parity adpf Parity (odd/even/mark/space) handling WINKO -::RexxParse Rdph Perl implementation of REXX 'parse' command BLCKSMTH -::Scanf Rdpf Implementation of C sscanf function JHI -::ShellQuote Rdpf Quote string for safe passage through shells ROSCH -::Strip Rdcf xs Module to remove white-space from strings BPOWERS -::Random RdpO Perl module to generate random strings based STEVE -::Similarity MdcO Calculate the similarity of two strings MLEHMANN +::Approx Rdpf? Approximate string matching and substitution JHI +::BitCount adpf? Count number of "1" bits in strings WINKO +::CRC Rdcf? Cyclic redundency check generation MUIR +::CRC32 R?c?? ZMODEM-like CRC32 generation of strings as w SOENKE +::DiffLine bdcf? line # & position of first diff ALLEN +::Edit adpf? Assorted handy string editing functions TOMC +::Parity adpf? Parity (odd/even/mark/space) handling WINKO +::RexxParse Rdph? Perl implementation of REXX 'parse' command BLCKSMTH +::Scanf Rdpf? Implementation of C sscanf function JHI +::ShellQuote Rdpf? Quote string for safe passage through shells ROSCH +::Strip Rdcf? xs Module to remove white-space from strings BPOWERS +::Random RdpO? Perl module to generate random strings based STEVE +::Similarity MdcO? Calculate the similarity of two strings MLEHMANN Language text related modules Text:: -::Abbrev Supf Builds hash of all possible abbreviations P5P -::Bastardize cdpO corrupts text in various ways AYRNIEU -::Bib RdpO Module moved to Text::Refer ERYQ -::BibTeX adcO Parse BibTeX files GWARD -::CSV adpO Manipulate comma-separated value strings ALANCITT -::CSV_XS adcO Fast 8bit clean version of Text::CSV JWIED -::DelimMatch RdpO Match (possibly nested) delimited strings NWALSH -::FillIn RdpO Fill-in text templates KWILLIAMS -::Format RdpO Advanced paragraph formatting GABOR -::Graphics RdpO Graphics rendering toolkit with text output SFARRELL -::Iconv RdcO Interface to iconv codeset conversion MPIOTR -::Invert cdpO Create/query inv. index of text entities NNEUL -::Macros adpO template macro expander (OO) JDPORTER -::Metaphone bdcf A modern soundex. Phonetic encoding of words MSCHWERN -::MetaText bdpO Text processing/markup meta-language ABW -::Morse cdpf convert text to/from Morse code JONO -::ParseWords Supf Parse strings containing shell-style quoting HALPOM -::Refer RdpO Parse refer(1)-style bibliography files ERYQ -::SimpleTemplate adpO Template for dynamic text generation TAIY -::Soundex Sdhf Convert a string to a soundex value MARKM -::Tabs Sdpf Expand and contract tabs ala expand(1) MUIR -::TeX cdpO TeX typesetting language input parser ILYAZ -::Templar RdpO An object-oriented templating system GED -::Template MdpO Expand template text with embedded perl MJD -::TreeFile bdpO Reads tree of strings into a data structure JNK -::Vpp RdpO Versatile text pre-processor DDUMONT -::Wrap Sdpf Wraps lines to make simple paragraphs MUIR -::iPerl adpf Bring text-docs to life via embedded Perl PFEIFFER -::DoubleMetaphone adcf Convert string to phonetic encoding MAURICE -::FastTemplate bdpO Perl subs from line-oriented templates BOZZIO -::Substitute adpf Runtime backslash sequence substitution ILTZU +::Abbrev Supf? Builds hash of all possible abbreviations P5P +::Bastardize cdpO? corrupts text in various ways AYRNIEU +::Bib RdpO? Module moved to Text::Refer ERYQ +::BibTeX adcO? Parse BibTeX files GWARD +::CSV adpO? Manipulate comma-separated value strings ALANCITT +::CSV_XS adcO? Fast 8bit clean version of Text::CSV JWIED +::DelimMatch RdpO? Match (possibly nested) delimited strings NWALSH +::FillIn RdpO? Fill-in text templates KWILLIAMS +::Format RdpO? Advanced paragraph formatting GABOR +::Graphics RdpO? Graphics rendering toolkit with text output SFARRELL +::Iconv RdcO? Interface to iconv codeset conversion MPIOTR +::Invert cdpO? Create/query inv. index of text entities NNEUL +::Macros adpO? template macro expander (OO) JDPORTER +::Metaphone bdcf? A modern soundex. Phonetic encoding of words MSCHWERN +::MetaText bdpO? Text processing/markup meta-language ABW +::Morse cdpf? convert text to/from Morse code JONO +::ParseWords Supf? Parse strings containing shell-style quoting HALPOM +::Refer RdpO? Parse refer(1)-style bibliography files ERYQ +::SimpleTemplate adpO? Template for dynamic text generation TAIY +::Soundex Sdhf? Convert a string to a soundex value MARKM +::Tabs Sdpf? Expand and contract tabs ala expand(1) MUIR +::TeX cdpO? TeX typesetting language input parser ILYAZ +::Templar RdpO? An object-oriented templating system GED +::Template MdpO? Expand template text with embedded perl MJD +::TreeFile bdpO? Reads tree of strings into a data structure JNK +::Vpp RdpO? Versatile text pre-processor DDUMONT +::Wrap Sdpf? Wraps lines to make simple paragraphs MUIR +::iPerl adpf? Bring text-docs to life via embedded Perl PFEIFFER +::DoubleMetaphone adcf? Convert string to phonetic encoding MAURICE +::FastTemplate bdpO? Perl subs from line-oriented templates BOZZIO +::Substitute adpf? Runtime backslash sequence substitution ILTZU +::xSV bdpO? Read CSV files, handling embedded returns TILLY +::Header bdpf? Content-independent RFC 822 header functions NWIGER +::BarGraph RdpO? Generate text bar graph from data in a hash KBAUCOM +::EtText RmpO? editable-text format for HTML output JMASON Text::PDF:: -::API RmhO Allows creation of nifty PDF-files. AREIBENS +::API Rmhh? Allows creation of nifty PDF-files. AREIBENS Text::Wrap:: -::Hyphenate a Like Text::Wrap with ability to hyphenate MJD +::Hyphenate a ? Like Text::Wrap with ability to hyphenate MJD Other Text:: modules (these should be under String:: but pre-date it) Text:: -::Balanced Mdpf Extract balanced-delimiter substrings DCONWAY -::Banner adpf Resembles UNIX banner command LORY -::Merge i??? Methods for text templating and data merging SHARRIS -::Parser adpO String parser using patterns and states PATM -::Trie adpf Find common heads and tails from strings ILYAZ +::Balanced Mdpf? Extract balanced-delimiter substrings DCONWAY +::Banner adpf? Resembles UNIX banner command LORY +::Merge i???? Methods for text templating and data merging SHARRIS +::Parser adpO? String parser using patterns and states PATM +::Trie adpf? Find common heads and tails from strings ILYAZ Stemming algorithms Text:: -::English adpf English language stemming IANPX -::German adpf German language stemming ULPFR -::Stem bdpf Porter algorithm for stemming English words IANPX +::English adpf? English language stemming IANPX +::German adpf? German language stemming ULPFR +::Stem bdpf? Porter algorithm for stemming English words IANPX Natural Languages Lingua:: -::DetectCharset a Heuristics to detect coded character sets JNEYSTADT -::Ident RdpO Statistical language identification MPIOTR -::Ispell adpf Interface to the Ispell spellchecker JDPORTER -::Stem Rdph Word stemmer with localization SNOWHARE -::Preferred Rdpf Pick a language based on user's preferences EDAVIS +::DetectCharset a ? Heuristics to detect coded character sets JNEYSTADT +::Ident RdpO? Statistical language identification MPIOTR +::Ispell adpf? Interface to the Ispell spellchecker JDPORTER +::Stem Rdph? Word stemmer with localization SNOWHARE +::Preferred Rdpf? Pick a language based on user's preferences EDAVIS Specific Natural Languages Lingua:: -::EN i Namespace for English language modules -::PT bupf Namespace for Portugese language modules EGROSS +::EN i ? Namespace for English language modules +::PT bupf? Namespace for Portugese language modules EGROSS Lingua::EN:: -::AddressParse bdpO Manipulate geographical addresses KIMRYAN -::Cardinal i Convert numbers to words HIGHTOWE -::Fathom RdpO Readability measurements of English text KIMRYAN -::Hyphenate Rdpf Syllable based hyphenation DCONWAY -::Infinitive MdpO Find infinitive of a conjugated word RSAVAGE -::Inflect Mdpf English singular->plural and "a"->"an" DCONWAY -::MatchNames bdpf Smart matching for human names BRIANL -::NameCase Rdpf Convert NAMES and names to Correct Case SUMMER -::NameParse RdpO Manipulate persons name KIMRYAN -::Nickname bdpf Genealogical nickname matching(Peggy=Midge) BRIANL -::Ordinal i Convert numbers to words HIGHTOWE -::Squeeze bdpf Shorten english text for Pagers/GSM phones JARIAALTO -::Syllable a Estimate syllable count in words GREGFAST +::AddressParse RdpO? Manipulate geographical addresses KIMRYAN +::Cardinal i ? Convert numbers to words HIGHTOWE +::Fathom RdpO? Readability measurements of English text KIMRYAN +::Hyphenate bdpf? Syllable based hyphenation DCONWAY +::Infinitive MdpO? Find infinitive of a conjugated word RSAVAGE +::Inflect Mdpf? English sing->plur, a/an, nums, participles DCONWAY +::MatchNames bdpf? Smart matching for human names BRIANL +::NameCase Rdpf? Convert NAMES and names to Correct Case SUMMER +::NameParse RdpO? Manipulate persons name KIMRYAN +::Nickname bdpf? Genealogical nickname matching(Peggy=Midge) BRIANL +::Ordinal i ? Convert numbers to words HIGHTOWE +::Squeeze bdpf? Shorten english text for Pagers/GSM phones JARIAALTO +::Syllable a ? Estimate syllable count in words GREGFAST Lingua::EN::Numbers:: -::Ordinate Rdpf go from cardinal (53) to ordinal (53rd) SBURKE +::Ordinate Rdpf? go from cardinal (53) to ordinal (53rd) SBURKE + +Lingua::Romana:: +::Perligata RdpO? Perl in Latin DCONWAY Lingua::RU:: -::Charset anpf Detect/Convert russian character sets. FARBER +::Charset anpf? Detect/Convert russian character sets. FARBER -ERG Rdpf An extensible report generator framework PHOENIXL +ERG Rdpf? An extensible report generator framework PHOENIXL PostScript:: -::Barcode bdpf Various types of barcodes as PostScript COLEMAN -::Basic bdpO Basic methods for postscript generation STWIGGER -::Document bdpO Generate multi-page PostScript SHAWNPW -::Elements bdpO Objects for shapes, lines, images SHAWNPW -::Font RdpO analyzes PostScript font files JV -::FontInfo RdpO analyzes Windows font info files JV -::FontMetrics RdpO analyzes Adobe Font Metric files JV -::Metrics bdpO Font metrics data used by PS::TextBlock SHAWNPW -::Resources RdpO loads Unix PostScript Resources file JV -::TextBlock bdpO Objects used by PS::Document SHAWNPW +::Barcode bdpf? Various types of barcodes as PostScript COLEMAN +::Basic bdpO? Basic methods for postscript generation STWIGGER +::Document bdpO? Generate multi-page PostScript SHAWNPW +::Elements bdpO? Objects for shapes, lines, images SHAWNPW +::Font RdpO? analyzes PostScript font files JV +::FontInfo RdpO? analyzes Windows font info files JV +::FontMetrics RdpO? analyzes Adobe Font Metric files JV +::Metrics bdpO? Font metrics data used by PS::TextBlock SHAWNPW +::Resources RdpO? loads Unix PostScript Resources file JV +::TextBlock bdpO? Objects used by PS::Document SHAWNPW +::PrinterFontMetrics bdpO? Get font metrics from .PFM files JV +::BasicTypesetter adpO? Basic typesetting functions JV +::PseudoISO RdpO? Typesetting supprort JV +::ISOLatin1Encoding RdpO? ISO Latin1 Encoding vector JV +::StandardEncoding Rdpf? Adobe Standard Encoding vector JV Font:: -::AFM RdpO Parse Adobe Font Metric files GAAS -::TFM RdpO Read info from TeX font metric files JANPAZ -::TTF bdpO TrueType font manipulation module MHOSKEN -::Fret RdpO Fret - Font REporting Tool MHOSKEN +::AFM RdpO? Parse Adobe Font Metric files GAAS +::TFM RdpO? Read info from TeX font metric files JANPAZ +::TTF bdpO? TrueType font manipulation module MHOSKEN +::Fret RdpO? Fret - Font REporting Tool MHOSKEN Number:: -::Format RdpO Package for formatting numbers for display WRW +::Format RdpO? Package for formatting numbers for display WRW +::Encode RdpO? Encode bit strings into digit strings LUISMUNOZ Number::Phone:: -::US Rdpf Validates several US phone number formats KENNEDYH +::US Rdpf? Validates several US phone number formats KENNEDYH Email:: -::Find adpf Find RFC 822 email addresses in plain text MSCHWERN +::Find adpf? Find RFC 822 email addresses in plain text MSCHWERN Parse:: -::ePerl Rdcr Embedded Perl (ePerl) parser RSE -::Lex adpO Generator of lexical analysers PVERD -::RecDescent MdpO Recursive descent parser generator DCONWAY -::Tokens bdpO Base class for parsing tokens from text MCKAY -::Yapp RdpO Generates OO LALR parser modules FDESAR -::YALALR RdpO Yet Another LALR parser SFINK -::Vipar bdpO Visual LALR parser debugger SFINK +::ePerl Rdcr? Embedded Perl (ePerl) parser RSE +::Lex adpO? Generator of lexical analysers PVERD +::RecDescent MdpO? Recursive descent parser generator DCONWAY +::Tokens bdpO? Base class for parsing tokens from text MCKAY +::Yapp RdpOp Generates OO LALR parser modules FDESAR +::YALALR RdpO? Yet Another LALR parser SFINK +::Vipar bdpO? Visual LALR parser debugger SFINK +::Lexer adpOa Conventional generator of lexical analyzers EKMETT Search:: -::Dict Supf Search a dictionary ordered text file P5P -::InvertedIndex RdpO Inverted index database support SNOWHARE -::Binary Rdpf Generic binary search RANT +::Dict Supf? Search a dictionary ordered text file P5P +::InvertedIndex RdpO? Inverted index database support SNOWHARE +::Binary Rdpf? Generic binary search RANT SGML:: -::Element cdpO Build a SGML element structure tree LSTAF -::Parser RdpO SGML instance parser EHOOD -::SPGrove bd+O Load SGML, XML, and HTML files KMACLEOD -::Entity RdpO An entity defined in an SGML or XML document KMACLEOD +::Element cdpO? Build a SGML element structure tree LSTAF +::Parser RdpO? SGML instance parser EHOOD +::SPGrove bd+O? Load SGML, XML, and HTML files KMACLEOD +::Entity RdpO? An entity defined in an SGML or XML document KMACLEOD -SGMLS RdpO A Post-Processor for SGMLS and NSGMLS INGOMACH +SGMLS RdpO? A Post-Processor for SGMLS and NSGMLS INGOMACH -XML RmhO Large collection of XML related modules XMLML +XML RmhO? Large collection of XML related modules XMLML XML:: -::AutoWriter RdpO DOCTYPE based XML output RBS -::CSV ampO Transform comma separated values to XML ISTERIN -::Catalog RdpO Resolve public identifiers and remap system EBOHLMAN -::DOM bmpO Implements Level 1 of W3's DOM TJMATHER -::Doctype RdpO A DTD object class RBS -::Dumper ampO Converts XML from/to Perl code EISEN -::Edifact ???? Scripts for translating EDIFACT into XML KRAEHE -::Element RdpO XML elements with the same interface as HTML SBURKE -::Encoding ???? Parses encoding map XML files COOPERCL -::Generator bdpO Generates XML documents BHOLZMAN -::Grove RmpO Flexible lightweight mid-level XML objects KMACLEOD -::PPD RdpO PPD file format and XML parsing elements MURRAY -::PYX RdpO XML to PYX generator MSERGEANT -::Parser bmcO Flexible fast parser with plug-in styles COOPERCL -::QL ???? Implements the XML Query Language MSERGEANT -::Registry ampO Implements a generic XML registry EISEN -::Sablotron RdcO Interface to the Sablotron XSLT processor PAVELH -::TreeBuilder RdpO Build a tree of XML::Element objects SBURKE -::Writer ???? Module for writing XML documents DMEGG -::XPath RdpO A set of modules for parsing and evaluating MSERGEANT -::XQL ampO Performs XQL queries on XML object trees TJMATHER -::XSLT RdcO Process XSL Transformational sheets BRONG -::miniXQL ???? Simplistic XQL-like search using streams MSERGEANT +::AutoWriter RdpO? DOCTYPE based XML output RBS +::CSV ampOa Transform comma separated values to XML ISTERIN +::Catalog RdpO? Resolve public identifiers and remap system EBOHLMAN +::DOM bdpO? Implements Level 1 of W3's DOM TJMATHER +::Doctype RdpO? A DTD object class RBS +::Dumper ampO? Converts XML from/to Perl code EISEN +::Edifact ????? Scripts for translating EDIFACT into XML KRAEHE +::Element RdpO? XML elements with the same interface as HTML SBURKE +::Encoding ????? Parses encoding map XML files COOPERCL +::Generator bdpO? Generates XML documents BHOLZMAN +::Grove RmpO? Flexible lightweight mid-level XML objects KMACLEOD +::PPD RdpO? PPD file format and XML parsing elements MURRAY +::PYX RdpO? XML to PYX generator MSERGEANT +::Parser bmcO? Flexible fast parser with plug-in styles COOPERCL +::QL ????? Implements the XML Query Language MSERGEANT +::Registry ampO? Implements a generic XML registry EISEN +::Sablotron RdcO? Interface to the Sablotron XSLT processor PAVELH +::TreeBuilder RdpO? Build a tree of XML::Element objects SBURKE +::Writer ????? Module for writing XML documents DMEGG +::XPath RdpO? A set of modules for parsing and evaluating MSERGEANT +::XQL ampO? Performs XQL queries on XML object trees TJMATHER +::XSLT RdcO? Process XSL Transformational sheets BRONG +::miniXQL ????? Simplistic XQL-like search using streams MSERGEANT +::Excel adpOa Transform Excel spreadsheet data into XML ISTERIN +::Xalan ad+O? Interface to Xalan (Apache XSLT processor) EDPRATOMO +::GXML MdpOp XML transformation and XML->HTML conv. JCARTER + +XML::SAXDriver:: +::CSV impOp complements XML::CSV, SAX interface ISTERIN +::Excel idpO? complements XML::Excel, SAX interface ISTERIN Frontier:: -::RPC ???? Performs Remote Procedure Calls using XML KMACLEOD +::RPC ????? Performs Remote Procedure Calls using XML KMACLEOD RDF:: -::Service ampO RDF API with DBI and other backends JONAS +::Service ampO? RDF API with DBI and other backends JONAS RTF:: -::Base i Classes for Microsoft Rich Text Format NI-S -::Generator cdpO Next Generation of RTF::Document RRWO -::Parser a Base class for parsing RTF files PVERD +::Base i ? Classes for Microsoft Rich Text Format NI-S +::Generator cdpO? Next Generation of RTF::Document RRWO +::Parser a ? Base class for parsing RTF files PVERD SQL:: -::Schema bdpO Convert a data dictionary to SQL statements TODD -::Statement adcO Small SQL parser and engine JWIED -::Builder adpO OO interface for creating SQL statements ZENIN -::Generator adpO Generate SQL-queries via OO perl MUENALAN +::Schema bdpO? Convert a data dictionary to SQL statements TODD +::Statement adcO? Small SQL parser and engine JWIED +::Builder adpO? OO interface for creating SQL statements ZENIN +::Generator adpO? Generate SQL-queries via OO perl MUENALAN TeX:: -::DVI RdpO Methods for writing DVI (DeVice Independent) JANPAZ -::Hyphen RdpO Hyphenate words using TeX's patterns JANPAZ +::DVI RdpO? Methods for writing DVI (DeVice Independent) JANPAZ +::Hyphen RdpO? Hyphenate words using TeX's patterns JANPAZ -FrameMaker cdpO Top level FrameMaker interface PEASE +FrameMaker cdpO? Top level FrameMaker interface PEASE FrameMaker:: -::FDK idcO Interface to Adobe FDK PEASE -::MIF cdpO Parse and Manipulate FrameMaker MIF files PEASE -::Control cdpO Control a FrameMaker session PEASE +::FDK idcO? Interface to Adobe FDK PEASE +::MIF cdpO? Parse and Manipulate FrameMaker MIF files PEASE +::Control cdpO? Control a FrameMaker session PEASE -Marpa cd+O Context Free Parser JKEGL +Marpa cd+O? Context Free Parser JKEGL Chatbot:: -::Eliza RdpO Eliza algorithm encapsulated in an object JNOLAN +::Eliza RdpO? Eliza algorithm encapsulated in an object JNOLAN Quiz:: -::Question cdpO Questions and Answers wrapper RFOLEY +::Question cdpO? Questions and Answers wrapper RFOLEY -Template RdpO Extensive Toolkit for template processing ABW -dTemplate bmpO Flexible templating system DLUX +Template RdpO? Extensive Toolkit for template processing ABW +dTemplate RmpO? Flexible templating system DLUX Barcode:: -::Code128 adpO Generate CODE 128 bar codes WRW +::Code128 adpO? Generate CODE 128 bar codes WRW + +Syntax::Highlight:: +::Perl Rdph? Perform syntax highlighting of Perl code JOHNSCA + +XMLI bmpOa Encapsulates XML drivers ISTERIN + +CSS:: +::SAC bdpO? Perl implementation of the Simple API to CSS RBERJON + +Whitespace MdpOp Detect and cleanup bogus whitespace in files RVAIDH + +PDF RdpO? PDF access and manipulation in Perl ANTRO +PDF:: +::Core RdpO? Core Library for PDF library ANTRO +::Parse RdpO? parsing functions for PDF library ANTRO +::Create RmpOd Create PDF files FTASSIN +::Labels bdpO? Produce sheets of mailing labels in PDF OWEN _______________________________________________________________________ 12) Option, Argument, Parameter and Configuration File Processing -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- Getopt:: -::ArgvFile Rdpf Take options from files JSTENZEL -::Declare MdpO An easy-to-use WYSIWYG command-line parser DCONWAY -::EvaP Mdpr Long/short options, multilevel help LUSOL -::Gnu adcf GNU form of long option handling WSCOT -::Help bdpf Yet another getopt, has help and defaults IANPX -::Long Sdpr Advanced handling of command line options JV -::Mixed Rdpf Supports both long and short options CJM -::Regex ad Option handling using regular expressions JARW -::Simple MdpO A simple-to-use interface to Getopt::Long RSAVAGE -::Std Supf Implements basic getopt and getopts P5P -::Tabular adpr Table-driven argument parsing with help text GWARD -::Tiny adpr Table of references interface, auto usage() MUIR +::ArgvFile Rdpf? Take options from files JSTENZEL +::Declare MdpO? An easy-to-use WYSIWYG command-line parser DCONWAY +::EvaP Mdpr? Long/short options, multilevel help LUSOL +::Gnu adcf? GNU form of long option handling WSCOT +::Help bdpf? Yet another getopt, has help and defaults IANPX +::Long Sdpr? Advanced handling of command line options JV +::Mixed Rdpf? Supports both long and short options CJM +::Regex ad ? Option handling using regular expressions JARW +::Simple MdpO? A simple-to-use interface to Getopt::Long RSAVAGE +::Std Supf? Implements basic getopt and getopts P5P +::Tabular adpr? Table-driven argument parsing with help text GWARD +::Tiny adpr? Table of references interface, auto usage() MUIR Getargs:: -::Long adpf Parses long function args f(-arg => value) RAM +::Long adpf? Parses long function args f(-arg => value) RAM -Argv bdph Provide an OO interface to an ARGV DSB -ConfigReader cdpO Read directives from configuration file AMW -Resources bdpf Application defaults management in Perl FRANCOC +Argv bdph? Provide an OO interface to an ARGV DSB +ConfigReader cdpO? Read directives from configuration file AMW +Resources bdpf? Application defaults management in Perl FRANCOC App:: General application development tools -::Config bdpO Configuration file mgmt ABW -::Manager adch Installing/Managing/Uninstalling Software MLEHMANN +::Config bdpO? Configuration file mgmt ABW +::Manager adch? Installing/Managing/Uninstalling Software MLEHMANN Config:: -::FreeForm bdpf Provide in-memory configuration data BTROTT -::IniFiles Read/Write INI-Style configuration files RBOW -::Ini RdpO Accesses Windows .ini and .reg files AVATAR +::FreeForm bdpfp Provide in-memory configuration data BTROTT +::IniFiles ? Read/Write INI-Style configuration files RBOW +::Ini RdpO? Accesses Windows .ini and .reg files AVATAR + +CfgTie adph? Framework for tieing system admin tasks RANDYM -CfgTie adph Framework for tieing system admin tasks RANDYM +AppConfig MdpO? Application config (from ARGV, file, ...) ABW +AppConfig:: +::Std RdpO? Provides standard configuration options NEILB _______________________________________________________________________ 13) Internationalization and Locale -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- I18N:: -::Charset Rdpf Character set names and aliases MTHURN -::Collate Sdpr Locale based comparisons JHI -::LangTags Mdpf compare & extract language tags (RFC1766) SBURKE -::WideMulti i Wide and multibyte character string JHI +::Charset Rdpf? Character set names and aliases MTHURN +::Collate Sdpr? Locale based comparisons JHI +::LangTags Mdpf? compare & extract language tags (RFC1766) SBURKE +::WideMulti i ? Wide and multibyte character string JHI Locale:: -::Country Rdpf ISO 3166 two letter country codes NEILB -::Date adpf Month/weekday names in various languages JHI -::Langinfo cdcf The API JHI -::Language Rdpf ISO 639 two letter language codes NEILB -::Msgcat RdcO Access to XPG4 message catalog functions CHRWOLF -::PGetText bdpf What GNU gettext does, written in pure perl MSHOYHER -::SubCountry RdpO ISO 3166-2 two letter subcountry codes KIMRYAN -::gettext Rdcf Multilanguage messages PVANDRY -::Maketext RdpO Framework for software localization SBURKE -::PO RdpO Manipulate .po entries from gettext ALANSZ +::Country Rdpf? ISO 3166 two letter country codes NEILB +::Date adpf? Month/weekday names in various languages JHI +::Langinfo cdcf? The API JHI +::Language Rdpf? ISO 639 two letter language codes NEILB +::Msgcat RdcO? Access to XPG4 message catalog functions CHRWOLF +::PGetText bdpf? What GNU gettext does, written in pure perl MSHOYHER +::SubCountry RdpO? ISO 3166-2 two letter subcountry codes KIMRYAN +::gettext Rdcf? Multilanguage messages PVANDRY +::Maketext RdpO? Framework for software localization SBURKE +::PO RdpO? Manipulate .po entries from gettext ALANSZ +::Currency Rdpf? ISO 4217 codes for currencies and funds NEILB Unicode:: -::String RdcO String manipulation for Unicode strings GAAS -::Map8 RdcO Convert between most 8bit encodings GAAS -::Normal i??? Composition, canonical ordering, blocks MHOSKEN -::MapUTF8 Rdpf Conversions to and from arbitrary charsets SNOWHARE +::String RdcO? String manipulation for Unicode strings GAAS +::Map8 RdcO? Convert between most 8bit encodings GAAS +::Normal i???? Composition, canonical ordering, blocks MHOSKEN +::MapUTF8 Rdpf? Conversions to and from arbitrary charsets SNOWHARE No:: -::Dato Rdpf Norwegian stuff GAAS -::KontoNr Rdpf Norwegian stuff GAAS -::PersonNr Rdpf Norwegian stuff GAAS -::Sort Rdpf Norwegian stuff GAAS -::Telenor Rdpf Norwegian stuff GAAS +::Dato Rdpf? Norwegian stuff GAAS +::KontoNr Rdpf? Norwegian stuff GAAS +::PersonNr Rdpf? Norwegian stuff GAAS +::Sort Rdpf? Norwegian stuff GAAS +::Telenor Rdpf? Norwegian stuff GAAS Cz:: -::Cstocs RdpO Charset reencoding JANPAZ -::Sort RdpO Czech sorting JANPAZ -::Speak bdpf number, etc. convertor to the Czech language YENYA +::Cstocs RdpO? Charset reencoding JANPAZ +::Sort RdpO? Czech sorting JANPAZ +::Speak bdpf? number, etc. convertor to the Czech language YENYA Geography:: -::States Rdp? Map states and provinces to their codes ABIGAIL +::States Rdp?? Map states and provinces to their codes ABIGAIL Sort:: -::ArbBiLex Mdpf sort functions for arbitrary sort orders SBURKE +::ArbBiLex Mdpf? sort functions for arbitrary sort orders SBURKE _______________________________________________________________________ 14) Authentication, Security and Encryption (see also Networking) -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- User:: -::Utmp Rdcf Perl access to UNIX utmp(x)-style databases MPIOTR -::pwent adpf A by-name interface to password database TOMC -::grent adpf A by-name interface to groups database TOMC -::utent cdcO Interface to utmp/utmpx/wtmp/wtmpx database ROSCH +::Utmp Rdcf? Perl access to UNIX utmp(x)-style databases MPIOTR +::pwent adpf? A by-name interface to password database TOMC +::grent adpf? A by-name interface to groups database TOMC +::utent cdcO? Interface to utmp/utmpx/wtmp/wtmpx database ROSCH -PGP adpO Simple interface to PGP subprocess via pipes PGPML +PGP adpO? Simple interface to PGP subprocess via pipes PGPML PGP:: -::Sign bdpr Create/verify PGP/GnuPG signatures, securely RRA +::Sign bdpr? Create/verify PGP/GnuPG signatures, securely RRA -GnuPG bdpO Perl interface to the GNU privacy guard. FRAJULAC +GnuPG bdpO? Perl interface to the GNU privacy guard. FRAJULAC GnuPG:: -::Interface RdpO OO interface to GNU Privacy Guard FTOBIN +::Interface MdpO? OO interface to GNU Privacy Guard FTOBIN -DES adcf DES encryption (libdes) EAYNG -Des adcf DES encryption (libdes) MICB -GSS adcO Generic Security Services API (RFC 2078) MSHLD -OpenCA RmpO Tools for running a Certification Authority MADWOLF -SMIMEUtil amhf Sign, encrypt, verify, decrypt S/MIME mail SAMPO +DES adcf? DES encryption (libdes) EAYNG +Des adcf? DES encryption (libdes) MICB +GSS adcO? Generic Security Services API (RFC 2078) MSHLD +OpenCA RmpO? Tools for running a Certification Authority MADWOLF +SMIMEUtil amhf? Sign, encrypt, verify, decrypt S/MIME mail SAMPO Digest:: -::MD5 Rdch MD5 message digest algorithm GAAS -::MD2 Rdch MD2 message digest algorithm GAAS -::SHA1 cdch NIST SHA message digest algorithm UWEH -::HMAC Rdph HMAC message integrity check GAAS -::UserSID adph Managing session-id's with Digest::SHA1 XWOLF +::MD5 Rdch? MD5 message digest algorithm GAAS +::MD2 Rdch? MD2 message digest algorithm GAAS +::SHA1 cdch? NIST SHA message digest algorithm UWEH +::HMAC Rdph? HMAC message integrity check GAAS +::UserSID adph? Managing session-id's with Digest::SHA1 XWOLF +::BubbleBabble bdpfp Create bubble-babble fingerprints BTROTT Crypt:: -::Beowulf Rdpf An original, very fast encryption algorithm SIFUKURT -::Blowfish RdhO XS-based implementation of Blowfish DPARIS -::Blowfish_PP adpO Blowfish encryption algorithm in Pure Perl MATTBM -::CBC adpO Cipherblock chaining for Crypt::DES/IDEA LDS -::CBCeasy bdpf Easy things make really easy with Crypt::CBC MBLAZ -::DES a DES encryption (libdes) GARY -::ElGamal bdpO ElGamal digital signatures and keys VIPUL -::IDEA a International Data Encryption Algorithm GARY -::Keys adpO Management system for cryptographic keys VIPUL -::OTP Rdpf Implements One Time Pad encryption SIFUKURT -::Passwd Mdhf Perl wrapper around the UFC Crypt LUISMUNOZ -::PasswdMD5 Mdhf Interoperable MD5-based crypt() function LUISMUNOZ -::PRSG a 160 bit LFSR for pseudo random sequences GARY -::RC4 Rdpf Implements the RC4 encryption algorithm SIFUKURT -::Random bdpO Cryptographically Strong Random Numbers VIPUL -::Rot13 cdpO simple encryption often seen on usenet AYRNIEU -::RSA bdpO RSA public-key cryptosystem. VIPUL -::Solitaire Rdpf A very simple encryption system SIFUKURT -::Twofish Rdpf Twofish Encryption Algorothm NISHANT -::UnixCrypt Rdpf Perl-only implementation of crypt(3) MVORL -::RandPasswd RdpO Random password generator based on FIPS-181 JDPORTER -::Rijndael bdch AES/Rijndael Encryption Module DIDO -::TripleDES RdpO Triple DES encyption. VIPUL -::PGP5 bdpO An Object Oriented Interface to PGP5. AGUL -::PGP6 cdpO An Object Oriented Interface to PGP6. AGUL -::PGP cdpO Unified OO Interface to PGP and GnuPG AGUL -::GPG bdpO An Object Oriented Interface to GnuPG AGUL -::ECB Mdph ECB mode for Crypt::DES, Blowfish, etc. APPEL -::CipherSaber bdpO OO module for CS-1 and CS-2 encryption CHROMATIC -::PGPSimple cdpO Basic interface to PGP JHINKLE -::TEA bdpO Tiny Encryption Algorithm AMS -::DSA adpO DSA signatures and key generation BTROTT +::Beowulf Rdpf? An original, very fast encryption algorithm SIFUKURT +::Blowfish RdhO? XS-based implementation of Blowfish DPARIS +::Blowfish_PP adpO? Blowfish encryption algorithm in Pure Perl MATTBM +::CBC adpO? Cipherblock chaining for Crypt::DES/IDEA LDS +::CBCeasy bdpf? Easy things make really easy with Crypt::CBC MBLAZ +::DES a ? DES encryption (libdes) GARY +::ElGamal bdpO? ElGamal digital signatures and keys VIPUL +::IDEA a ? International Data Encryption Algorithm GARY +::Keys adpO? Management system for cryptographic keys VIPUL +::OTP Rdpf? Implements One Time Pad encryption SIFUKURT +::Passwd Mdhf? Perl wrapper around the UFC Crypt LUISMUNOZ +::PasswdMD5 Mdhf? Interoperable MD5-based crypt() function LUISMUNOZ +::PRSG a ? 160 bit LFSR for pseudo random sequences GARY +::RC4 Rdpf? Implements the RC4 encryption algorithm SIFUKURT +::Random bdpO? Cryptographically Strong Random Numbers VIPUL +::Rot13 cdpO? simple encryption often seen on usenet AYRNIEU +::RSA bdpO? RSA public-key cryptosystem. VIPUL +::Solitaire Rdpf? A very simple encryption system SIFUKURT +::Twofish RdcOa The Twofish Encryption Algorithm AMS +::UnixCrypt Rdpf? Perl-only implementation of crypt(3) MVORL +::RandPasswd RdpO? Random password generator based on FIPS-181 JDPORTER +::Rijndael bdch? AES/Rijndael Encryption Module DIDO +::TripleDES RdpO? Triple DES encyption. VIPUL +::PGP5 bdpO? An Object Oriented Interface to PGP5. AGUL +::PGP6 cdpO? An Object Oriented Interface to PGP6. AGUL +::PGP cdpO? Unified OO Interface to PGP and GnuPG AGUL +::GPG bdpO? An Object Oriented Interface to GnuPG AGUL +::ECB Mdph? ECB mode for Crypt::DES, Blowfish, etc. APPEL +::CipherSaber RdpO? OO module for CS-1 and CS-2 encryption CHROMATIC +::PGPSimple cdpO? Basic interface to PGP JHINKLE +::TEA RdcOa Tiny Encryption Algorithm AMS +::DSA bdpOp DSA signatures and key generation BTROTT +::NULL RdpOa NULL Encryption Algorithm AMS +::DH bdpOp Diffie-Hellman key exchange system BTROTT +::PassGen adpfp Generate pronouncable passwords TJENNESS +::GOST bdpO? GOST encryption algorithm AMS + +Crypt::OpenSSL:: +::RSA bdcO? Interface to OpenSSL RSA methods IROBERTS +::Random bdcO? Interface to OpenSSL PRNG methods IROBERTS +::BN bdcO? Interface to OpenSSL arithmetic IROBERTS + +Crypt::Schnorr:: +::AuthSign bdpOp Schnorr Authentication & Signature Protocols AGUL Authen:: -::ACE adcO Interface to Security Dynamics ACE (SecurID) DCARRIGAN -::Krb4 RdcO Interface to Kerberos 4 API JHORWITZ -::Krb5 RdcO Interface to Kerberos 5 API JHORWITZ -::PAM bdch Interface to PAM library NIKIP -::TacacsPlus adcO Authentication on tacacs+ server MSHOYHER -::Ticket adpO Suite consisting of master/client/tools JSMITH +::ACE adcO? Interface to Security Dynamics ACE (SecurID) DCARRIGAN +::Krb4 RdcO? Interface to Kerberos 4 API JHORWITZ +::Krb5 RdcO? Interface to Kerberos 5 API JHORWITZ +::PAM bdch? Interface to PAM library NIKIP +::TacacsPlus adcO? Authentication on tacacs+ server MSHOYHER +::Ticket adpO? Suite consisting of master/client/tools JSMITH +::PIN RdpO? Create and verify strong PIN numbers LUISMUNOZ RADIUS:: -::Dictionary bdpO Object interface to RADIUS dictionaries CHRMASTO -::Packet bdpO Object interface to RADIUS (rfc2138) packets CHRMASTO -::UserFile bdpO Manipulate a RADIUS users file OEVANS +::Dictionary bdpO? Object interface to RADIUS dictionaries CHRMASTO +::Packet bdpO? Object interface to RADIUS (rfc2138) packets CHRMASTO +::UserFile bdpO? Manipulate a RADIUS users file OEVANS -SSLeay cdcO Interface to SSLeay EAYNG +SSLeay cdcO? Interface to SSLeay EAYNG _______________________________________________________________________ 15) World Wide Web, HTML, HTTP, CGI, MIME etc (see Text Processing) -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- URI:: -::Attr ampO Stores attributes in the URI name space LWWWP -::Bookmark bdpO A Class for bookmarks ASPIERS -::Bookmarks bdpO A Class for bookmark collections ASPIERS -::Escape Rmpf General URI escaping/unescaping functions LWWWP -::Find adpf Find URIs in plain text MSCHWERN -::URL RmpO Uniform Resource Locator objects LWWWP +::Attr ampO? Stores attributes in the URI name space LWWWP +::Bookmark bdpO? A Class for bookmarks ASPIERS +::Bookmarks bdpO? A Class for bookmark collections ASPIERS +::Escape Rmpf? General URI escaping/unescaping functions LWWWP +::Find adpf? Find URIs in plain text MSCHWERN +::URL RmpO? Uniform Resource Locator objects LWWWP CGI:: -::Application RmpO Framework for building reusable web-apps JERLBAUM -::ArgChecker bdpO Consistent, extensible CGI param validation DLOWE -::Authent Mdpf request the HTTP authentification JENDA -::Base RmpO Complete HTTPD CGI Interface class CGIP -::BasePlus RmpO Extra CGI::Base methods (incl file-upload) CGIP -::CList bdpO Manages hierarchical collapsible lists PEARCEC -::Cache adpf Speed up slow CGI scripts by caching DCOPPIT -::Carp cmpf Drop-in Carp replacement for CGI scripts CGIP -::Debug Mdph show CGI debugging data JONAS -::Deurl Mdpr decode the CGI parameters JENDA -::Enurl Mdpr encode the CGI parameters JENDA -::Formalware MdpO Convert an XML file to a suite of CGI forms RSAVAGE -::Imagemap Rdph Imagemap handling for specialized apps MIKEH -::LogCarp Rdph Error, log, bug streams, httpd style format MIKEKING -::MiniSvr RmpO Fork CGI app as a per-session mini server CGIP -::Minimal MdpO A micro-sized CGI handler SNOWHARE -::MultiValuedHash bdpO Store and manipulate url-encoded data DUNCAND -::MxScreen cdpO Screen multi-plexer framework RAM -::Out adpf Buffer CGI output and report errors MUIR -::PathInfo RdpO A lightweight PATH_INFO based CGI package SNOWHARE -::Persistent adpO Transparent State Persistence in CGI scripts VIPUL -::Query adpO Parse CGI quiry strings MPECK -::QuickForm Rdpf Handles UI & validation for CGI forms SUMMER -::Request RmpO Parse CGI request and handle form fields CGIP -::Response ampO Response construction for CGI applications MGH -::SSI_Parser bdpf Implement SSI for Perl CGI VADIM -::Screen adpO Create multi screen CGI-scripts ULPFR -::Session cdpO Persistent storage of complex data in CGI ZED -::SpeedyCGI Mmcn Run perl CGI scripts persistenly HORROCKS -::Validate adpO Advanced CGI form parser ZENIN -::WML RdpO Subclass of CGI.pm for WML output AWOOD -::XML ampO Convert CGI.pm variables to/from XML EISEN -::XMLForm adpO Create/query XML for forms MSERGEANT -::SecureState bdpO Securely stores CGI parameters BEHROOZI -::State bdpf CGI params into multi-dimensional hash DKUBB -::SSI RdpO Use SSI from CGI scripts JAMES -::FormMagick bmpO FormMagick SKUD +::Application MmpOp Framework for building reusable web-apps JERLBAUM +::ArgChecker bdpO? Consistent, extensible CGI param validation DLOWE +::Authent Mdpf? request the HTTP authentification JENDA +::Base RmpO? Complete HTTPD CGI Interface class CGIP +::BasePlus RmpO? Extra CGI::Base methods (incl file-upload) CGIP +::CList bdpO? Manages hierarchical collapsible lists PEARCEC +::Cache adpf? Speed up slow CGI scripts by caching DCOPPIT +::Carp cmpf? Drop-in Carp replacement for CGI scripts CGIP +::Debug Mdph? show CGI debugging data JONAS +::Deurl Mdpr? decode the CGI parameters JENDA +::Enurl Mdpr? encode the CGI parameters JENDA +::Formalware MdpO? Convert an XML file to a suite of CGI forms RSAVAGE +::Imagemap Rdph? Imagemap handling for specialized apps MIKEH +::LogCarp Rdph? Error, log, bug streams, httpd style format MIKEKING +::MiniSvr RmpO? Fork CGI app as a per-session mini server CGIP +::Minimal MdpO? A micro-sized CGI handler SNOWHARE +::MultiValuedHash bdpO? Store and manipulate url-encoded data DUNCAND +::MxScreen adpO? Screen multi-plexer framework RAM +::Out adpf? Buffer CGI output and report errors MUIR +::PathInfo RdpO? A lightweight PATH_INFO based CGI package SNOWHARE +::Persistent adpO? Transparent State Persistence in CGI scripts VIPUL +::Query adpO? Parse CGI quiry strings MPECK +::QuickForm Rdpf? Handles UI & validation for CGI forms SUMMER +::Request RmpO? Parse CGI request and handle form fields CGIP +::Response ampO? Response construction for CGI applications MGH +::SSI_Parser bdpf? Implement SSI for Perl CGI VADIM +::Screen adpO? Create multi screen CGI-scripts ULPFR +::Session cdpO? Persistent storage of complex data in CGI ZED +::SpeedyCGI Mmcn? Run perl CGI scripts persistenly HORROCKS +::Validate adpO? Advanced CGI form parser ZENIN +::WML RdpO? Subclass of CGI.pm for WML output AWOOD +::XML ampO? Convert CGI.pm variables to/from XML EISEN +::XMLForm adpO? Create/query XML for forms MSERGEANT +::SecureState bdpO? Securely stores CGI parameters BEHROOZI +::State bdpf? CGI params into multi-dimensional hash DKUBB +::SSI RdpO? Use SSI from CGI scripts JAMES +::FormMagick bmpO? FormMagick SKUD +::Test adpO? Off-line CGI test framework RAM +::Portable adpO? Framework for server-agnostic web apps DUNCAND HTML:: -::Base adpO Object-oriented way to build pages of HTML GAND -::CalendarMonth RmpO Calendar Months as easy HTML::Element trees MSISK -::Demoroniser adpO Correct moronic and incompatible HTML JDPORTER -::EP adpO Modular, extensible Perl embedding JWIED -::Element RdpO Representation of a HTML parsing tree SBURKE -::ElementGlob RmpO Manipulate multiple HTML elements as one MSISK -::ElementRaw RmpO Graft HTML strings onto an HTML::Element MSISK -::ElementSuper RmpO Various HTML::Element extensions MSISK -::ElementTable RmpO Tables as easy HTML element structures MSISK -::Embperl Rmcf Embed Perl in HTML GRICHTER -::Entities Rmpf Encode/decode HTML entities LWWWP -::FillInForm bdpO Fill in HTML forms, separating HTML and code TJMATHER -::Formatter ampO Convert HTML to plain text or Postscript LWWWP -::HeadParser RmpO Parse section of HTML documents LWWWP -::LinkExtor RmpO Extract links from HTML documents LWWWP -::Mason bdpO Build sites from modular Perl/HTML blocks JSWARTZ -::ParseForm i Parse and handle HTML forms via templates NMONNET -::Parser RmcO Basic HTML Parser LWWWP -::QuickCheck cdpf Fast simple validation of HMTL text YLU -::Simple bdpf Simple functions for generating HTML TOMC -::SimpleParse RdpO Bare-bones HTML parser KWILLIAMS -::StickyForms adpO HTML form generation for mod_perl/CGI PMH -::Stream RdpO HTML output stream ERYQ -::Subtext adpO Text substitutions on an HTML template KAELIN -::Table RupO Write HTML tables via spreadsheet metaphor AJPEACOCK -::TableExtract RmpO Flexible HTML table extraction MSISK -::TableLayout bdpO an extensible OO layout manager PERSICOM -::Template MmpO a simple HTML templating system SAMTREGAR -::TokeParser RmpO Alternative HTML::Parser interface LWWWP -::Validator bdpO HTML validator utilizing nsgmls and libwww SAIT -::Tagset Rdpf data tables useful in parsing HTML SBURKE -::EasyTags RdpO Make proper HTML 4 tags/lists/parts DUNCAND -::FormTemplate adpO Store definition, make persist forms, report DUNCAND -::LoL Rdpf Construct HTML from Perl data structures BOBG +::Base adpO? Object-oriented way to build pages of HTML GAND +::CalendarMonth RmpO? Calendar Months as easy HTML::Element trees MSISK +::Demoroniser adpO? Correct moronic and incompatible HTML JDPORTER +::EP adpO? Modular, extensible Perl embedding JWIED +::Element RdpO? Representation of a HTML parsing tree SBURKE +::ElementGlob RmpO? Manipulate multiple HTML elements as one MSISK +::ElementRaw RmpO? Graft HTML strings onto an HTML::Element MSISK +::ElementSuper RmpO? Various HTML::Element extensions MSISK +::ElementTable RmpO? Tables as easy HTML element structures MSISK +::Embperl Rmcf? Embed Perl in HTML GRICHTER +::Entities Rmpf? Encode/decode HTML entities LWWWP +::FillInForm bdpO? Fill in HTML forms, separating HTML and code TJMATHER +::Formatter ampO? Convert HTML to plain text or Postscript LWWWP +::HeadParser RmpO? Parse section of HTML documents LWWWP +::LinkExtor RmpO? Extract links from HTML documents LWWWP +::Mason bdpO? Build sites from modular Perl/HTML blocks JSWARTZ +::ParseForm i ? Parse and handle HTML forms via templates NMONNET +::Parser RmcO? Basic HTML Parser LWWWP +::QuickCheck cdpf? Fast simple validation of HMTL text YLU +::Simple bdpf? Simple functions for generating HTML TOMC +::SimpleParse RdpO? Bare-bones HTML parser KWILLIAMS +::StickyForms adpO? HTML form generation for mod_perl/CGI PMH +::Stream RdpO? HTML output stream ERYQ +::Subtext adpO? Text substitutions on an HTML template KAELIN +::Table RupOp Write HTML tables via spreadsheet metaphor AJPEACOCK +::TableExtract RmpO? Flexible HTML table extraction MSISK +::TableLayout bdpO? an extensible OO layout manager PERSICOM +::Template MmpO? a simple HTML templating system SAMTREGAR +::TokeParser RmpO? Alternative HTML::Parser interface LWWWP +::Validator bdpO? HTML validator utilizing nsgmls and libwww SAIT +::Tagset Rdpf? data tables useful in parsing HTML SBURKE +::EasyTags RdpO? Make proper HTML 4 tags/lists/parts DUNCAND +::FormTemplate bdpO? Store definition, make persist forms, report DUNCAND +::LoL Rdpf? Construct HTML from Perl data structures BOBG +::ActiveLink bdpO? Dynamically activate HTML links based on URL NWIGER +::WebMake RmpO? simple web site management system JMASON +::Lint bdpOp HTML validation module (& script) PETDANCE HTML::Widgets:: -::DateEntry RdpO Creates date entry widgets for HTML forms. KENNEDYH -::Menu RdpO Builds an HTML menu FRANKIE -::Search RdpO Perl module for building searches returning FRANKIE +::DateEntry RdpO? Creates date entry widgets for HTML forms. KENNEDYH +::Menu RdpO? Builds an HTML menu FRANKIE +::Search RdpO? Perl module for building searches returning FRANKIE HTTP:: -::Browscap cdpO Provides info on web browser capabilities JAMESPO -::BrowserDetect adph Detect browser, version, OS from UserAgent LHS -::Cookies RmpO Storage of cookies LWWWP -::DAV ampO A client module for the WebDAV protocol PCOLLINS -::Daemon RmpO Base class for simple HTTP servers LWWWP -::Date Rmpf Date conversion for HTTP date formats LWWWP -::Headers RmpO Class encapsulating HTTP Message headers LWWWP -::Message RmpO Base class for Request/Response LWWWP -::Negotiate Rmpf HTTP content negotiation LWWWP -::Request RmpO Class encapsulating HTTP Requests LWWWP -::Response RmpO Class encapsulating HTTP Responses LWWWP -::Status Rmpf HTTP Status code processing LWWWP -::GHTTP RdcO Perl interface to the gnome ghttp library MSERGEANT -::WebTest Rdph Run tests on remote URLs or local web files RANDERSON +::Browscap cdpO? Provides info on web browser capabilities JAMESPO +::BrowserDetect adph? Detect browser, version, OS from UserAgent LHS +::Cookies RmpO? Storage of cookies LWWWP +::DAV ampO? A client module for the WebDAV protocol PCOLLINS +::Daemon RmpO? Base class for simple HTTP servers LWWWP +::Date Rmpf? Date conversion for HTTP date formats LWWWP +::Headers RmpO? Class encapsulating HTTP Message headers LWWWP +::Message RmpO? Base class for Request/Response LWWWP +::Negotiate Rmpf? HTTP content negotiation LWWWP +::Request RmpO? Class encapsulating HTTP Requests LWWWP +::Response RmpO? Class encapsulating HTTP Responses LWWWP +::Status Rmpf? HTTP Status code processing LWWWP +::GHTTP RdcO? Perl interface to the gnome ghttp library MSERGEANT +::WebTest Rdph? Run tests on remote URLs or local web files RANDERSON +::QuickBase RdpO? Wraps the QuickBase HTTP API CVONROES +::Webdav amhOp Interface to Neon HTTP and WebDAV library GRICHTER HTTP::Request:: -::Common Rmpf Functions that generate HTTP::Requests LWWWP -::Form RdpO Generates HTTP::Request objects out of forms GBAUER +::Common Rmpf? Functions that generate HTTP::Requests LWWWP +::Form RdpO? Generates HTTP::Request objects out of forms GBAUER WAP:: -::Wbmp i??? Wireless bitmap manipulation module SAA -::WML i??? Wireless Markup language routines SAA +::Wbmp i???? Wireless bitmap manipulation module SAA +::WML i???? Wireless Markup language routines SAA WML:: -::Card RdpO Builds WML code for different wap browsers MALVARO -::Deck RdpO WML Deck generator MALVARO +::Card RdpO? Builds WML code for different wap browsers MALVARO +::Deck RdpO? WML Deck generator MALVARO HTTPD:: -::Access cdpO Management of server access control files LDS -::Authen bdpO Preform HTTP Basic and Digest Authentication LDS -::Config cdpO Management of server configuration files LDS -::GroupAdmin bdpO Management of server group databases LDS -::UserAdmin bdpO Management of server user databases LDS +::Access cdpO? Management of server access control files LDS +::Authen bdpO? Preform HTTP Basic and Digest Authentication LDS +::Config cdpO? Management of server configuration files LDS +::GroupAdmin bdpO? Management of server group databases LDS +::UserAdmin bdpO? Management of server user databases LDS WWW:: -::BBSWatch RdpO email WWW bulletin board postings TAYERS -::Robot adpO Web traversal engine for robots & agents NEILB -::RobotRules ampO Parse /robots.txt file LWWWP -::Search adpO Front-end to Web search engines JOHNH +::BBSWatch RdpO? email WWW bulletin board postings TAYERS +::Robot adpO? Web traversal engine for robots & agents NEILB +::RobotRules ampO? Parse /robots.txt file LWWWP +::Search RdpO? Front-end to Web search engines MTHURN WWW::Search:: -::AlltheWeb RdpO Class for searching AlltheWeb JSMYSER -::Deja RdpO Class for www.deja.com searching MTHURN -::Go RdpO Backend class for searching with go.com ALIAN -::FirstGov RdpO Backend class for searching FirstGov.gov SUTCH - -LWP RmpO Libwww-perl LWWWP +::AlltheWeb RdpO? Class for searching AlltheWeb JSMYSER +::Go RdpO? Backend class for searching with go.com ALIAN +::FirstGov RdpO? Backend class for searching FirstGov.gov SUTCH +::Ebay RdpO? search auctions on www.ebay.com MTHURN +::Excite RdpO? search on www.excite.com MTHURN +::HotBot RdpO? search on www.hotbot.com MTHURN +::Lycos RdpO? search on www.lycos.com MTHURN +::Magellan RdpO? search on Magellan MTHURN +::Yahoo RdpO? search various flavors of www.yahoo.com MTHURN + +LWP RmpO? Libwww-perl LWWWP LWP:: -::Conn ampO LWPng stuff LWWWP -::MediaTypes Rmpf Media types and mailcap processing LWWWP -::Parallel RmpO Allows parallel http, https and ftp access MARCLANG -::Protocol RmpO LWP support for URL schemes (http, file etc) LWWWP -::RobotUA RmpO A UserAgent for robot applications LWWWP -::Simple Rmpf Simple procedural interface to libwww-perl LWWWP -::UA ampO LWPng stuff LWWWP -::UserAgent RmpO A WWW UserAgent class LWWWP +::Conn ampO? LWPng stuff LWWWP +::MediaTypes Rmpf? Media types and mailcap processing LWWWP +::Parallel RmpO? Allows parallel http, https and ftp access MARCLANG +::Protocol RmpO? LWP support for URL schemes (http, file etc) LWWWP +::RobotUA RmpO? A UserAgent for robot applications LWWWP +::Simple Rmpf? Simple procedural interface to libwww-perl LWWWP +::UA ampO? LWPng stuff LWWWP +::UserAgent RmpO? A WWW UserAgent class LWWWP MIME:: -::Base64 Rdhf Encode/decode Base 64 (RFC 2045) GAAS -::QuotedPrint Rdpf Encode/decode Quoted-Printable GAAS -::Decoder RdpO OO interface for decoding MIME messages ERYQ -::Entity RdpO An extracted and decoded MIME entity ERYQ -::Head RdpO A parsed MIME header ERYQ -::IO ?dpO DEPRECATED: now part of IO:: ERYQ -::Latin1 ?dpO DEPRECATED and removed ERYQ -::Lite RdpO Single module for composing simple MIME msgs ERYQ -::Parser RdpO Parses streams to create MIME entities ERYQ -::Types adpr Returns the MIME type for a filename/suffix OKAMOTO -::Words Rdpf Encode/decode RFC1522-escaped header strings ERYQ +::Base64 Rdhf? Encode/decode Base 64 (RFC 2045) GAAS +::QuotedPrint Rdpf? Encode/decode Quoted-Printable GAAS +::Decoder RdpO? OO interface for decoding MIME messages ERYQ +::Entity RdpO? An extracted and decoded MIME entity ERYQ +::Head RdpO? A parsed MIME header ERYQ +::IO ?dpO? DEPRECATED: now part of IO:: ERYQ +::Latin1 ?dpO? DEPRECATED and removed ERYQ +::Lite RdpO? Single module for composing simple MIME msgs ERYQ +::Parser RdpO? Parses streams to create MIME entities ERYQ +::Types adpr? Returns the MIME type for a filename/suffix OKAMOTO +::Words Rdpf? Encode/decode RFC1522-escaped header strings ERYQ MIME::Lite:: -::HTML bmpO Provide routine to transform HTML to MIME ALIAN +::HTML bmpO? Provide routine to transform HTML to MIME ALIAN -Apache RmcO Interface to the Apache server API DOUGM +Apache RmcO? Interface to the Apache server API DOUGM Apache PerlHandler modules Apache:: -::ASP bdpO Implement Active Server Pages CHAMAS -::AdBanner cdpf Ad banner server CHOLET -::AddrMunge bdpf Munge email addresses in webpages MJD -::Archive bdpf Make linked contents pages of .tar(.gz) JPETERSON -::AutoIndex Rdcf Lists directory content GOZER -::AxKit RdcO XML Application Server for Apache MSERGEANT -::BBS cdpO BBS like System for Apache MKOSSATZ -::Cachet i OutputChain with caching MERLYN -::CallHandler cdpf Map filenames to subroutine calls GKNOPS -::Compress bdpO Compress content on the fly KWILLIAMS -::Dir i OO (subclassable) mod_dir replacement DOUGM -::Dispatch bmpf Call PerlHandlers as CGI scripts GEOFF -::Embperl Rmcf Embed Perl in HTML GRICHTER -::EmbperlChain bdpO Feed handler output to Embperl CHOLET -::FTP i Full-fledged FTP proxy PMKANE -::Filter RdpO OutputChain like functionality KWILLIAMS -::Forward bdpO OutputChain like functionality MPB -::Gateway bdpf A multiplexing gateway CCWF -::GzipChain bmpf Compress files on the fly ANDK -::Layer bdpf Layer content tree over one or more SAM -::Magick bdpf Image conversion on-the-fly MPB -::Mason bdpO Build sites w/ modular Perl/HTML blocks JSWARTZ -::ModuleDoc bdpf Self documentation for Apache C modules DOUGM -::NNTPGateway adpf A Web based NNTP (usenet) interface BOUBAKER -::NavBar bdpO Navigation bar generator MPB -::OWA bdpf Runs Oracle PL/SQL Web Toolkit apps SVINTO -::OutputChain bmpO Chain output of stacked handlers JANPAZ -::PageKit ampO Application framework w/ HTML::Template TJMATHER -::PassFile bdpf Send file via OutputChain ANDK -::PerlRun Smpf Run unaltered CGI scripts APML -::PrettyPerl Rdpf Syntax highlighting for Perl files RA -::PrettyText bdpf Re-format .txt files for client display CHTHORMAN -::RandomLocation bdpf Random image display RKOBES -::Registry Smpf Run unaltered CGI scripts APML -::Reload RdpO Reload changed modules (extending StatINC) MSERGEANT -::RobotRules cdpf Enforce robot rules (robots.txt) PARKER -::SSI RmpO Implement server-side includes in Perl KWILLIAMS -::SSIChain bmpO SSI on other modules output JANPAZ -::Sandwich bmpf Layered document (sandwich) maker VKHERA -::ShowRequest bdpf Show phases and module participation DOUGM -::SimpleReplace ampf Simple replacement template tool GEOFF -::Stage Rdpf Manage a document staging directory ANDK -::TarGzip c Manage .tar.gz file ZENIN -::TimedRedirect bdpf Redirect urls for a given time period PETERM -::UploadSvr bdpO A lightweight publishing system ANDK -::VhostSandwich cdpf Virtual host layered document maker MARKC -::WDB bdpf Database query/edit tool using DBI JROWE -::WebSQL cdpO Adaptation of Sybase's WebSQL GUNTHER -::ePerl Rdpr Fast emulated Embedded Perl (ePerl) RSE -::iNcom bdpf An e-commerce framework FRAJULAC -::CVS bdpO Apache PerlContentHandler for CVS BARBEE +::ASP bdpO? Implement Active Server Pages CHAMAS +::AdBanner cdpf? Ad banner server CHOLET +::AddrMunge bdpf? Munge email addresses in webpages MJD +::Archive bdpf? Make linked contents pages of .tar(.gz) JPETERSON +::AutoIndex Rdcf? Lists directory content GOZER +::AxKit RdcO? XML Application Server for Apache MSERGEANT +::BBS cdpO? BBS like System for Apache MKOSSATZ +::CallHandler cdpf? Map filenames to subroutine calls GKNOPS +::Compress bdpO? Compress content on the fly KWILLIAMS +::Dir i ? OO (subclassable) mod_dir replacement DOUGM +::Dispatch bmpf? Call PerlHandlers as CGI scripts GEOFF +::Embperl Rmcf? Embed Perl in HTML GRICHTER +::EmbperlChain bdpO? Feed handler output to Embperl CHOLET +::FTP i ? Full-fledged FTP proxy PMKANE +::Filter RdpO? OutputChain like functionality KWILLIAMS +::Forward bdpO? OutputChain like functionality MPB +::Gateway bdpf? A multiplexing gateway CCWF +::GzipChain bmpf? Compress files on the fly ANDK +::Layer bdpf? Layer content tree over one or more SAM +::Magick bdpf? Image conversion on-the-fly MPB +::Mason bdpO? Build sites w/ modular Perl/HTML blocks JSWARTZ +::ModuleDoc bdpf? Self documentation for Apache C modules DOUGM +::NNTPGateway adpf? A Web based NNTP (usenet) interface BOUBAKER +::NavBar bdpO? Navigation bar generator MPB +::OWA bdpf? Runs Oracle PL/SQL Web Toolkit apps SVINTO +::OutputChain bmpO? Chain output of stacked handlers JANPAZ +::PageKit ampO? Application framework w/ HTML::Template TJMATHER +::PassFile bdpf? Send file via OutputChain ANDK +::PerlRun Smpf? Run unaltered CGI scripts APML +::PrettyPerl Rdpf? Syntax highlighting for Perl files RA +::PrettyText bdpf? Re-format .txt files for client display CHTHORMAN +::RandomLocation bdpf? Random image display RKOBES +::Registry Smpf? Run unaltered CGI scripts APML +::Reload RdpO? Reload changed modules (extending StatINC) MSERGEANT +::RobotRules cdpf? Enforce robot rules (robots.txt) PARKER +::SSI RmpO? Implement server-side includes in Perl KWILLIAMS +::SSIChain bmpO? SSI on other modules output JANPAZ +::Sandwich bmpf? Layered document (sandwich) maker VKHERA +::ShowRequest bdpf? Show phases and module participation DOUGM +::SimpleReplace ampf? Simple replacement template tool GEOFF +::Stage Rdpf? Manage a document staging directory ANDK +::TarGzip c ? Manage .tar.gz file ZENIN +::TimedRedirect bdpf? Redirect urls for a given time period PETERM +::UploadSvr bdpO? A lightweight publishing system ANDK +::VhostSandwich cdpf? Virtual host layered document maker MARKC +::WDB bdpf? Database query/edit tool using DBI JROWE +::WebSQL cdpO? Adaptation of Sybase's WebSQL GUNTHER +::ePerl Rdpr? Fast emulated Embedded Perl (ePerl) RSE +::iNcom bdpf? An e-commerce framework FRAJULAC +::CVS bdpO? Apache PerlContentHandler for CVS BARBEE +::Motd adph? Provides motd functionality to a webserver CRAMIREZ +::DnsZone bdpna Webbased dns-zone manager for BIND THOMAS Apache::ASP:: -::Lite impO Lightweight IIS emulation under Apache FERGUSOR +::Lite impO? Lightweight IIS emulation under Apache FERGUSOR Apache PerlInitHandler modules Apache:: -::RequestNotes ampf Pass cookie & form data around pnotes GEOFF +::RequestNotes ampf? Pass cookie & form data around pnotes GEOFF Apache PerlAuthenHandler modules Apache:: -::AuthAny bdpf Authenticate with any username/password MPB -::AuthenCache bmpf Cache authentication credentials JBODNAR -::AuthCookie RdpO Authen + Authz via cookies MSCHOUT -::AuthenDBI bmpO Authenticate via Perl's DBI MERGL -::AuthenGSS cdpf Generic Security Service (RFC 2078) DOUGM -::AuthenIMAP bdpf Authentication via an IMAP server MICB -::AuthenPasswdSrv bdpf External authentication server JEFFH -::AuthenPasswd bdpf Authenticate against /etc/passwd DEP -::AuthLDAP bdpf LDAP authentication module CDONLEY -::AuthPerLDAP bdpf LDAP authentication module (PerLDAP) HENRIK -::AuthenNIS bdpf NIS authentication DEP -::AuthNISPlus bdpF NIS Plus authentication/authorization VALERIE -::AuthenRaduis bdpf Authentication via a Radius server DANIEL -::AuthenSmb bdpf Authenticate against NT server PARKER -::AuthenURL bdpf Authenticate via another URL JGROENVEL -::DBILogin bdpf Authenticate/authorize to backend database JGROENVEL -::DCELogin bdpf Obtain a DCE login context DOUGM -::PHLogin bdpf Authenticate via a PH database JGROENVEL -::TicketAccess bdpO Ticket based access/authentication MPB +::AuthAny bdpf? Authenticate with any username/password MPB +::AuthenCache bmpf? Cache authentication credentials JBODNAR +::AuthCookie RdpO? Authen + Authz via cookies MSCHOUT +::AuthenDBI bmpO? Authenticate via Perl's DBI MERGL +::AuthenGSS cdpf? Generic Security Service (RFC 2078) DOUGM +::AuthenIMAP bdpf? Authentication via an IMAP server MICB +::AuthenPasswdSrv bdpf? External authentication server JEFFH +::AuthenPasswd bdpf? Authenticate against /etc/passwd DEP +::AuthLDAP bdpf? LDAP authentication module CDONLEY +::AuthPerLDAP bdpf? LDAP authentication module (PerLDAP) HENRIK +::AuthenNIS bdpf? NIS authentication DEP +::AuthNISPlus bdpF? NIS Plus authentication/authorization VALERIE +::AuthenRaduis bdpf? Authentication via a Radius server DANIEL +::AuthenSmb bdpf? Authenticate against NT server PARKER +::AuthenURL bdpf? Authenticate via another URL JGROENVEL +::DBILogin bdpf? Authenticate/authorize to backend database JGROENVEL +::DCELogin bdpf? Obtain a DCE login context DOUGM +::PHLogin bdpf? Authenticate via a PH database JGROENVEL +::TicketAccess bdpO? Ticket based access/authentication MPB Apache PerlAuthzHandler modules Apache:: -::AuthzAge bmpf Authorize based on age APML -::AuthzDCE cdpf DFS/DCE ACL based access control DOUGM -::AuthzDBI bmpO Group authorization via Perl's DBI MERGL -::AuthzGender bdpf Authorize based on gender MPB -::AuthzNIS bdpf NIS authorization DEP -::AuthzPasswd bdpf Authorize against /etc/passwd DEP -::AuthzSSL bdpf Authorize based on client cert MPB -::RoleAuthz i Role-based authorization DOUGM +::AuthzAge bmpf? Authorize based on age APML +::AuthzDCE cdpf? DFS/DCE ACL based access control DOUGM +::AuthzDBI bmpO? Group authorization via Perl's DBI MERGL +::AuthzGender bdpf? Authorize based on gender MPB +::AuthzNIS bdpf? NIS authorization DEP +::AuthzPasswd bdpf? Authorize against /etc/passwd DEP +::AuthzSSL bdpf? Authorize based on client cert MPB +::RoleAuthz i ? Role-based authorization DOUGM Apache PerlAccessHandler modules Apache:: -::AccessLimitNum bmpf Limit user access by number of requests APML -::BlockAgent bdpf Block access from certain agents MPB -::DayLimit bmpf Limit access based on day of week MPB -::IPThrottle cdpf Limit bandwith consumption by IP MERLYN -::RobotLimit cdpf Limit access of robots PARKER -::SpeedLimit bdpf Control client request rate MPB +::AccessLimitNum bmpf? Limit user access by number of requests APML +::BlockAgent bdpf? Block access from certain agents MPB +::DayLimit bmpf? Limit access based on day of week MPB +::IPThrottle cdpf? Limit bandwith consumption by IP MERLYN +::RobotLimit cdpf? Limit access of robots PARKER +::SpeedLimit bdpf? Control client request rate MPB Apache PerlTypeHandler modules Apache:: -::MIME bdcf Perl implementation of mod_mime MPB -::MimeDBI bdpf Type mapping from a DBI database MPB -::MimeXML bdpf mime encoding sniffer for XML files MSERGEANT +::MIME bdcf? Perl implementation of mod_mime MPB +::MimeDBI bdpf? Type mapping from a DBI database MPB +::MimeXML bdpf? mime encoding sniffer for XML files MSERGEANT Apache PerlTransHandler modules (May also include a PerlHandler) Apache:: -::AdBlocker bdpf Block advertisement images MPB -::AddHostPath adpf Prepends parts of hostname to URI RJENKS -::AnonProxy bdpf Anonymizing proxy MPB -::Checksum bdpf Manage document checksum trees MPB -::DynaRPC i Dynamically translate URIs into RPCs DOUGM -::LowerCaseGETs bdpf Lowercase URI's when needed PLISTER -::MsqlProxy bmpf Translate URI's into mSQL queries APML -::ProxyPass bdpf Perl implementation of ProxyPass MJS -::ProxyPassThru bdpO Skeleton for vanilla proxy RMANGI -::ProxyCache i Caching proxy DOUGM -::StripSession bdpf Strip session info from URI MPB -::Throttle bdpf Speed-based content negotiation DONS -::TransLDAP bdpf Translate URIs to LDAP queries CDONLEY +::AdBlocker bdpf? Block advertisement images MPB +::AddHostPath adpf? Prepends parts of hostname to URI RJENKS +::AnonProxy bdpf? Anonymizing proxy MPB +::Checksum bdpf? Manage document checksum trees MPB +::DynaRPC i ? Dynamically translate URIs into RPCs DOUGM +::LowerCaseGETs bdpf? Lowercase URI's when needed PLISTER +::MsqlProxy bmpf? Translate URI's into mSQL queries APML +::ProxyPass bdpf? Perl implementation of ProxyPass MJS +::ProxyPassThru bdpO? Skeleton for vanilla proxy RMANGI +::ProxyCache i ? Caching proxy DOUGM +::StripSession bdpf? Strip session info from URI MPB +::Throttle bdpf? Speed-based content negotiation DONS +::TransLDAP bdpf? Translate URIs to LDAP queries CDONLEY Apache PerlFixupHandler modules Apache:: -::RefererBlock bdpf Block based on MIME type + Referer CHOLET -::Timeit bmpf Benchmark PerlHandlers APML -::Usertrack bdpf Perl version of mod_usertrack ABH +::RefererBlock bdpf? Block based on MIME type + Referer CHOLET +::Timeit bmpf? Benchmark PerlHandlers APML +::Usertrack bdpf? Perl version of mod_usertrack ABH Apache PerlLogHandler modules Apache:: -::DBILogConfig bdpf Custom format logging via DBI JBODNAR -::DBILogger bdpf Logging via DBI ABH -::DumpHeaders bdpf Watch HTTP transaction via headers DOUGM -::LogMail bdpf Log certain requests via email MPB -::Traffic bdpf Logs bytes transferred, per-user basis MAURICE -::WatchDog c Look for problematic URIs DOUGM +::DBILogConfig bdpf? Custom format logging via DBI JBODNAR +::DBILogger bdpf? Logging via DBI ABH +::DumpHeaders bdpf? Watch HTTP transaction via headers DOUGM +::LogMail bdpf? Log certain requests via email MPB +::Traffic bdpf? Logs bytes transferred, per-user basis MAURICE +::WatchDog c ? Look for problematic URIs DOUGM Apache PerlChildInitHandler modules Apache:: -::Resource Smpf Limit resources used by httpd children APML +::Resource Smpf? Limit resources used by httpd children APML Apache Server Configuration Apache:: -::ConfigLDAP i Config via LDAP and MARKK -::ConfigDBI i Config via DBI and MARKIM -::ModuleConfig SmcO Interface to configuration API APML -::PerlSections SmpO Utilities for sections APML -::httpd_conf bmpO Methods to configure and run an httpd APML -::src SmpO Finding and reading bits of source APML +::ConfigLDAP i ? Config via LDAP and MARKK +::ConfigDBI i ? Config via DBI and MARKIM +::ModuleConfig SmcO? Interface to configuration API APML +::PerlSections SmpO? Utilities for sections APML +::httpd_conf bmpO? Methods to configure and run an httpd APML +::src SmpO? Finding and reading bits of source APML Apache Database modules Apache:: -::DBI bmpO Persistent DBI connection mgmt. MERGL -::Mysql bdpO Persistent connection mgmt. for Mysql NJENSEN +::DBI bmpO? Persistent DBI connection mgmt. MERGL +::Mysql bdpO? Persistent connection mgmt. for Mysql NJENSEN Apache::Sybase:: -::DBlib bmpO Persistent DBlib connection mgmt. BMILLETT -::CTlib Mdpn Persistent CTlib connection mgmt for Apache MDOWNING +::DBlib bmpO? Persistent DBlib connection mgmt. BMILLETT +::CTlib Mdpn? Persistent CTlib connection mgmt for Apache MDOWNING Interfaces and integration with Apache C structures and modules Apache:: -::Backhand bdcr Bridge between mod_backhand + mod_perl DLOWE -::CmdParms SmcO Interface to Apache cmd_parms struct APML -::Command bmcO Interface to Apache command_rec struct APML -::Connection SmcO Inteface to Apache conn_rec struct APML -::Constants Smcf Constants defined in httpd.h APML -::ExtUtils SmpO Utils for Apache:C/Perl glue APML -::File SmcO Methods for working with files APML -::Handler bmcO Interface to Apache handler_rec struct APML -::Log SmcO ap_log_error interface APML -::LogFile bmcO Interface to Apache's piped logs, etc. APML -::Module bmcO Interface to Apache module struct APML -::Scoreboard RdcO Perl interface to Apache's scoreboard.h DOUGM -::Server SmcO Interface to Apache server_rec struct APML -::SubProcess cmcO Interface to Apache subprocess API APML -::Table SmcO Interface to Apache table struct + API APML -::URI SmcO URI component parsing and unparsing APML -::Util Smcf Interface to Apache's util*.c functions APML +::Backhand bdcr? Bridge between mod_backhand + mod_perl DLOWE +::CmdParms SmcO? Interface to Apache cmd_parms struct APML +::Command bmcO? Interface to Apache command_rec struct APML +::Connection SmcO? Inteface to Apache conn_rec struct APML +::Constants Smcf? Constants defined in httpd.h APML +::ExtUtils SmpO? Utils for Apache:C/Perl glue APML +::File SmcO? Methods for working with files APML +::Handler bmcO? Interface to Apache handler_rec struct APML +::Log SmcO? ap_log_error interface APML +::LogFile bmcO? Interface to Apache's piped logs, etc. APML +::Module bmcO? Interface to Apache module struct APML +::Scoreboard RdcO? Perl interface to Apache's scoreboard.h DOUGM +::Server SmcO? Interface to Apache server_rec struct APML +::SubProcess cmcO? Interface to Apache subprocess API APML +::Table SmcO? Interface to Apache table struct + API APML +::URI SmcO? URI component parsing and unparsing APML +::Util Smcf? Interface to Apache's util*.c functions APML HTTP Method handler Apache:: -::PATCH bdpf HTTP PATCH method handler MPB -::PUT cdpf HTTP PUT method handler SORTIZ -::Roaming bdpO PUT/GET/MOVE/DELETE (Netscape Roaming) JWIED +::PATCH bdpf? HTTP PATCH method handler MPB +::PUT cdpf? HTTP PUT method handler SORTIZ +::Roaming bdpO? PUT/GET/MOVE/DELETE (Netscape Roaming) JWIED Watchdog and Monitoring tools Apache:: -::SizeLimit Smpf Graceful exit for large children APML -::GTopLimit Sdpn Child exit on small shared or large mem STAS -::Status Smpf Embedded interpreter runtime status APML -::VMonitor Mdpn Visual System and Processes Monitor STAS +::SizeLimit Smpf? Graceful exit for large children APML +::GTopLimit Sdpn? Child exit on small shared or large mem STAS +::Status Smpf? Embedded interpreter runtime status APML +::VMonitor Mdpn? Visual System and Processes Monitor STAS Apache::Watchdog:: -::RunAway Rdpn RunAway processes watchdog/terminator STAS +::RunAway Rdpn? RunAway processes watchdog/terminator STAS Development and Debug tools Apache:: -::DB amcO Hook Perl interactive DB into mod_perl DOUGM -::Debug Rmpf mod_perl debugging utilities APML -::DebugInfo ampO Per-request data logging GEOFF -::DProf bmcf Hook Devel::DProf into mod_perl DOUGM -::FakeRequest ampO Implement Apache methods off-line APML -::Leak bmcf Memory leak tracking routines APML -::Peek amcf Devel::Peek for mod_perl APML -::SawAmpersand bmpf Make sure noone is using $&, $' or $` APML -::SmallProf bmpf Hook Devel::SmallProf into mod_perl DOUGM -::StatINC Smpf Reload require'd files when updated APML -::Symbol bmcO Things for symbol things APML -::Symdump bmpf Symbol table snapshots to disk APML -::test Smpf Handy routines for 'make test' scripts APML +::DB amcO? Hook Perl interactive DB into mod_perl DOUGM +::Debug Rmpf? mod_perl debugging utilities APML +::DebugInfo ampO? Per-request data logging GEOFF +::DProf bmcf? Hook Devel::DProf into mod_perl DOUGM +::FakeRequest ampO? Implement Apache methods off-line APML +::Leak bmcf? Memory leak tracking routines APML +::Peek amcf? Devel::Peek for mod_perl APML +::SawAmpersand bmpf? Make sure noone is using $&, $' or $` APML +::SmallProf bmpf? Hook Devel::SmallProf into mod_perl DOUGM +::StatINC Smpf? Reload require'd files when updated APML +::Symbol bmcO? Things for symbol things APML +::Symdump bmpf? Symbol table snapshots to disk APML +::test Smpf? Handy routines for 'make test' scripts APML Miscellaneous Apache modules Apache:: -::Byterun i Run Perl bytecode modules DOUGM -::Cookie amcO C version of CGI::Cookie APML -::Icon bdcO Access to AddIcon* configuration DOUGM -::Include Smpf mod_include + Apache::Registry handler APML -::Mmap bdcf Share data via Mmap module FLETCH -::ParseLog bdpO OO interface to Apache log files AKIRA -::RegistryLoader SmpO Apache::Registry startup script loader APML -::Request amcO CGI.pm functionality using API methods JIMW -::Safe ampO Adaptation of "safecgiperl" APML -::Session bmpO Maintain client <-> httpd session/state JBAKER -::Servlet ampO Interface to the Java Servlet engine IKLUFT -::SIG SmpO Signal handlers for mod_perl APML -::State i Powerful state engine RSE -::TempFile bdpf Manage temporary files TOMHUGHES -::Upload amcO File upload class APML +::Byterun i ? Run Perl bytecode modules DOUGM +::Cookie amcO? C version of CGI::Cookie APML +::Icon bdcO? Access to AddIcon* configuration DOUGM +::Include Smpf? mod_include + Apache::Registry handler APML +::Mmap bdcf? Share data via Mmap module FLETCH +::ParseLog bdpO? OO interface to Apache log files AKIRA +::RegistryLoader SmpO? Apache::Registry startup script loader APML +::Request amcO? CGI.pm functionality using API methods JIMW +::Safe ampO? Adaptation of "safecgiperl" APML +::Session bmpO? Maintain client <-> httpd session/state JBAKER +::Servlet ampO? Interface to the Java Servlet engine IKLUFT +::SIG SmpO? Signal handlers for mod_perl APML +::State i ? Powerful state engine RSE +::TempFile bdpf? Manage temporary files TOMHUGHES +::Upload amcO? File upload class APML Netscape:: -::Cache bdpO Access Netscape cache files SREZIC -::History bdpO Class for accessing Netscape history DB NEILB -::HistoryURL bdpO Like a URI::URL, but with visit time NEILB -::Server adcO Perl interface to Netscape httpd API BSUGARS +::Bookmarks bdp?? Netscape bookmarks BDFOY +::Cache bdpOp Access Netscape cache files SREZIC +::History bdpO? Class for accessing Netscape history DB NEILB +::HistoryURL bdpO? Like a URI::URL, but with visit time NEILB +::Server adcO? Perl interface to Netscape httpd API BSUGARS HyperWave:: -::CSP cdpO Interface to HyperWave's HCI protocol GOSSAMER +::CSP cdpO? Interface to HyperWave's HCI protocol GOSSAMER WebFS:: -::FileCopy Rdpf Get, put, copy, delete files located by URL BZAJAC +::FileCopy Rdpf? Get, put, copy, delete files located by URL BZAJAC WebCache:: -::Digest bdpf Internet Cache Protocol (RFCs 2186 and 2187) MHAMILTON - -ASP Rdpr Perl interface to ASP PerlScript TIMMY -Authorizenet bdpf Get Credit Card Info from authorizenet DLINCOLN -BizTalk RdpO Microsoft BizTalk Framework Toolkit SIMONJ -CGI_Lite MnpO Light-weight interface for fast apps SHGUN -CIPP RdpO Preprocessor for embedding Perl, SQL in HTML JRED -Catalog bmpO Manage/display resources catalog (URLs etc.) LDACHARY -WDDX RdpO Allows distributed data exchange via XML GUELICH -WING RmhO Apache based IMAP/NNTP Gateway MICB -WOMP cdpO CGI App Dev Suite: authen/state/html SPADKINS - -FCGI Rdcr Fast CGI SKIMO +::Digest bdpf? Internet Cache Protocol (RFCs 2186 and 2187) MHAMILTON + +ASP Rdpr? Perl interface to ASP PerlScript TIMMY +Authorizenet bdpf? Get Credit Card Info from authorizenet DLINCOLN +BizTalk RdpO? Microsoft BizTalk Framework Toolkit SIMONJ +CGI_Lite MnpO? Light-weight interface for fast apps SHGUN +CIPP RdpO? Preprocessor for embedding Perl, SQL in HTML JRED +Catalog bmpO? Manage/display resources catalog (URLs etc.) LDACHARY +WDDX RdpO? Allows distributed data exchange via XML GUELICH +WING RmhO? Apache based IMAP/NNTP Gateway MICB +WOMP cdpO? CGI App Dev Suite: authen/state/html SPADKINS + +FCGI Rdcr? Fast CGI SKIMO FCGI:: -::ProcManager bdpO A FastCGI process manager JURACH +::ProcManager bdpO? A FastCGI process manager JURACH + +PApp bmch? Multi-page-state-preserving web applications MLEHMANN + +OurNet Rmch? Interface to BBS-based groupware platforms AUTRIJUS -PApp bmch Multi-page-state-preserving web applications MLEHMANN +HTTP:QuickBase RdpO? Wraps the QuickBase HTTP API CVONROES -OurNet Rmch Interface to BBS-based groupware platforms AUTRIJUS +UDDI RdpO? UDDI client interface GAAS _______________________________________________________________________ 16) Server and Daemon Utilities -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- -Event bmch fast, generic event loop JPRIT +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- +MailBot cdpO? Archive server, listserv, auto-responder RHNELSON +Mud cdcO? A multi-user online interactive game server GED + +Event bmch? fast, generic event loop JPRIT Event:: -::Stats Rmcf Collects statistics for Event JPRIT -::tcp bmpO TCP session layer library JPRIT +::Stats Rmcf? Collects statistics for Event JPRIT +::tcp bmpO? TCP session layer library JPRIT + +EventServer RupO? Triggers objects on i/o, timers & interrupts JACKS +::Functions Rupf? Utility functions for initializing servers JACKS +::Gettimeofday Rupr? gettimeofday syscall wrapper JACKS +::Signal Rupr? signalhandler for the eventserver JACKS -EventServer RupO Triggers objects on i/o, timers & interrupts JACKS -::Functions Rupf Utility functions for initializing servers JACKS -::Gettimeofday Rupr gettimeofday syscall wrapper JACKS -::Signal Rupr signalhandler for the eventserver JACKS +FUSE:: +::Server RdpO? Custom FUSE server creation IAMCAL +::Client cdpOp Custom FUSE client creation IAMCAL + +NetServer:: +::Compiler idph? State machine compiler for TCP/IP servers CHSTROSS +::Generic RdpO? generic OOP class for internet servers CHSTROSS +::Portal bmpO? Sets up a mini-server accessible via telnet JPRIT + +Reefknot:: +::Server impO? RFC2445 calendar server SRL +::Client impO? RFC2445 calendar client SRL Server::Server:: -::EventDriven RupO See 'EventServer' (compatibility maintained) JACKS +::EventDriven RupO? See 'EventServer' (compatibility maintained) JACKS Server::Echo:: -::MailPipe cup A process which accepts piped mail JACKS -::TcpDForking cup TCP daemon which forks clients JACKS -::TcpDMplx cup TCP daemon which multiplexes clients JACKS -::TcpISWFork cup TCP inetd wait process, forks clients JACKS -::TcpISWMplx cup TCP inetd wait process, multiplexes clients JACKS -::TcpISNowait cup TCP inetd nowait process JACKS -::UdpD cup UDP daemon JACKS -::UdpIS cup UDP inetd process JACKS +::MailPipe cup ? A process which accepts piped mail JACKS +::TcpDForking cup ? TCP daemon which forks clients JACKS +::TcpDMplx cup ? TCP daemon which multiplexes clients JACKS +::TcpISWFork cup ? TCP inetd wait process, forks clients JACKS +::TcpISWMplx cup ? TCP inetd wait process, multiplexes clients JACKS +::TcpISNowait cup ? TCP inetd nowait process JACKS +::UdpD cup ? UDP daemon JACKS +::UdpIS cup ? UDP inetd process JACKS Server::Inet:: -::Functions cdpf Utility functions for Inet socket handling JACKS -::Object cupO Basic Inet object JACKS -::TcpClientObj cupO A TCP client (connected) object JACKS -::TcpMasterObj cupO A TCP master (listening) object JACKS -::UdpObj cupO A UDP object JACKS +::Functions cdpf? Utility functions for Inet socket handling JACKS +::Object cupO? Basic Inet object JACKS +::TcpClientObj cupO? A TCP client (connected) object JACKS +::TcpMasterObj cupO? A TCP master (listening) object JACKS +::UdpObj cupO? A UDP object JACKS Server::FileQueue:: -::Functions cupf Functions for handling files and mailboxes JACKS -::Object cupO Basic object JACKS -::DirQueue cupO Files queued in a directory JACKS -::MboxQueue cupO Mail queued in a mail box JACKS +::Functions cupf? Functions for handling files and mailboxes JACKS +::Object cupO? Basic object JACKS +::DirQueue cupO? Files queued in a directory JACKS +::MboxQueue cupO? Mail queued in a mail box JACKS Server::Mail:: -::Functions cupf Functions for handling files and mailboxes JACKS -::Object cupO Basic mail object JACKS +::Functions cupf? Functions for handling files and mailboxes JACKS +::Object cupO? Basic mail object JACKS -MailBot cdpO Archive server, listserv, auto-responder RHNELSON -Mud cdcO A multi-user online interactive game server GED - -NetServer:: -::Compiler idph State machine compiler for TCP/IP servers CHSTROSS -::Generic RdpO generic OOP class for internet servers CHSTROSS -::Portal bmpO Sets up a mini-server accessible via telnet JPRIT +Spool:: +::Queue i ? Generic printer spooling facilities RAM Time:: -::Warp Rmcf Change the start and speed of Event time JPRIT - -Spool:: -::Queue i Generic printer spooling facilities RAM +::Warp Rmcf? Change the start and speed of Event time JPRIT _______________________________________________________________________ 17) Archiving, Compression and Conversion -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- Compress:: -::Bzip2 Rdcf Interface to the Bzip2 compression library AZEMGI -::LZO Rdcf Interface to the LZO compression library MFX -::LZV1 Mdcf Leight-weight Lev-Zimpel-Vogt compression MLEHMANN -::Zlib RdcO Interface to the Info-Zip zlib library PMQS -::LZF Rdcf Fast/Free/Small data compression library MLEHMANN +::Bzip2 Rdcf? Interface to the Bzip2 compression library AZEMGI +::LZO Rdcf? Interface to the LZO compression library MFX +::LZV1 Mdcf? Leight-weight Lev-Zimpel-Vogt compression MLEHMANN +::Zlib RdcO? Interface to the Info-Zip zlib library PMQS +::LZF Rdcf? Fast/Free/Small data compression library MLEHMANN Convert:: -::ASN1 adpO Standard en/decode of ASN.1 structures GBARR -::BER adpO Class for encoding/decoding BER messages GBARR -::BinHex anpO Convert to/from RFC1741 HQX7 (Mac BinHex) ERYQ -::EBCDIC adpf ASCII to/from EBCDIC CXL -::Recode Rdpf Mapping functions between character sets GAAS -::SciEng bdpO Convert numbers with scientific notation COLINK -::Translit MdpO String conversion among many character sets GENJISCH -::UU bdpf UUencode and UUdecode ANDK -::UUlib Mdcr Intelligent de- and encode (B64, UUE...) MLEHMANN -::GeekCode bnph Convert and generate geek code sequences AUTRIJUS -::IBM390 bdhf Convert data from/to S/390 representations GROMMEL -::Morse Rdpf Convert from/to Morse code (.--. . .-. .-..) TELS -::RACE bdpf Conversion between Unicode and RACE MIYAGAWA +::ASN1 adpO? Standard en/decode of ASN.1 structures GBARR +::BER adpO? Class for encoding/decoding BER messages GBARR +::BinHex anpO? Convert to/from RFC1741 HQX7 (Mac BinHex) ERYQ +::EBCDIC adpf? ASCII to/from EBCDIC CXL +::Recode Rdpf? Mapping functions between character sets GAAS +::SciEng bdpO? Convert numbers with scientific notation COLINK +::Translit MdpO? String conversion among many character sets GENJISCH +::UU bdpf? UUencode and UUdecode ANDK +::UUlib Mdcr? Intelligent de- and encode (B64, UUE...) MLEHMANN +::GeekCode bnph? Convert and generate geek code sequences AUTRIJUS +::IBM390 bdhf? Convert data from/to S/390 representations GROMMEL +::Morse Rdpf? Convert from/to Morse code (.--. . .-. .-..) TELS +::RACE bdpf? Conversion between Unicode and RACE MIYAGAWA +::Base adph? Convert integers to/from arbitrary bases. VIPUL +::PEM bdpOp Read/write encrypted ASN.1 PEM files BTROTT + +Convert::ASCII:: +::Armor RdpO? Convert binary octets to ASCII armoured msg. VIPUL AppleII:: -::Disk bdpO Read/write Apple II disk image files CJM -::ProDOS bdpO Manipulate files on ProDOS disk images CJM -::DOS33 i Manipulate files on DOS 3.3 disk images CJM -::Pascal i Manipulate files on Apple Pascal disk images CJM +::Disk bdpO? Read/write Apple II disk image files CJM +::ProDOS bdpO? Manipulate files on ProDOS disk images CJM +::DOS33 i ? Manipulate files on DOS 3.3 disk images CJM +::Pascal i ? Manipulate files on Apple Pascal disk images CJM Archive:: -::Tar adpO Read, write and manipulate tar files CDYBED -::Zip RdpO Provides an interface to ZIP archive files NEDKONZ +::Tar adpO? Read, write and manipulate tar files CDYBED +::Zip RdpO? Provides an interface to ZIP archive files NEDKONZ + +Cache:: +::Cache bdpO? Generic cache interface and implementations DCLINTON -PPM Rdpf Perl Package Manager MURRAY +PPM Rdpf? Perl Package Manager MURRAY -RPM adcO RPM package management RJRAY +RPM adcO? RPM package management RJRAY RPM:: -::Constants adcO Constants for RPM package management RJRAY -::Database adcO DB interface for RPM package management RJRAY -::Headers adcO Headers for RPM package management RJRAY +::Constants adcO? Constants for RPM package management RJRAY +::Database adcO? DB interface for RPM package management RJRAY +::Headers adcO? Headers for RPM package management RJRAY _______________________________________________________________________ 18) Images, Pixmap and Bitmap Manipulation, Drawing and Graphing -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- -ElectricArc RdpO Generic diagram manipulation toolset SELKOVJR -GIFgraph RdpO Obsolete, see GD::Graph MVERB -Gimp Mmch Rich interface to write plugins for The Gimp MLEHMANN -GraphViz RdpO Interface to the GraphViz graphing tool LBROCARD -OpenGL adcf Interface to OpenGL drawing/imaging library FIJI -PGPLOT Rdof PGPLOT plotting library - scientific graphs KGB -PixDraw adcO Drawing and manipulating true color images KSB -RenderMan a Manipulate RenderMan objects GMLEWIS -T3D cdpO Realtime extensible 3D rendering GJB -ThreeD i Namespace root for all kinds of 3D modules ADESC - -GD adcO Interface to Gd Graphics Library LDS +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- +ElectricArc RdpO? Generic diagram manipulation toolset SELKOVJR +GIFgraph RdpO? Obsolete, see GD::Graph MVERB +Gimp Mmch? Rich interface to write plugins for The Gimp MLEHMANN +GraphViz RdpOp Interface to the GraphViz graphing tool LBROCARD +Imager RmhOp Draws, reads and writes Imagefiles ADDI +OpenGL adcf? Interface to OpenGL drawing/imaging library FIJI +PGPLOT Rdof? PGPLOT plotting library - scientific graphs KGB +PixDraw adcO? Drawing and manipulating true color images KSB +RenderMan a ? Manipulate RenderMan objects GMLEWIS +T3D cdpO? Realtime extensible 3D rendering GJB +ThreeD i ? Namespace root for all kinds of 3D modules ADESC + +GD adcO? Interface to Gd Graphics Library LDS GD:: -::Barcode bdpO Create barcode image with GD KWITKNR -::Graph RdpO Create charts using GD MVERB -::Text RdpO Classes for string handling with GD MVERB +::Barcode bdpO? Create barcode image with GD KWITKNR +::Graph RdpO? Create charts using GD MVERB +::Text RdpO? Classes for string handling with GD MVERB -VRML RdpO VRML methods independent of specification HPALM +VRML RdpO? VRML methods independent of specification HPALM VRML:: -::VRML1 RdpO VRML methods with the VRML 1.0 standard HPALM -::VRML2 RdpO VRML methods with the VRML 2.0 standard HPALM -::Color Rdpf color functions and X11 color names HPALM -::Base RdpO common basic methods HPALM -::Browser i A complete VRML viewer LUKKA +::VRML1 RdpO? VRML methods with the VRML 1.0 standard HPALM +::VRML2 RdpO? VRML methods with the VRML 2.0 standard HPALM +::Color Rdpf? color functions and X11 color names HPALM +::Base RdpO? common basic methods HPALM +::Browser i ? A complete VRML viewer LUKKA Graphics:: -::Libplot RdcO Binding for C libplotter plotting library JLAPEYRE -::Plotter Rd+O Binding for C++ libplotter plotting library MAKLER -::Simple idcO Simple drawing primitives NEERI -::Turtle idp Turtle graphics package NEERI +::Libplot RdcO? Binding for C libplotter plotting library JLAPEYRE +::Plotter Rd+O? Binding for C++ libplotter plotting library MAKLER +::Simple idcO? Simple drawing primitives NEERI +::Turtle idp ? Turtle graphics package NEERI Image:: -::Colorimetry cdpO transform colors between colorspaces JONO -::DS9 adpO Interface to SAO DS9 image & analysis prog DJERIUS -::Grab RdpO Grabbing images off the Internet MAHEX -::Magick RdcO Read, query, transform, and write images JCRISTY -::ParseGIF RdpO Parse GIF images into component parts BENL -::Size Rdpf Measure size of images in common formats RJRAY -::Info RdpO Extract meta information from image files GAAS -::Imlib2 RdcO Interface to the Imlib2 image library LBROCARD +::Colorimetry cdpO? transform colors between colorspaces JONO +::DS9 adpO? Interface to SAO DS9 image & analysis prog DJERIUS +::Grab RdpO? Grabbing images off the Internet MAHEX +::Magick RdcO? Read, query, transform, and write images JCRISTY +::ParseGIF RdpO? Parse GIF images into component parts BENL +::Size Rdpf? Measure size of images in common formats RJRAY +::Info RdpO? Extract meta information from image files GAAS +::Imlib2 RdcOp Interface to the Imlib2 image library LBROCARD +::DeAnim RdpO? Create static GIF file from animated GIF KENMACF +::IPTCInfo RdpOp Extracts IPTC meta-info from images JCARTER Chart:: -::Base RdpO Business chart widget collection NINJAZ -::Gdchart bdch based on Bruce V's C gdchart distribution MHEMPEL -::Graph Rmpr front-end to gnuplot and XRT MHYOUNG -::PNGgraph RdpO Package to generate PNG graphs, uses GD.pm SBONDS -::Pie adpO Implements "new Chart::Pie()" KARLON -::Plot bdcO Graph two-dimensional data (uses GD.pm) SMORTON -::XMGR Rdph interface to XMGR plotting package TJENNESS - -Xmms bdcO Interactive remote control shell for xmms DOUGM +::Base RdpO? Business chart widget collection NINJAZ +::Gdchart bdch? based on Bruce V's C gdchart distribution MHEMPEL +::Graph Rmpr? front-end to gnuplot and XRT MHYOUNG +::PNGgraph RdpO? Package to generate PNG graphs, uses GD.pm SBONDS +::Pie adpO? Implements "new Chart::Pie()" KARLON +::Plot bdcO? Graph two-dimensional data (uses GD.pm) SMORTON +::XMGR Rdphp interface to XMGR plotting package TJENNESS +::Pie3d adpO? 3d Pie Chart Render EKMETT +::GRACE Rdphp Interface to GRACE plotting package TJENNESS + +Xmms bdcO? Interactive remote control shell for xmms DOUGM Xmms:: -::Config bdcO Perl interface to the xmms_cfg_* API DOUGM -::Remote bdcO Perl interface to the xmms_remote_* API DOUGM -::Plugin i Perl interface to the xmms plugin APIs DOUGM +::Config bdcO? Perl interface to the xmms_cfg_* API DOUGM +::Remote bdcO? Perl interface to the xmms_remote_* API DOUGM +::Plugin i ? Perl interface to the xmms plugin APIs DOUGM Flash:: -::SWF cmpO Read/Write Macromedia Flash SWF files SABREN +::SWF cmpO? Read/Write Macromedia Flash SWF files SABREN _______________________________________________________________________ 19) Mail and Usenet News -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- Mail:: -::Address adpf Manipulation of electronic mail addresses GBARR -::Alias bdpO Manipulate E-mail aliases and alias files ZELT -::Audit RdpO Toolkit for constructing mail filters SIMON -::Cap adpO Parse mailcap files as specified in RFC 1524 GBARR -::CheckUser bdpf Checking email addresses for validness ILYAM -::Ezmlm bdpO Object methods for ezmlm mailing lists GHALSE -::Field RdpO Base class for handling mail header fields GBARR -::Folder adpO Base-class for mail folder handling KJOHNSON -::Freshmeat RdpO Parses newsletters from http://freshmeat.net ASPIERS -::Header RdpO Manipulate mail RFC822 compliant headers GBARR -::Internet adpO Functions for RFC822 address manipulations GBARR -::MH adcr MH mail interface MRG -::Mailer adpO Simple mail agent interface (see Mail::Send) GBARR -::POP3Client RdpO Support for clients of POP3 servers SDOWD -::Procmail Rdpf Procmail-like facility for creating easy mai JV -::Send adpO Simple interface for sending mail GBARR -::Sender MdpO socket() based mail with attachments, SMTP JENDA -::Sendmail Rdpf Simple platform independent mailer MIVKOVIC -::UCEResponder i Spamfilter CHSTROSS -::Util adpf Mail utilities (for by some Mail::* modules) GBARR -::IMAPClient RdpO An IMAP Client API DJKERNEN -::VersionTracker cdpO Parses newsletters from versiontracker.com AFOXSON -::Box bdpO Mail-folder manager, fast MUA backend MARKOV -::Vmailmgr bdpO A Perl module to use Vmailmgr daemon MARTIN +::Address adpf? Manipulation of electronic mail addresses GBARR +::Alias bdpO? Manipulate E-mail aliases and alias files ZELT +::Audit RdpO? Toolkit for constructing mail filters SIMON +::Cap adpO? Parse mailcap files as specified in RFC 1524 GBARR +::CheckUser bdpf? Checking email addresses for validness ILYAM +::Ezmlm bdpO? Object methods for ezmlm mailing lists GHALSE +::Field RdpO? Base class for handling mail header fields GBARR +::Folder adpO? Base-class for mail folder handling KJOHNSON +::Freshmeat RdpO? Parses newsletters from http://freshmeat.net ASPIERS +::Header RdpO? Manipulate mail RFC822 compliant headers GBARR +::Internet adpO? Functions for RFC822 address manipulations GBARR +::MH adcr? MH mail interface MRG +::Mailer adpO? Simple mail agent interface (see Mail::Send) GBARR +::POP3Client RdpO? Support for clients of POP3 servers SDOWD +::Procmail Rdpf? Procmail-like facility for creating easy mai JV +::Send adpO? Simple interface for sending mail GBARR +::Sender MdpO? socket() based mail with attachments, SMTP JENDA +::Sendmail Rdpf? Simple platform independent mailer MIVKOVIC +::UCEResponder i ? Spamfilter CHSTROSS +::Util adpf? Mail utilities (for by some Mail::* modules) GBARR +::IMAPClient RdpO? An IMAP Client API DJKERNEN +::VersionTracker cdpO? Parses newsletters from versiontracker.com AFOXSON +::Box bdpO? Mail-folder manager, fast MUA backend MARKOV +::Vmailmgr bdpO? A Perl module to use Vmailmgr daemon MARTIN +::ListDetector bdpO? Mailing list message detector MSTEVENS +::PerlTix cmpO? Mail ticketing and transaction system JJARVINEN Mail::Field:: -::Received RdpO Parses Received headers as per RFC822 ASPIERS +::Received RdpO? Parses Received headers as per RFC822 ASPIERS News:: -::Article adpO Module for handling Usenet articles AGIERTH -::Gateway ampO Mail/news gatewaying, moderation support RRA -::NNTPClient bdpO Support for clients of NNTP servers RVA -::Newsrc adpO Manage .newsrc files SWMCD -::Scan cdpO Gathers and reports newsgroup statistics GBACON +::Article adpO? Module for handling Usenet articles AGIERTH +::Gateway ampO? Mail/news gatewaying, moderation support RRA +::NNTPClient bdpO? Support for clients of NNTP servers RVA +::Newsrc adpO? Manage .newsrc files SWMCD +::Scan cdpO? Gathers and reports newsgroup statistics GBACON NNTP:: -::Server i Support for an NNTP server JOEHIL +::Server i ? Support for an NNTP server JOEHIL NNML:: -::Server adpO An simple RFC 977 NNTP server ULPFR +::Server adpO? An simple RFC 977 NNTP server ULPFR IMAP:: -::Admin RdpO IMAP Administration EESTABROO +::Admin RdpO? IMAP Administration EESTABROO Sendmail:: -::Milter Rdch Write mail filters for sendmail in Perl CYING +::Milter Rdch? Write mail filters for sendmail in Perl CYING _______________________________________________________________________ 20) Control Flow Utilities (callbacks and exceptions etc) -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- -AtExit Rdpr atexit() function to register exit-callbacks BRADAPP -Callback RdpO Define easy to use function callback objects MUIR -Religion adpr Control where you go when you die()/warn() KJALB +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- +AtExit Rdpr? atexit() function to register exit-callbacks BRADAPP +Callback RdpO? Define easy to use function callback objects MUIR +Religion adpr? Control where you go when you die()/warn() KJALB Hook:: -::PrePostCall adpO Add actions before and after a routine PVERD +::PrePostCall adpO? Add actions before and after a routine PVERD -Memoize bdpr Automatically cache results of functions MJD +Memoize bdpr? Automatically cache results of functions MJD Memoize:: -::ExpireLRU Rdpr Provide LRU Expiration for Memoize BPOWERS +::ExpireLRU Rdpr? Provide LRU Expiration for Memoize BPOWERS + +ReleaseAction bdph? Trigger actions on destruction of a handle TILLY _______________________________________________________________________ 21) File Handle, Directory Handle and Input/Output Stream Utilities -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- IO:: -::AtomicFile RdpO Write a file which is updated atomically ERYQ -::Dir cdpO Directory handle objects and methods GBARR -::File cdpO Methods for disk file based i/o handles GBARR -::Handle cdpO Base class for input/output handles GBARR -::Lines RdpO I/O handle to read/write to array of lines ERYQ -::Pipe cdpO Methods for pipe handles GBARR -::Ptty adcf Pseudo terminal interface functions RGIERSIG -::Pty cdpO Methods for pseudo-terminal allocation etc PEASE -::React RdpO OO Expect-like communication GARROW -::STREAMS cdcO Methods for System V style STREAMS control NI-S -::Scalar RdpO I/O handle to read/write to a string ERYQ -::ScalarArray RdpO I/O handle to read/write to array of scalars ERYQ -::Seekable cdpO Methods for seekable input/output handles GBARR -::Select adpO Object interface to system select call GBARR -::Socket cdpO Methods for socket input/output handles GBARR -::Stty bdpf POSIX compliant stty interface RGIERSIG -::Tee RdpO Multiplex output to multiple handles KENSHAN -::Wrap RdpO Wrap old-style FHs in standard OO interface ERYQ -::WrapTie RdpO Tie your handles & retain full OO interface ERYQ -::Zlib bdpO IO:: style interface to Compress::Zlib TOMHUGHES - -FileHandle SupO File handle objects and methods P5P -FileCache Supf Keep more files open than the system permits P5P -DirHandle SupO Directory handle objects and methods CHIPS -SelectSaver SupO Save and restore selected file handle CHIPS -Selectable cdpO Event-driven I/O streams MUIR +::AtomicFile RdpO? Write a file which is updated atomically ERYQ +::Dir cdpO? Directory handle objects and methods P5P +::File cdpO? Methods for disk file based i/o handles P5P +::Handle cdpO? Base class for input/output handles P5P +::Lines RdpO? I/O handle to read/write to array of lines ERYQ +::Pipe cdpO? Methods for pipe handles P5P +::Ptty adcf? Pseudo terminal interface functions RGIERSIG +::Pty cdpO? Methods for pseudo-terminal allocation etc PEASE +::React RdpO? OO Expect-like communication GARROW +::STREAMS cdcO? Methods for System V style STREAMS control NI-S +::Scalar RdpO? I/O handle to read/write to a string ERYQ +::ScalarArray RdpO? I/O handle to read/write to array of scalars ERYQ +::Seekable cdpO? Methods for seekable input/output handles P5P +::Select adpO? Object interface to system select call P5P +::Socket cdpO? Methods for socket input/output handles P5P +::Stty bdpf? POSIX compliant stty interface RGIERSIG +::Tee RdpO? Multiplex output to multiple handles KENSHAN +::Wrap RdpO? Wrap old-style FHs in standard OO interface ERYQ +::WrapTie RdpO? Tie your handles & retain full OO interface ERYQ +::Zlib bdpO? IO:: style interface to Compress::Zlib TOMHUGHES +::Default RdpO? Replace select() with $DEFOUT, $DEFERR, $DEF NWIGER +::String RdpO? IO::File interface for in-core strings GAAS +::Stringy RdpO? I/O on in-core objects like strings/arrays ERYQ + +FileHandle SupO? File handle objects and methods P5P +FileCache Supf? Keep more files open than the system permits P5P +DirHandle SupO? Directory handle objects and methods CHIPS +SelectSaver SupO? Save and restore selected file handle CHIPS +Selectable cdpO? Event-driven I/O streams MUIR Log:: -::Agent adpO A general logging framework RAM -::Dispatch RdpO Log messages to multiple outputs DROLSKY -::Topics Rdpf Control flow of topic based logging messages JARW -::TraceMessages RdpO Print developer's trace messages EDAVIS +::Agent adpO? A general logging framework RAM +::Delayed RdpOa Delay error exits until multiple errors seen WSNYDER +::Detect RdpOa Detect and show error regexps in logfiles WSNYDER +::Dispatch RdpOp Log messages to multiple outputs DROLSKY +::Loggerx RdpOp Simple file logging interface JSCH +::Topics Rdpf? Control flow of topic based logging messages JARW +::TraceMessages RdpO? Print developer's trace messages EDAVIS Log::Agent:: -::Logger adpO Application-level logging interface RAM -::Rotate adpO Logfile rotation config and support RAM +::Logger adpO? Application-level logging interface RAM +::Rotate adpO? Logfile rotation config and support RAM -Expect RdpO Close relative of Don Libes' Expect in perl RGIERSIG +Expect RdpO? Close relative of Don Libes' Expect in perl RGIERSIG _______________________________________________________________________ 22) Microsoft Windows Modules -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- Win32:: -::ADO adpf ADO Constants and helper functions MSERGEANT -::ASP Rdpr Makes PerlScript ASP development easier WNODOM -::AbsPath Rdpf relative paths to absolute, understands UNCs JENDA -::AdminMisc Rdcf Misc admin and net functions DAVEROTH -::COM cd+O Access to native COM interfaces JDB -::ChangeNotify bdcO Monitor changes to files and directories CJM -::Clipboard Rdch Interaction with the Windows clipboard ACALPINI -::Console Rdch Win32 Console and Character mode functions ACALPINI -::Event bdcO Use Win32 event objects for IPC CJM -::EventLog adcf Interface to Win32 EventLog functions WIN32 -::FUtils bdcf Implements missing File Utility functions JOCASA -::FileOp Mdpf file operations + fancy dialogs, INI files JENDA -::FileType RdpO modify Win32 fily type mapping JENDA -::GD RdcO Win32 port of the GD extension (gif module) DAVEROTH -::GUI bmch Perl-Win32 Graphical User Interface ACALPINI -::GuiTest Rdcf SendKeys, FindWindowLike and more ERNGUI -::IPC bdcO Base class for Win32 synchronization objects CJM -::Internet RdcO Perl Module for Internet Extensions ACALPINI -::Message bdcf Network based message passing DAVEROTH -::Mutex bdcO Use Win32 mutex objects for IPC CJM -::NetAdmin adcf Interface to Win32 NetAdmin functions WIN32 -::NetResource adcf Interface to Win32 NetResource functions WIN32 -::ODBC Rd+O ODBC interface for accessing databases DAVEROTH -::OLE Rm+h Interface to OLE Automation JDB -::Pipe Rd+O Named Pipes and assorted function DAVEROTH -::Process adcf Interface to Win32 Process functions WIN32 -::RASE Rdpf Dialup entries and connections on Win32 MBLAZ -::Registry adcf Interface to Win32 Registry functions WIN32 -::Semaphore bdcO Use Win32 semaphore objects for IPC CJM -::SerialPort RdpO Win32 Serial functions/constants/interface BBIRTH -::Shortcut Rd+O Manipulate Windows Shortcut files ACALPINI -::Sound Rdch An extension to play with Windows sounds ACALPINI -::WinError adcf Interface to Win32 WinError functions WIN32 -::SystemInfo RdpO Memory and Processor information CJOHNSTON -::API RdcO Perl Win32 API Import Facility ACALPINI +::ADO adpf? ADO Constants and helper functions MSERGEANT +::ASP Rdpr? Makes PerlScript ASP development easier WNODOM +::AbsPath Rdpf? relative paths to absolute, understands UNCs JENDA +::AdminMisc Rdcf? Misc admin and net functions DAVEROTH +::COM cd+O? Access to native COM interfaces JDB +::ChangeNotify bdcO? Monitor changes to files and directories CJM +::Clipboard Rdch? Interaction with the Windows clipboard ACALPINI +::Console Rdch? Win32 Console and Character mode functions ACALPINI +::Event bdcO? Use Win32 event objects for IPC CJM +::EventLog adcf? Interface to Win32 EventLog functions WIN32 +::FUtils bdcf? Implements missing File Utility functions JOCASA +::FileOp Mdpf? file operations + fancy dialogs, INI files JENDA +::FileType RdpO? modify Win32 fily type mapping JENDA +::GD RdcO? Win32 port of the GD extension (gif module) DAVEROTH +::GUI bmch? Perl-Win32 Graphical User Interface ACALPINI +::GuiTest Rdcf? SendKeys, FindWindowLike and more ERNGUI +::IPC bdcO? Base class for Win32 synchronization objects CJM +::Internet RdcO? Perl Module for Internet Extensions ACALPINI +::Message bdcf? Network based message passing DAVEROTH +::Mutex bdcO? Use Win32 mutex objects for IPC CJM +::NetAdmin adcf? Interface to Win32 NetAdmin functions WIN32 +::NetResource adcf? Interface to Win32 NetResource functions WIN32 +::ODBC Rd+O? ODBC interface for accessing databases DAVEROTH +::OLE Rm+h? Interface to OLE Automation JDB +::Pipe Rd+O? Named Pipes and assorted function DAVEROTH +::Process adcf? Interface to Win32 Process functions WIN32 +::RASE Rdpf? Dialup entries and connections on Win32 MBLAZ +::Registry adcf? Interface to Win32 Registry functions WIN32 +::Semaphore bdcO? Use Win32 semaphore objects for IPC CJM +::SerialPort RdpO? Win32 Serial functions/constants/interface BBIRTH +::Shortcut Rd+O? Manipulate Windows Shortcut files ACALPINI +::Sound Rdch? An extension to play with Windows sounds ACALPINI +::WinError adcf? Interface to Win32 WinError functions WIN32 +::SystemInfo RdpO? Memory and Processor information CJOHNSTON +::API RdcO? Perl Win32 API Import Facility ACALPINI +::DriveInfo Rdpf? drives on Win32 systems MBLAZ + +Win32::MultiMedia:: +::Mci cdch? An interface for the MCI system on Win32 THAMUS +::Joystick cdch? An interface for game controllers on Win32 THAMUS Win32::OLE:: -::OPC RdpO Ole for Process Control Server Interface MARTINTO +::OPC RdpO? Ole for Process Control Server Interface MARTINTO Win32API:: -::CommPort RdpO Win32 Serial functions/constants/interface BBIRTH -::Console cdcf Win32 Console Window functions/consts TYEMQ -::File cdcf Win32 file/dir functions/constants TYEMQ -::Registry adcf Win32 Registry functions/constants TYEMQ -::WinStruct cdcf Routines for Win32 Windowing data structures TYEMQ -::Window cdcf Win32 Windowing functions/constants TYEMQ +::CommPort RdpO? Win32 Serial functions/constants/interface BBIRTH +::Console cdcf? Win32 Console Window functions/consts TYEMQ +::File cdcf? Win32 file/dir functions/constants TYEMQ +::Registry adcf? Win32 Registry functions/constants TYEMQ +::WinStruct cdcf? Routines for Win32 Windowing data structures TYEMQ +::Window cdcf? Win32 Windowing functions/constants TYEMQ -WinNT cdcf Interface to Windows NT specific functions WIN32 -NT cdcf Old name for WinNT - being phased out WIN32 -Win95 i Interface to Windows 95 specific functions WIN32 +WinNT cdcf? Interface to Windows NT specific functions WIN32 +NT cdcf? Old name for WinNT - being phased out WIN32 +Win95 i ? Interface to Windows 95 specific functions WIN32 _______________________________________________________________________ 23) Miscellaneous Modules -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- -ARS Mmhh Interface to Remedy's Action Request API JMURPHY -Agent cdpO Transportable Agent module SPURKIS -Archie Rdpf Archie queries via Prospero ARDP protocol GBOSS -BnP RdhO Build'n'Play all-purpose batch install. tool STBEY -Bundle i Namespace reserved for modules collections ANDK -CPAN RdpO Perl Archive browse and download ANDK -Gedcom bmpO Interface to genealogy Gedcom files PJCJ -Logfile RdpO Generic methods to analyze logfiles ULPFR -NetObj adpO Module loading in real time over TCP/IP JDUNCAN -Neural ad+O Generic simulation of neural networks LUKKA -Nexus cdcO Interface to Nexus (threads/ipc/processes) RDO -Pcap i An interface for LBL's packet capture lib AMOSS -Roman Rdpf Convert Roman numbers to and from Arabic OZAWA -SDDF cd+O Interface to Pablo Self Defining Data Format FIS +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- +ARS Mmhh? Interface to Remedy's Action Request API JMURPHY +Agent cdpO? Transportable Agent module SPURKIS +Archie Rdpf? Archie queries via Prospero ARDP protocol GBOSS +BnP RdhO? Build'n'Play all-purpose batch install. tool STBEY +Bundle i ? Namespace reserved for modules collections ANDK +CPAN RdpO? Perl Archive browse and download ANDK +Gedcom bmpOp Interface to genealogy Gedcom files PJCJ +Hints RdpO? Tools for access hints databases (tips) MILSO +Logfile RdpO? Generic methods to analyze logfiles ULPFR +NetObj adpO? Module loading in real time over TCP/IP JDUNCAN +Neural ad+O? Generic simulation of neural networks LUKKA +Nexus cdcO? Interface to Nexus (threads/ipc/processes) RDO +Pcap i ? An interface for LBL's packet capture lib AMOSS +Roman Rdpf? Convert Roman numbers to and from Arabic OZAWA +SDDF cd+O? Interface to Pablo Self Defining Data Format FIS AI:: -::Fuzzy RdpO Perl extension for Fuzzy Logic SABREN -::jNeural RdcO Jet's Neural Architecture JETTERO -::NeuralNet RdpO A simple back-prop neural net JBRYAN +::Fuzzy RdpO? Perl extension for Fuzzy Logic SABREN +::jNeural RdcO? Jet's Neural Architecture JETTERO +::NeuralNet RdpO? A simple back-prop neural net JBRYAN + +AI::NeuralNet:: +::SOM adpO? Kohonen Self-Organizing Maps VOISCHEV AI::Gene:: -::Sequence RdpO Base class of mutation methods +gene grammar AJGOUGH -::Simple RdpO Base class of mutation methods AJGOUGH +::Sequence RdpO? Base class of mutation methods +gene grammar AJGOUGH +::Simple RdpO? Base class of mutation methods AJGOUGH Astro:: -::Coord Rdpf Transform telescope and source coordinates CPHIL -::Misc Rdpf Miscellaneous astronomical routines CPHIL -::MoonPhase Rdpf Information about the phase of the Moon. RPIKKARA -::SLA Rdcf Interface to SLALIB positional astronomy lib TJENNESS -::SunTime cdpf Calculate sun rise/set times ROBF -::Time Rdpf General time conversions for Astronomers CPHIL -::Sunrise RdpO Computes sunrise/sunset for a given day RKHILL +::Coord Rdpf? Transform telescope and source coordinates CPHIL +::Misc Rdpf? Miscellaneous astronomical routines CPHIL +::MoonPhase Rdpf? Information about the phase of the Moon. RPIKKARA +::SLA Rdcfp Interface to SLALIB positional astronomy lib TJENNESS +::SunTime cdpf? Calculate sun rise/set times ROBF +::Time Rdpfp General time conversions for Astronomers CPHIL +::Sunrise RdpO? Computes sunrise/sunset for a given day RKHILL +::SkyCat cd+Op Interface to ESO SkyCat library TJENNESS Audio:: -::CD bdcO Perl interface to libcdaudio (cd + cddb) DOUGM -::Sox i sox sound library as one or more modules NI-S -::SoundFile adcO Sound I/O based on libsndfile, PDL interface TAIY -::Mixer bdcf Sound mixer control using ioctl SERGEY +::CD bdcO? Perl interface to libcdaudio (cd + cddb) DOUGM +::Sox i ? sox sound library as one or more modules NI-S +::SoundFile adcO? Sound I/O based on libsndfile, PDL interface TAIY +::Mixer bdcf? Sound mixer control using ioctl SERGEY +::OSS Rdcf? Interface to Open Sound System audio devices DJHD Audio::Play:: -::MPG123 MdcO Generic frontend for MPG123 MLEHMANN +::MPG123 MdcO? Generic frontend for MPG123 MLEHMANN MPEG:: -::ID3v1Tag MdpO ID3v1 MP3 Tag Reader/Writer SVANZOEST -::ID3v2Tag bdpO OO, extensible ID3 v2.3 tagging module MDIMEO -::MP3Play RdhO Create your own MPEG audio player JRED +::ID3v1Tag MdpO? ID3v1 MP3 Tag Reader/Writer SVANZOEST +::ID3v2Tag bdpO? OO, extensible ID3 v2.3 tagging module MDIMEO +::MP3Play RdhO? Create your own MPEG audio player JRED MP3:: -::Info bdpf Manipulate / fetch info from MP3 audio files CNANDOR -::Tag bdpO Tag - Module for reading tags of mp3 files THOGEE -::Daemon bdpO A daemon that possesses mpg123 BEPPU +::Info bdpfa Manipulate / fetch info from MP3 audio files CNANDOR +::Tag bdpO? Tag - Module for reading tags of mp3 files THOGEE +::Daemon bdpO? A daemon that possesses mpg123 BEPPU BarCode:: -::UPC i Produce PostScript UPC barcodes JONO +::UPC i ? Produce PostScript UPC barcodes JONO -Bio i Utilities for molecular biology SEB +Bio i ? Utilities for molecular biology SEB Bio:: -::Genex bmpO Store, manipulate gene expression data JASONS +::Genex bmpO? Store, manipulate gene expression data JASONS Business:: -::Cashcow i??? Internet payment with the Danish PBS GKE -::CreditCard Rdpf Credit card number check digit test IVAN -::ISBN RdpO Work with ISBN as objects BDFOY -::ISSN adpO Object and functions to work with ISSN SAPAPO -::OnlinePayment RdpO Ecommerce middleware JASONK -::UPC ???? manipulating Universal Product Codes ROBF -::US_Amort Mdph US-style loan amortization calculations SBURKE +::Cashcow i???? Internet payment with the Danish PBS GKE +::CreditCard Rdpfp Credit card number check digit test IVAN +::ISBN RdpO? Work with ISBN as objects BDFOY +::ISSN adpO? Object and functions to work with ISSN SAPAPO +::OnlinePayment RdpO? Ecommerce middleware JASONK +::UPC ????? manipulating Universal Product Codes ROBF +::US_Amort Mdph? US-style loan amortization calculations SBURKE Chemistry:: -::Elements RdpO Working with Chemical Elements BDFOY -::Isotopes idpO extends Elements to deal with isotopes BDFOY +::Elements RdpO? Working with Chemical Elements BDFOY +::Isotopes idpO? extends Elements to deal with isotopes BDFOY Cisco:: -::Conf adpO Cisco router administratian via TFTP JWIED +::Conf adpO? Cisco router administratian via TFTP JWIED Embedix:: -::DB bdpO persistence for ECDs BEPPU +::DB bdpO? persistence for ECDs BEPPU FAQ:: -::OMatic RdpO A CGI-based FAQ/help database maintainer JHOWELL +::OMatic RdpO? A CGI-based FAQ/help database maintainer JHOWELL -FestVox i??? Build synthetic voices (cf. www.festvox.org) LENZO +Festival:: +::Client RdpO? Communicate with a Festival server GOSSAMER + +Festival::Client:: +::Async RdpO? Festival client blocking or non-blocking DJHD + +FestVox i???? Build synthetic voices (cf. www.festvox.org) LENZO Finance:: -::Quote RmpO Fetch stock prices over the Internet PJF -::QuoteHist RdpO Historical stock quotes from multiple sites MSISK +::Quote RmpO? Fetch stock prices over the Internet PJF +::QuoteHist RdpO? Historical stock quotes from multiple sites MSISK +::Streamer adpOp interface to Datek Streamer JERI Games:: -::Cards adpO Tools to write card games in Perl AKARGER -::Dice cdpf Simulates rolling dice PNE -::Hex cdpO Object library for hexmap-based board games JHKIM -::WordFind bdpO Generate word-find type puzzles AJOHNSON -::Alak Rdpf a simple gomoku-like game SBURKE -::Dissociate Mdpf a Dissociated Press algorithm and filter SBURKE -::Worms RdpO A life simulator for Conway/Patterson worms SBURKE -::AIBots bmpO An improved clone of A.I.Wars in Perl AUTRIJUS +::Cards adpO? Tools to write card games in Perl AKARGER +::Dice cdpf? Simulates rolling dice PNE +::Hex cdpO? Object library for hexmap-based board games JHKIM +::WordFind bdpO? Generate word-find type puzzles AJOHNSON +::Alak Rdpf? a simple gomoku-like game SBURKE +::Dissociate Mdpf? a Dissociated Press algorithm and filter SBURKE +::Worms RdpO? A life simulator for Conway/Patterson worms SBURKE +::AIBots bmpO? An improved clone of A.I.Wars in Perl AUTRIJUS Geo:: -::METAR Rdpf Process Aviation Weather (METAR) Data JZAWODNY -::Storm_Tracker i Retrieves tropical storm advisories CARPENTER -::WeatherNOAA Rdpf Current/forecast weather from NOAA MSOLOMON +::METAR Rdpf? Process Aviation Weather (METAR) Data JZAWODNY +::Storm_Tracker i ? Retrieves tropical storm advisories CARPENTER +::WeatherNOAA Rdpf? Current/forecast weather from NOAA MSOLOMON HP200LX:: -::DB cdpO Handle HP 200LX palmtop computer database GGONTER -::DBgui cdpO Tk base GUI for HP 200LX db files GGONTER +::DB cdpO? Handle HP 200LX palmtop computer database GGONTER +::DBgui cdpO? Tk base GUI for HP 200LX db files GGONTER LEGO:: -::RCX bdpO Control you Lego Mindstorm RCX computer JQUILLAN +::RCX bdpO? Control you Lego Mindstorm RCX computer JQUILLAN -MIDI Mdph read/edit/compose MIDI files SBURKE +MIDI Mdph? read/edit/compose MIDI files SBURKE MIDI:: -::Realtime cdpO Interacts with MIDI devices in realtime FOOCHRE +::Realtime cdpO? Interacts with MIDI devices in realtime FOOCHRE Music:: -::GUIDO cdpO Reads, writes, and manipulates GUIDO scores KARLWARD +::GUIDO cdpO? Reads, writes, and manipulates GUIDO scores KARLWARD -Penguin RdpO Remote Perl in Secure Environment AMERZKY +Penguin RdpO? Remote Perl in Secure Environment AMERZKY Penguin:: -::Easy RdpO Provides quick, easy access to Penguin API JDUNCAN +::Easy RdpO? Provides quick, easy access to Penguin API JDUNCAN Psion:: -::Db idpO Handle Psion palmtop computer database files IANPX +::Db idpO? Handle Psion palmtop computer database files IANPX Remedy:: -::AR adcO Interface to Remedy's Action Request API RIK +::AR adcO? Interface to Remedy's Action Request API RIK Router:: -::LG bdpO Execute commands on routers (based on lg.pl) CHRISJ +::LG bdpO? Execute commands on routers (based on lg.pl) CHRISJ Schedule:: See also Schedule:: in chapter 4 -::Match adpf Pattern-based crontab-like schedule TAIY +::Match adpf? Pattern-based crontab-like schedule TAIY Silly:: -::StringMaths adpf Do maths with letters and strings SKINGTON +::StringMaths adpf? Do maths with letters and strings SKINGTON +::Werder RdpO? Meaningless gibberish generator CXREG + +Speech:: +::EST cd+h? Interface to the Edinburgh Speech Tools lib DJHD +::Festival RdpO? Communicate with a festival server process. RCALEY + +Speech::Festival:: +::Synthesiser RdpO? Simple text-to-speech using festival. RCALEY + +Speech::Recognizer:: +::SPX Rdch? Interface to Sphinx-II speech recognition DJHD SyslogScan:: -::SyslogEntry bdpO Parse UNIX syslog RHNELSON -::SendmailLine bdpO Summarize sendmail transactions RHNELSON +::SyslogEntry bdpO? Parse UNIX syslog RHNELSON +::SendmailLine bdpO? Summarize sendmail transactions RHNELSON + +Telephony:: +::Phonedev bdcO? Interface to the Linux Telephony API DJHD Video::Capture:: -::V4l Mdch Video4linux framegrabber + vbe interface MLEHMANN +::V4l Mdch? Video4linux framegrabber + vbe interface MLEHMANN Watchdog:: -::Service adpO Look for service in process table PSHARPE -::HTTPService adpO Test status of HTTP server PSHARPE -::MysqlService adpO Test status of Mysql server PSHARPE +::Service adpO? Look for service in process table PSHARPE +::HTTPService adpO? Test status of HTTP server PSHARPE +::MysqlService adpO? Test status of Mysql server PSHARPE + +Poetry:: +::Vogon idpOa Vogon Poetry Generator AMS + +Workflow adcfl Interface to the wftk workflow toolkit MICHAEL + +GISI ampO? Geographic Information Systems Interface SORO +GISI:: +::SHAPE amcO? ArcView SHAPE file format driver SORO +::MIFMID ampO? MapInfo MIFMID file format driver SORO _______________________________________________________________________ 24) Interface Modules to Commercial Software -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- Resolute:: -::RAPS cd+O Interface to Resolute Software's RAPS CHGOETZE +::RAPS cd+O? Interface to Resolute Software's RAPS CHGOETZE AltaVista:: -::SearchSDK cdcf Perl Wrapper for AltaVista SDK functionality JTURNER -::PerlSDK adcf Utilize the AltaVista Search Developer's Kit BWILLIAM +::SearchSDK cdcf? Perl Wrapper for AltaVista SDK functionality JTURNER +::PerlSDK adcf? Utilize the AltaVista Search Developer's Kit BWILLIAM Real:: -::Encode i Interface to Progressive Network's RealAudio KMELTZ +::Encode i ? Interface to Progressive Network's RealAudio KMELTZ + +HtDig RdpO? Interface for the HtDig indexing system JTILLMAN +MQSeries RdcO? IBM's MQSeries messaging product interface WPMOORE +PQI cdcO? Perl Queuing Interface, to MQSeries, MSMQ SIMONJ +R3 bdcO? Interface to SAP R/3 using RFCSDK SCHOEN -HtDig RdpO Interface for the HtDig indexing system JTILLMAN -MQSeries RdcO IBM's MQSeries messaging product interface WPMOORE -PQI cdcO Perl Queuing Interface, to MQSeries, MSMQ SIMONJ -R3 bdcO Interface to SAP R/3 using RFCSDK SCHOEN +P4:: +::Client bd+O? Client interface to the Perforce SCM system SMEE 25) Bundles -Name DSLI Description Info ------------- ---- -------------------------------------------- ---- +Name DSLIP Description Info +------------ ----- -------------------------------------------- ---- Bundle:: -::Bugzilla bdpn Bundle to load modules for Bugzilla ZLIPTON +::Bugzilla Rdon? Bundle to load modules for Bugzilla ZLIPTON ======================================================================= @@ -3713,6 +4043,7 @@ to a CGI script that lets you edit the database entries yourself. ----- -------------------------------------------------------------- AALLAN Alasdair Allan ABARCLAY Alan Barclay + ABERGMAN Artur Bergman ABEROHAM Abraham Ingersoll ABH Ask Bjørn Hansen ABIGAIL Abigail @@ -3743,6 +4074,7 @@ to a CGI script that lets you edit the database entries yourself. AJGOUGH Alex Gough AJOHNSON Andrew L Johnson AJPEACOCK Anthony Peacock + AJWOOD Andrew Wood AKARGER Amir Karger AKIRA Akira Hangai AKSTE Alan K. Stebbens @@ -3772,6 +4104,7 @@ to a CGI script that lets you edit the database entries yourself. ANDK Andreas J. König ANDREIN Andrei Nossov ANDREWF Andrew Ford + ANDREWHO Andrew Ho ANDYB Andrew Brown ANDYD Andy Dougherty ANDYDUNC Andy Duncan @@ -3825,6 +4158,8 @@ to a CGI script that lets you edit the database entries yourself. BARTS Bart Schuller BASKAR Baskar S BBACKER Bryan Backer + BBB Rob Brown + BBEAUSEJ Benoit Beausejour BBIRTH Bill Birthisel BBRYANT Billy Bryant BBUM Bill Bumgarner @@ -3925,15 +4260,16 @@ to a CGI script that lets you edit the database entries yourself. CHAOS Matthew R. Sheahan CHARDIN Chuck Hardin CHESTER Chester Day - CHGEUER Christian H. Geuer-Pollmann + CHGEUER Christian H. Geuer-Pollmann CHGOETZE Christian Goetze CHIPMUNK Ronald J. Kimball CHIPS Chip Salzenberg - CHIPT Chip Turner + CHIPT Chip Turner CHOGAN Chad Hogan CHOLET Eric Cholet CHOUPT Chuck Houpt CHOWARTH Colin Howarth + CHRIS Chris Ball CHRISCHU Christian Schultze CHRISJ Chris Josephes CHRMASTO Christopher Masto @@ -3960,7 +4296,7 @@ to a CGI script that lets you edit the database entries yourself. CNLAVY Chad Lavy COLEMAN Jordan Coleman COLINK Colin Kuskie - COLINM Colin McMillen + COLINM Colin McMillen COOK Kees Cook COOPERCL Clark Cooper COPEML The CORBA Perl Mailinglist @@ -3968,7 +4304,7 @@ to a CGI script that lets you edit the database entries yourself. in the body to cope-request@lunatech.com (See http://www.lunatech.com/cope) CORLISS Arthur Corliss - CORRIS Corris Randall + CORRIS Corris Randall CPHIL Chris Phillips CPJL Paul J. Lucas <> CRAFFI Chris Dagdigian @@ -3978,9 +4314,10 @@ to a CGI script that lets you edit the database entries yourself. CSPENCER Cory Spencer CTDEAN Chris Dean CTI Coalescent Technologies Inc. - CTWETEN Casey Tweten + CTWETEN Casey West CUNNINGT Tom Cunningham CUTTER Cutter Brown + CVONROES Claude von Roesgen CWEVERITT Cass W. Everitt CWINTERS Chris Winters CXL Chris Leach @@ -3997,8 +4334,10 @@ to a CGI script that lets you edit the database entries yourself. DAOT Thanh Dao DARNOLD Dean Arnold DAVECROSS Dave Cross + DAVEHOLL Dave Hollenbeck DAVEL Dave Lorand DAVEM Dave Moore + DAVEO David Oberholtzer DAVEROTH Dave Roth DAVIDH Davíð Helgason DAVIDNICO David Nicol @@ -4007,10 +4346,9 @@ to a CGI script that lets you edit the database entries yourself. DBEAZLEY Dave Beazley DBENNETT David Bennett DBIML The DBI Mailing Lists - Subscribe via http://www.fugue.com/dbi. If you can't do - that then mail to dbi-REQUEST@fugue.com and ask (the human, - Ted Lemon) to subscribe you to one or more of dbi-announce, - dbi-users, or dbi-dev. + For subscription info send an email to + LISTNAME-help@perl.org, where LISTNAME is one of dbi-users, + dbi-announce, or dbi-dev. DBMAKER dbmaker DBONNER David Bonner DBRESH Doug Breshears @@ -4051,6 +4389,7 @@ to a CGI script that lets you edit the database entries yourself. DJBECKETT Dave Beckett DJBERG Daniel Berger DJERIUS Diab Jerius + DJHD David Huggins-Daines DJK Dirk-Jan Koopman DJKERNEN David J. Kernen DJPADZ Dj Padzensky @@ -4084,6 +4423,7 @@ to a CGI script that lets you edit the database entries yourself. DOUGW Douglas Wilson DOWEN David Owen DPARIS Dave Paris + DREWF Andy Ferguson DROBERTS Dave Roberts DROLSKY Dave Rolsky DRRHO Robert Barta @@ -4093,7 +4433,7 @@ to a CGI script that lets you edit the database entries yourself. DSB David Boyce DSHEPP Doug "Sirilyan" Sheppard DSHERER Daniel Sherer - DSHULTZ David Shultz + DSHULTZ David Shultz DSLEWART Daniel S. Lewart DSOUFLIS Dimitrios Souflis DSPARLING Douglas Sparling @@ -4119,6 +4459,8 @@ to a CGI script that lets you edit the database entries yourself. EGROSS Etienne Grossmann EHOOD Earl Hood EISEN Jonathan Eisenzopf + EJDRS Evilio José del Río Silván + EKMETT Edward A. Kmett ELIJAH Benjamin Elijah Griffin ELMAR Elmar Schalueck ENEGAARD Eric Negaard @@ -4139,7 +4481,7 @@ to a CGI script that lets you edit the database entries yourself. FARBER Alex Farber FDESAR Francois Desarmenien FERGUSOR Ross Ferguson - FGLOCK Flavio Soibelmann Glock + FGLOCK Flávio Soibelmann Glock FHOLTRY Frank Holtry FIJI Ben Bennett FIMM Dennis Taylor @@ -4165,20 +4507,24 @@ to a CGI script that lets you edit the database entries yourself. FPAS Francesco Pasqualini FPIVARI Fabrizio Pivari FPREICH Frank-Peter Reich - FRAJULAC Francis J. Lacoste - FRAMM Frederik Ramm + FRAJULAC Francis J. Lacoste + FRAMM Frederik Ramm FRANCOC Franco Callari FRANKIE Francesc Guasch + FRED Fred Curtis + FRETT Patrice Freydiere FROSTY Michael Fross FSG Felix Sebastian Gallo FSORIANO Frederic Soriano FTASSIN Fabien Tassin FTOBIN Frank J. Tobin + FUZZ Erik Wasser FVULTO Freddy Vulto FWILES Frank Wiles - GAAS Gisle Aas + GAAS Gisle Aas GABOR Gábor Egressy GABY Gaby Vanhegan + GAFFER George A. Fitch III GAND Greg Anderson GARROW John M. Redford GARY Gary Howland @@ -4205,7 +4551,7 @@ to a CGI script that lets you edit the database entries yourself. GJRUSSEL Geoff Russell GKE Gustav Kristoffer Ek GKNOPS Gerd Knops - GLENNWOOD Glenn Wood + GLENNWOOD Glenn Wood GLOVER Mike Glover GMCCAR Greg McCarroll GMLEWIS Glenn M. Lewis @@ -4222,7 +4568,8 @@ to a CGI script that lets you edit the database entries yourself. GREGG Gregg Helt GREGOR Gregor N. Purdy GRICHTER Gerald Richter - GROMMEL Geoffrey Rommel + GRISKEY Mark Griskey + GROMMEL Geoffrey Rommel GSAR Gurusamy Sarathy GSLONDON Greg London GSM Joe Marzot @@ -4265,11 +4612,14 @@ to a CGI script that lets you edit the database entries yourself. HOWEN Howard Owen HPALM Hartmut Palm HRAFNKELL Hrafnkell Freyr Hlöðversson + HRANICKY Jim Hranicky HTCHAPMAN H. Todd Chapman HTOUG Henrik Tougaard HVDS Hugo van der Sanden + IAMCAL Cal Henderson IANC Ian Clatworthy IANPX Ian Phillipps + IAWELCH ivo welch IBMTORDB2 Robert Indrigo ICKHABOD Paul Johnston IFLAN Ian Flanigan @@ -4288,23 +4638,25 @@ to a CGI script that lets you edit the database entries yourself. INGOMACH Ingo Macherius INGY Brian Ingerson INSTANTK jan giebels - IROBERTS Ian Robertson + IROBERTS Ian Robertson ISTEEL Ian Steel ISTERIN Ilya Sterin IVAN Ivan Kohler IVANPAN Ivan Panchenko IVOZ Ivo Zdravkov IWADE Iain Wade - IWOODHEAD Ira Joseph Woodhead + IWOODHEAD Ira Joseph Woodhead IX Brian Moseley JACKS Jack Shirazi JACM Jose Machado + JACOB Michael Jacob JADAMS John Adams JAGS Jagdeep S. Sandhu JAIV Jan Iven JAKE Jake Donham JAMCC Jamie McCarthy JAMES James Tolley + JAMESM James Moore JAMESPO James Powell JANL Nicolai Langfeldt JANPAZ Jan Pazdziora @@ -4316,9 +4668,11 @@ to a CGI script that lets you edit the database entries yourself. JASONS Jason E. Stewart JAYJ Jay Jacobs JBAKER Jeffrey Baker + JBLAKEY Jason Blakey JBODNAR Jason Bodnar JBRIGGS James Briggs JBRYAN Josiah Bryan + JCARTER Josh Carter JCHRIS Juergen Christoffel JCMURPHY Jeff Murphy JCO Joshua Colvin @@ -4330,10 +4684,13 @@ to a CGI script that lets you edit the database entries yourself. JDPORTER John D. Porter JDUNCAN James A Duncan JEDWARDS Jim Edwards + JEFFA Jeffrey Hayes Anderson JEFFH Jeffrey Hulten + JEFFMOCK Jeff Mock JEGAN Joseph J. Egan JENDA Jan Krynicky JEREMIE Jeremie Miller + JERI Jeremiah Mahler JERLBAUM Jesse Erlbaum JEROENES Jeroen Elassaiss-Schaap JESSE Jesse Vincent @@ -4364,6 +4721,7 @@ to a CGI script that lets you edit the database entries yourself. JIMFL Jim Flanagan JIMT Jim Thomason JIMW Jim Winstead + JJARVINEN Jay Jarvinen JJDG Hans de Graaff JJOAO Jose Joao Dias de Almeida JKAST Jason Kastner @@ -4373,7 +4731,7 @@ to a CGI script that lets you edit the database entries yourself. JLATHAN Jeff Lathan JLBEC Joel Becker JLEVAN Jerry LeVan - JLLEROY Jean-Louis Leroy + JLLEROY Jean-Louis Leroy JLOLOFIE Justin Lolofie JMAC Jason McIntosh JMAHAN J. Michael Mahan @@ -4386,6 +4744,7 @@ to a CGI script that lets you edit the database entries yourself. JMURPHY Joel Murphy JMUSSE Jama Musse Jama JMV John M Vinopal + JNAGRA Jasvir Nagra JNEYSTADT John Neystadt JNH Joseph N. Hall JNK John Kirk @@ -4398,6 +4757,7 @@ to a CGI script that lets you edit the database entries yourself. JOEY Joey Hess JOHNH John Heidemann JOHNL Jonathan Leffler + JOHNSCA Cory Johns JONAS Jonas Liljegren JONB Jonathan Bailey JONG Jong Park @@ -4407,6 +4767,7 @@ to a CGI script that lets you edit the database entries yourself. JOSERODR Jose A. Rodriguez JOSH Josh Wilmes JOSHUA Joshua Keroes + JOSHW Josh Woodward JOSTEN Geert Josten JPAF Joao Fonseca JPC Jan-Pieter Cornet @@ -4416,11 +4777,14 @@ to a CGI script that lets you edit the database entries yourself. JPRAVETZ Jim Pravetz JPRIT Joshua Nathaniel Pritikin JQUILLAN John C. Quillan + JQUIROGA Jesús Quiroga Martín de Valmaseda JRED Jörn Reder JRENNIE Jason Rennie JREPROGLE Jim Reprogle JROGERS Jay Rogers JROWE Jeff Rowe + JSCH Juan Schwindt + JSHEARER John D. Shearer JSIRACUSA John Siracusa JSLAGEL Joe Slagel JSMITH James G Smith @@ -4441,7 +4805,7 @@ to a CGI script that lets you edit the database entries yourself. JVENIER John Venier JWALGENB Josh Walgenbach JWAT John Watson - JWEVELAND Jonathan W. Eveland + JWEVELAND Jon Eveland JWIED Jochen Wiedmann JWIEGLEY John Wiegley JWOODYATT james h. woodyatt @@ -4450,18 +4814,20 @@ to a CGI script that lets you edit the database entries yourself. KAELIN Kaelin Colclasure KAHUNA Andy Finkenstadt KAIH Kai Henningsen + KARASIK Dmitry Karasik KARLON Karlon West KARLWARD Karl Ward KASEI Marty Pauley KAUFMANN Rafael Kaufmann KBARBER Ken Barber + KBAUCOM Kirk Baucom KBROWN Keith Brown KDOWNEY Kyle Downey KENFOX Ken Fox KENHOLM Kenneth Alexander Holm III KENMACF Ken MacFarlane KENNEDYH Hugh Kennedy - KENSHAN Chung-chieh Shan + KENSHAN 單中杰 KERMAGO Jean-Christophe Kermagoret KEVINA Kevin Atkinson KFOGEL Karl Fogel @@ -4507,12 +4873,14 @@ to a CGI script that lets you edit the database entries yourself. LENNY Lenny Brenner LENZO Kevin Lenzo LEON Leon Avery + LEXICON Alexander Scouras LFINI Luca Fini - LGODDARD Lee Goddard + LGODDARD Lee Goddard LHOWARD Les Howard LHS Lee Semel LINDNER Paul Lindner LIRAZ Liraz Siri + LKCJR Len Charest LLAP Leo Lapworth LMJM Lee McLoughlin LMOLNAR Laszlo Molnar @@ -4551,6 +4919,7 @@ to a CGI script that lets you edit the database entries yourself. MARCP Marc Paquette MAREKR Marek Rouchal MARKB Mark Biggar + MARKBUSH Mark J Bush MARKC Mark Constable MARKIM Mark A. Imbriaco MARKK Mark Kennedy @@ -4567,6 +4936,7 @@ to a CGI script that lets you edit the database entries yourself. MATTW Matthew M. Wright MAURICE Maurice Aubrey MAXM Max Muzi + MBERENDS Martin Berends MBLAZ Mike Blazer MBRECH Martin Brech MCAFEE Sean McAfee @@ -4606,6 +4976,7 @@ to a CGI script that lets you edit the database entries yourself. MHOSKEN Martin Hosken MHYOUNG Michael Young MICB Malcolm Beattie + MICHAEL Michael Roberts MICHAELD Michael D. Dowling MIJIT michael j. talarczyk MIKEC Mike Carpenter @@ -4619,7 +4990,7 @@ to a CGI script that lets you edit the database entries yourself. MIKESTOK Mike Stok MIKO Miko O'Sullivan MILES Philippe Froidevaux - MILSO Milan Sorm + MILSO Milan Sorm MINAKOV Vladimir Minakov MIRK Mike Taylor MIROD Michel Rodriguez @@ -4668,6 +5039,7 @@ to a CGI script that lets you edit the database entries yourself. MSHOYHER Mike Shoyher MSISK Matt Sisk MSOLOMON Mark Solomon + MSOUTH Mike South MSPENCER Marc D. Spencer MSROTH M. Scott Roth MSTEELE Mark Steele @@ -4680,7 +5052,7 @@ to a CGI script that lets you edit the database entries yourself. MUKUND Mukund Deshmukh MULL Colin Muller MUNSINGER Doug Munsinger - MURRAY Murray Nesbitt + MURRAY Murray Nesbitt MVERB Martien Verbruggen MVORL Martin Vorlaender MWARD Martin Ward @@ -4691,7 +5063,7 @@ to a CGI script that lets you edit the database entries yourself. NATE Nathan Bailey NEDKONZ Ned Konz NEERI Matthias Ulrich Neeracher - NEILB Neil Bowers + NEILB Neil Bowers NEILW Neil Watkiss NEMWS Nem W Schlecht NI-S Nick Ing-Simmons @@ -4715,7 +5087,7 @@ to a CGI script that lets you edit the database entries yourself. NWALSH Norman Walsh NWCLARK Nicholas Clark NWIGER Nathan Wiger - NWILLIAMS Nick Williams + NWILLIAMS Nick Williams NWINT Neil Winton NWRIGHT Nigel Wright OCROW Owen Crow @@ -4729,6 +5101,8 @@ to a CGI script that lets you edit the database entries yourself. OLORYN Ben Coleman OLPA Oleg A. Paraschenko OMKELLOGG Oliver M. Kellogg + ORAOCI oracle-oci + oracle-oci-help@perl.org ORENBK Oren Ben-Kiki ORTALO Rodolphe Ortalo OTAYLOR Owen Taylor @@ -4747,6 +5121,7 @@ to a CGI script that lets you edit the database entries yourself. PATM Pat Martin PAULG Paul Gampe PAVELH Pavel Hlavnicka + PAYERLE Tom Payerle PBRYANT Patrick W. Bryant PBWOLF Phill Wolf PCOLLINS Patrick Collins @@ -4766,6 +5141,7 @@ to a CGI script that lets you edit the database entries yourself. perldl-request@jach.hawaii.edu with body "subscribe" PERLGIRL Sara Starre PERSICOM Matthew O. Persico + PETDANCE Andy Lester PETEK Pete Krawczyk PETER Peter Thatcher PETERGAL Peter Gallasch @@ -4790,7 +5166,7 @@ to a CGI script that lets you edit the database entries yourself. PJCJ Paul Johnson PJF Paul Jamieson Fenwick PJONES Peter J Jones - PJORDAN Pete Jordan + PJORDAN Pete Jordan PKUTS Peter Kutschera PLDAP Perl LDAP mailing list Mail subscription requests to @@ -4831,6 +5207,7 @@ to a CGI script that lets you edit the database entries yourself. RANDY Randy Jay Yarger RANDYM Randy Maas RANI Rani Pinchuk + RANN 灿烂微笑 / Ran Ningyu RANT Erik E. Rantapaa RANTCZAK Robert Antczak RAP Ryan Alyn Porter @@ -4844,10 +5221,11 @@ to a CGI script that lets you edit the database entries yourself. RCASHA Ramon Casha RCLAMP Richard Clamp RCS Rob Seegel - RDF Ray Finch + RDF Ray Finch RDO Robert Olson REATMON Ryan Eatmon REDEN Robert Eden + REICHERT Brian Reichert REITMEIE Douglas J. Reitmeier RFLENS Ronald F. Lens RFOLEY Richard Foley @@ -4886,10 +5264,11 @@ to a CGI script that lets you edit the database entries yourself. ROLAND Roland Huß RONALDWS Ronald Schmidt ROODE Eric J. Roode - ROOTLEVEL Simplewire + ROOTLEVEL Simplewire ROSCH Roderick Schertler ROSSI Christian Rossi RPIKKARA Raino Pikkarainen + RPOLZER Rudolf Polzer RRA Russ Allbery RRAWLINGS Rachel McGregor Rawlings RRS Ryan Sadler @@ -4901,6 +5280,7 @@ to a CGI script that lets you edit the database entries yourself. RURBAN Reini Urban RUSCHER Paul Ruscher RVA Rodger V. Anderson + RVAIDH Rajesh Vaidheeswarran RVAZ Ricardo Vazquez Armenta RVSUTHERL Richard Sutherland RWAHBY Riad Wahby @@ -4955,6 +5335,7 @@ to a CGI script that lets you edit the database entries yourself. SHARKEY Nick 'Sharkey' Moore SHARRIS Steve Harris SHARYANTO steven haryanto + SHAUN Shaun Dawson SHAWNPW Shawn P. Wallace SHERWOOD Steve Sherwood SHGUN Shishir Gundavaram @@ -4970,7 +5351,7 @@ to a CGI script that lets you edit the database entries yourself. SIMONFLK Simon Flack SIMONJ Simon Johnston SIMONW Simon Wistow - SIMRAN Simran + SIMRAN simran SKANE Steve Kane SKIMO Sven Verdoolaege SKINGTON Sam Kington @@ -5006,18 +5387,20 @@ to a CGI script that lets you edit the database entries yourself. SPRAGST Stephen J. Sprague SPUG Seattle Perl Users' Group SPURKIS Steve Purkis - SREZIC Slaven Rezic + SREZIC Slaven Rezic SRIEHM Stephen Riehm SRIRAM Sriram Srinivasan + SRL Shane Landrum SROHIT Rohit Sharma SRZ Stephen Zander SSCANLON Sean P. Scanlon SSNODGRA Steve Snodgrass STANM Stan Melax + STARKY Collin Starkweather STAS Stas Bekman STBEY Steffen Beyer STCHER Steve Chervitz - STEPHEN Stephen Nelson + STEPHEN Stephen Nelson STERLING John K. Sterling STERLPERL Sterling Levell STEVE Steven Pritchard @@ -5046,6 +5429,7 @@ to a CGI script that lets you edit the database entries yourself. TBOUTELL Thomas Boutell TBRADFUTE Todd Bradfute TBRAUN Tom Braun + TCAINE Todd Caine TEKE Torsten Ekedahl TELS Tels <> TERDOEST Hugo WL ter Doest @@ -5054,9 +5438,12 @@ to a CGI script that lets you edit the database entries yourself. TEVERETT Toby Everett TGROSE Tony G. Rose TGUMMELS Travis Gummels + THAMUS Tom Kliethermes THOGEE Thomas Geffert + THOMAS Thomas Eibner TIBBS Jason Tibbitts - TIMB Tim Bunce + TILLY Ben Tilly + TIMB Tim Bunce TIMBU Tim Burlowski TIMM Tim Meadowcroft TIMMY Tim Hammerquist @@ -5069,6 +5456,7 @@ to a CGI script that lets you edit the database entries yourself. Mail to majordomo@lists.stanford.edu with body "subscribe ptk " TLINDEN Thomas Linden + TLOWERY Thomas A. Lowery TLP Travis L Priest TOBIX Tobias Brox TODD Torsten Hentschel @@ -5147,10 +5535,12 @@ to a CGI script that lets you edit the database entries yourself. XWOLF Wolfgang Wiese YASU Yasushi Saito YENYA Jan "Yenya" Kasprzak - YEWEI Wei Ye + YEWEI Wei Ye YLU Luke Y. Lu YOUD David Youd YSTH Yitzchak Scott-Thoennes + YULESHOW Wanshu Shao + YVES Yves Orton YVESP Yves Paindaveine ZED Zed Lopez ZELT Tom Zeltwanger diff --git a/cpan/doc/02packages.details.txt b/cpan/doc/02packages.details.txt index 523783c8..6f42f52a 100644 --- a/cpan/doc/02packages.details.txt +++ b/cpan/doc/02packages.details.txt @@ -4,10 +4,11 @@ Description: Package names found in directory $CPAN/authors/id/ Columns: package name, version, path Intended-For: Automated fetch routines, namespace documentation. Written-By: mldistwatch (v 2.297) by Andreas.Koenig@anima.de -Line-Count: 7717 -Last-Updated: Thu, 26 Apr 2001 23:58:31 GMT +Line-Count: 7996 +Last-Updated: Sat, 26 May 2001 07:58:41 GMT A::B undef M/MA/MARCEL/Devel-SearchINC-0.01.tar.gz +Aardvark undef D/DU/DUNCAND/CGI-Portable-0.42.tar.gz about undef S/SH/SHERWOOD/xisofs-1.3.tar.gz Ace 1.70 L/LD/LDS/AcePerl-1.70.tar.gz Ace::Browser::AceSubs undef L/LD/LDS/AcePerl-1.70.tar.gz @@ -41,6 +42,11 @@ Ace::Sequence::Homol undef L/LD/LDS/AcePerl-1.70.tar.gz Ace::Sequence::Multi undef L/LD/LDS/AcePerl-1.70.tar.gz Ace::Sequence::Transcript undef L/LD/LDS/AcePerl-1.70.tar.gz Ace::SocketServer 1.00 L/LD/LDS/AcePerl-1.70.tar.gz +Acme::Bleach 1.12 D/DC/DCONWAY/Acme-Bleach-1.12.tar.gz +Acme::Buffy undef L/LB/LBROCARD/Acme-Buffy-1.1.tar.gz +Acme::DWIM 1.05 D/DC/DCONWAY/Acme-Bleach-1.12.tar.gz +Acme::Morse undef D/DC/DCONWAY/Acme-Bleach-1.12.tar.gz +Acme::Smirch 0.91 J/JN/JNAGRA/Acme-Smirch-0.91.tar.gz Adaptor::DBI undef S/SR/SRIRAM/examples.tar.gz Adaptor::File undef S/SR/SRIRAM/examples.tar.gz AddressBook 1.00 A/AJ/AJACKSON/PostScript-MailLabels-2.02.tar.gz @@ -57,6 +63,10 @@ Affix::Infix2Postfix 0.03 A/AD/ADDI/Affix-Infix2Postfix-0.03.tar. Agent::Message undef S/SP/SPURKIS/Agent-3.20.tar.gz Agent::Transport undef S/SP/SPURKIS/Agent-3.20.tar.gz Agent::Transport::TCP undef S/SP/SPURKIS/Agent-3.20.tar.gz +AI::Categorize 0.03 K/KW/KWILLIAMS/AI-Categorize-0.03.tar.gz +AI::Categorize::Evaluate undef K/KW/KWILLIAMS/AI-Categorize-0.03.tar.gz +AI::Categorize::kNN undef K/KW/KWILLIAMS/AI-Categorize-0.03.tar.gz +AI::Categorize::NaiveBayes undef K/KW/KWILLIAMS/AI-Categorize-0.03.tar.gz AI::Fuzzy 0.01 S/SA/SABREN/AI-Fuzzy-0.01.tar.gz AI::Fuzzy::Label undef S/SA/SABREN/AI-Fuzzy-0.01.tar.gz AI::Fuzzy::Set undef S/SA/SABREN/AI-Fuzzy-0.01.tar.gz @@ -76,6 +86,7 @@ AI::Perceptron 0.01 S/SP/SPURKIS/AI-Perceptron-0.01.tar.gz Algorithm::Diff 1.10 N/NE/NEDKONZ/Algorithm-Diff-1.10.tar.gz Algorithm::DiffOld 1.1 N/NE/NEDKONZ/Algorithm-Diff-1.10.tar.gz Algorithm::Graphs::TransitiveClosure 1.3 A/AB/ABIGAIL/TransitiveClosure-1.4.tgz +Algorithm::LUHN 0.13 T/TA/TAYERS/Algorithm-LUHN-0.13.tar.gz Algorithm::MarkovChain 0.03 R/RC/RCLAMP/Algorithm-MarkovChain-0.03.tar.gz Algorithm::MDiff 0.94 J/JE/JETTERO/Algorithm-MDiff-0.94.tar.gz Algorithm::Numerical::Sample 1.3 A/AB/ABIGAIL/Sample-1.3.tgz @@ -86,63 +97,63 @@ Alias 2.32 G/GS/GSAR/Alias-2.32.tar.gz AltaVista::PerlSDK 0.01 B/BW/BWILLIAM/AltaVista-PerlSDK-3.02.tar.gz AltaVista::SDKLinguistics 3.02 B/BW/BWILLIAM/AltaVista-SDKLinguistics-3.02.tar.gz AltaVista::SearchSDK 0.01 J/JT/JTURNER/SearchSDK-0.99b.tar.gz -Alzabo 0.43 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::ChangeTracker 1.12 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Column 1.23 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::ColumnDefinition 1.14 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Config undef D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Create 1.09 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Create::Column 1.29 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Create::ColumnDefinition 1.18 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Create::ForeignKey 1.18 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Create::Index 1.16 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Create::Schema 1.59 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Create::Table 1.39 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Driver 1.42 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Driver::MySQL 1.29 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Driver::PostgreSQL 1.09 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Exceptions 1.14 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::ForeignKey 1.17 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Index 1.15 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::MethodMaker 1.20 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::ObjectCache 1.19 D/DR/DROLSKY/Alzabo-0.43.tar.gz +Alzabo 0.44 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::ChangeTracker 1.12 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Column 1.23 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::ColumnDefinition 1.14 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Config undef D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Create 1.09 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Create::Column 1.29 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Create::ColumnDefinition 1.18 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Create::ForeignKey 1.18 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Create::Index 1.16 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Create::Schema 1.61 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Create::Table 1.39 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Driver 1.43 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Driver::MySQL 1.29 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Driver::PostgreSQL 1.09 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Exceptions 1.14 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::ForeignKey 1.17 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Index 1.15 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::MethodMaker 1.20 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::ObjectCache 1.19 D/DR/DROLSKY/Alzabo-0.44.tar.gz Alzabo::ObjectCache::DBMSync 1.04 D/DR/DROLSKY/Alzabo-0.36.tar.gz Alzabo::ObjectCache::IPCSync 1.05 D/DR/DROLSKY/Alzabo-0.36.tar.gz Alzabo::ObjectCache::MemoryStore 1.03 D/DR/DROLSKY/Alzabo-0.36.tar.gz Alzabo::ObjectCache::NullSync 1.03 D/DR/DROLSKY/Alzabo-0.36.tar.gz -Alzabo::ObjectCache::Store::Memory 1.01 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::ObjectCache::Sync 1.06 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::ObjectCache::Sync::BerkeleyDB 1.01 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::ObjectCache::Sync::DB_File 1.01 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::ObjectCache::Sync::DBM 1.02 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::ObjectCache::Sync::IPC 1.01 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::ObjectCache::Sync::Null 1.01 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::ObjectCache::Sync::SDBM_File 1.01 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::RDBMSRules 1.31 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::RDBMSRules::MySQL 1.41 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::RDBMSRules::PostgreSQL 1.13 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Runtime 1.16 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Runtime::CachedRow 1.05 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Runtime::Column 1.04 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Runtime::ColumnDefinition 1.04 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Runtime::Cursor 1.08 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Runtime::ForeignKey 1.15 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Runtime::Index 1.03 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Runtime::JoinCursor 1.09 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Runtime::Row 1.52 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Runtime::RowCursor 1.13 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Runtime::Schema 1.27 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Runtime::Table 1.46 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Schema 1.32 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::SQLMaker 1.13 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::SQLMaker::MySQL 1.06 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::SQLMaker::PostgreSQL 1.04 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Table 1.33 D/DR/DROLSKY/Alzabo-0.43.tar.gz -Alzabo::Util 1.07 D/DR/DROLSKY/Alzabo-0.43.tar.gz +Alzabo::ObjectCache::Store::Memory 1.01 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::ObjectCache::Sync 1.06 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::ObjectCache::Sync::BerkeleyDB 1.01 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::ObjectCache::Sync::DB_File 1.01 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::ObjectCache::Sync::DBM 1.02 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::ObjectCache::Sync::IPC 1.01 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::ObjectCache::Sync::Null 1.01 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::ObjectCache::Sync::SDBM_File 1.01 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::RDBMSRules 1.32 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::RDBMSRules::MySQL 1.42 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::RDBMSRules::PostgreSQL 1.15 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Runtime 1.16 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Runtime::CachedRow 1.05 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Runtime::Column 1.04 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Runtime::ColumnDefinition 1.04 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Runtime::Cursor 1.08 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Runtime::ForeignKey 1.15 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Runtime::Index 1.03 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Runtime::JoinCursor 1.09 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Runtime::Row 1.52 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Runtime::RowCursor 1.13 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Runtime::Schema 1.27 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Runtime::Table 1.47 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Schema 1.32 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::SQLMaker 1.13 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::SQLMaker::MySQL 1.06 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::SQLMaker::PostgreSQL 1.04 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Table 1.33 D/DR/DROLSKY/Alzabo-0.44.tar.gz +Alzabo::Util 1.07 D/DR/DROLSKY/Alzabo-0.44.tar.gz AnalogClock undef A/AW/AWIN/Qt-0.03.tar.gz AnyDBM_File undef G/GS/GSAR/perl-5.6.1.tar.gz AnyLoader 0.04 M/MS/MSCHWERN/AnyLoader-0.04.tar.gz -AnyURL undef G/GL/GLENNWOOD/LoadWorm-0.12.tar.gz +AnyURL undef G/GL/GLENNWOOD/LoadWorm-1.02.tar.gz Ao 0.02 F/FO/FOOF/libao-perl_0.03-1.tar.gz AO 0.32 I/IX/IX/AO-0.32.tar.gz AO::Config::Context undef I/IX/IX/AO-0.32.tar.gz @@ -174,6 +185,7 @@ AOL::TOC 0.34 J/JH/JHARDING/AOL-TOC-0.340.tar.gz Apache 1.27 D/DO/DOUGM/mod_perl-1.25.tar.gz Apache::AddHostPath 0.02 R/RJ/RJENKS/Apache-AddHostPath-0.02.tar.gz Apache::Album 0.94 W/WO/WOODY/Apache-Album-0.94.tar.gz +Apache::AntiSpam 0.02 M/MI/MIYAGAWA/Apache-AntiSpam-0.02.tar.gz Apache::AO undef I/IX/IX/AO-0.32.tar.gz Apache::AO::ContextManager undef I/IX/IX/AO-0.32.tar.gz Apache::AO::Logger undef I/IX/IX/AO-0.32.tar.gz @@ -263,10 +275,11 @@ Apache::Dispatch 0.09 G/GE/GEOFF/Apache-Dispatch-0.09.tar.gz Apache::DProf 0.03 D/DO/DOUGM/Apache-DB-0.06.tar.gz Apache::DummyScoreboard 0.04 D/DO/DOUGM/Apache-Scoreboard-0.10.tar.gz Apache::DumpHeaders 0.92 A/AB/ABH/Apache-DumpHeaders-0.92.tar.gz -Apache::Embperl 1.3 G/GR/GRICHTER/HTML-Embperl-1.3.1.tar.gz +Apache::Embperl 1.3 G/GR/GRICHTER/HTML-Embperl-1.3.2.tar.gz Apache::EmbperlChain 0.04 C/CH/CHOLET/Apache-EmbperlChain-0.04.tar.gz Apache::EP 0.1003 J/JW/JWIED/HTML-EP-0.2011.tar.gz Apache::ePerl 2.0213 R/RS/RSE/eperl-2.2.13.tar.gz +Apache::ErrorReport undef T/TJ/TJMATHER/Apache-PageKit-1.02.tar.gz Apache::ExtUtils 1.04 D/DO/DOUGM/mod_perl-1.25.tar.gz Apache::FakeRequest 1.00 D/DO/DOUGM/mod_perl-1.25.tar.gz Apache::File 1.01 D/DO/DOUGM/mod_perl-1.25.tar.gz @@ -287,9 +300,9 @@ Apache::HeavyCGI::UnmaskQuery 1.011 A/AN/ANDK/Apache-HeavyCGI-0.0133.tar.gz Apache::Htaccess 0.4 M/MC/MCASHNER/Apache-Htaccess-0.4.tar.gz Apache::Htgroup 1.14 R/RB/RBOW/Apache-Htgroup-1.14.tar.gz Apache::HTML::ClassParser 1.2 C/CP/CPJL/HTML_Tree-1.2.3.tar.gz -Apache::Htpasswd 1.5 K/KM/KMELTZ/Apache-Htpasswd-1.5.2.tar.gz -Apache::HTPL 0.01 S/SC/SCHOP/htpl-3.03.tar.gz -Apache::HTPL::Lib undef S/SC/SCHOP/htpl-3.03.tar.gz +Apache::Htpasswd 1.5 K/KM/KMELTZ/Apache-Htpasswd-1.5.3.tar.gz +Apache::HTPL 0.01 S/SC/SCHOP/htpl-3.04.tar.gz +Apache::HTPL::Lib undef S/SC/SCHOP/htpl-3.04.tar.gz Apache::httpd_conf 0.01 D/DO/DOUGM/mod_perl-1.25.tar.gz Apache::Icon 0.02 D/DO/DOUGM/Apache-Icon-0.02.tar.gz Apache::Include 1.00 D/DO/DOUGM/mod_perl-1.25.tar.gz @@ -315,33 +328,33 @@ Apache::Log 1.01 D/DO/DOUGM/mod_perl-1.25.tar.gz Apache::LogFile 0.12 D/DO/DOUGM/Apache-LogFile-0.12.tar.gz Apache::LogFile::Config 0.10 D/DO/DOUGM/Apache-LogFile-0.12.tar.gz Apache::MakeCapital undef J/JA/JANPAZ/Apache-OutputChain-0.07.tar.gz -Apache::Mason 0.4 J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz +Apache::Mason 0.4 J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz Apache::MimeXML 0.09 M/MS/MSERGEANT/AxKit-1.3.tar.gz Apache::Mmap 0.05 F/FL/FLETCH/Apache-Mmap-0.05.tar.gz Apache::Mmap::Handle undef F/FL/FLETCH/Apache-Mmap-0.05.tar.gz -Apache::mod_perl_guide 1.28 S/ST/STAS/Apache-mod_perl_guide-1.28.tar.gz +Apache::mod_perl_guide 1.29 S/ST/STAS/Apache-mod_perl_guide-1.29.tar.gz Apache::mod_pml VERSION P/PJ/PJONES/PML-0.4.1.tar.gz Apache::Module 0.11 D/DO/DOUGM/Apache-Module-0.11.tar.gz Apache::ModuleConfig 0.01 D/DO/DOUGM/mod_perl-1.25.tar.gz Apache::ModuleDoc 1.02 D/DO/DOUGM/Apache-Module-0.11.tar.gz Apache::Motd 0.03 C/CR/CRAMIREZ/Apache-Motd-0.03.tar.gz -Apache::MP3 2.15 L/LD/LDS/Apache-MP3-2.15.tar.gz -Apache::MP3::Playlist 1.03 L/LD/LDS/Apache-MP3-2.15.tar.gz -Apache::MP3::Sorted 2.01 L/LD/LDS/Apache-MP3-2.15.tar.gz +Apache::MP3 2.16 L/LD/LDS/Apache-MP3-2.16.tar.gz +Apache::MP3::Playlist 1.03 L/LD/LDS/Apache-MP3-2.16.tar.gz +Apache::MP3::Resample undef L/LD/LDS/Apache-MP3-2.16.tar.gz +Apache::MP3::Sorted 2.01 L/LD/LDS/Apache-MP3-2.16.tar.gz Apache::Mysql undef N/NJ/NJENSEN/ApacheMysql-0.3.tar.gz Apache::NNTPGateway 0.8 B/BO/BOUBAKER/Apache-NNTPGateway-0.8.tar.gz Apache::Opcode undef D/DO/DOUGM/mod_perl-1.25.tar.gz Apache::Options 1.61 D/DO/DOUGM/mod_perl-1.25.tar.gz Apache::OutputChain 0.07 J/JA/JANPAZ/Apache-OutputChain-0.07.tar.gz Apache::OWA 0.7 S/SV/SVINTO/Apache-OWA-0.7.tar.gz -Apache::PageKit 0.97 T/TJ/TJMATHER/Apache-PageKit-0.97.tar.gz -Apache::PageKit::Config undef T/TJ/TJMATHER/Apache-PageKit-0.97.tar.gz -Apache::PageKit::Content undef T/TJ/TJMATHER/Apache-PageKit-0.97.tar.gz -Apache::PageKit::Edit undef T/TJ/TJMATHER/Apache-PageKit-0.96.tar.gz -Apache::PageKit::Error undef T/TJ/TJMATHER/Apache-PageKit-0.97.tar.gz -Apache::PageKit::Model undef T/TJ/TJMATHER/Apache-PageKit-0.97.tar.gz -Apache::PageKit::Session 1.50 T/TJ/TJMATHER/Apache-PageKit-0.97.tar.gz -Apache::PageKit::View undef T/TJ/TJMATHER/Apache-PageKit-0.97.tar.gz +Apache::PageKit 1.02 T/TJ/TJMATHER/Apache-PageKit-1.02.tar.gz +Apache::PageKit::Config undef T/TJ/TJMATHER/Apache-PageKit-1.02.tar.gz +Apache::PageKit::Content undef T/TJ/TJMATHER/Apache-PageKit-1.02.tar.gz +Apache::PageKit::Model undef T/TJ/TJMATHER/Apache-PageKit-1.02.tar.gz +Apache::PageKit::Param undef T/TJ/TJMATHER/Apache-PageKit-1.02.tar.gz +Apache::PageKit::Session 1.50 T/TJ/TJMATHER/Apache-PageKit-1.02.tar.gz +Apache::PageKit::View undef T/TJ/TJMATHER/Apache-PageKit-1.02.tar.gz Apache::ParseLog 1.02 A/AK/AKIRA/Apache-ParseLog-1.02.tar.gz Apache::PassExec 0.05 J/JA/JANPAZ/Apache-OutputChain-0.07.tar.gz Apache::PassFile 0.05 A/AN/ANDK/Apache-GzipChain-0.06.tar.gz @@ -477,6 +490,7 @@ Apache::XPP::Cache::Store::File 2.00 C/CN/CNATION/Apache-XPP-2.00.tar.gz Apache::XPP::PreParse 2.00 C/CN/CNATION/Apache-XPP-2.00.tar.gz Apache::Zobel undef D/DY/DYACOB/Zobel-0.14.tar.gz App::Config 1.09 A/AB/ABW/App-Config-1.09.tar.gz +App::Control undef A/AW/AWRIGLEY/App-Control-0.01.tar.gz App::Manager 0.03 M/ML/MLEHMANN/App-Manager-0.03.tar.gz AppConfig 1.52 A/AB/ABW/AppConfig-1.52.tar.gz AppConfig::Args 1.50 A/AB/ABW/AppConfig-1.52.tar.gz @@ -529,6 +543,11 @@ Astro::Time 1.00 C/CP/CPHIL/Astro-0.5.tar.gz Async 0.10 M/MJ/MJD/Async-0.10.tar.gz Async::Group 1.2 D/DD/DDUMONT/Async-Group-0.3.tar.gz AtExit 2.01 B/BR/BRADAPP/AtExit-2.01.tar.gz +Attribute::Abstract undef M/MA/MARCEL/Attribute-Abstract-0.01.tar.gz +Attribute::Handlers 0.61 D/DC/DCONWAY/Attribute-Handlers-0.61.tar.gz +Attribute::Memoize undef M/MA/MARCEL/Attribute-Memoize-0.01.tar.gz +Attribute::TieClasses undef M/MA/MARCEL/Attribute-TieClasses-0.01.tar.gz +Attribute::Types 0.10 D/DC/DCONWAY/Attribute-Types-0.10.tar.gz attributes 0.03 G/GS/GSAR/perl-5.6.1.tar.gz attrs 1.0 G/GS/GSAR/perl-5.6.1.tar.gz Audio::CD 0.04 D/DO/DOUGM/Audio-CD-0.04.tar.gz @@ -602,26 +621,27 @@ AutoLoader 5.58 G/GS/GSAR/perl-5.6.1.tar.gz AutoSplit 1.0305 G/GS/GSAR/perl-5.6.1.tar.gz autouse 1.02 G/GS/GSAR/perl-5.6.1.tar.gz Aviation::Report 1.02 J/JB/JBRIGGS/Aviation-Report-1.02.tar.gz -Aw 0.13 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::Adapter 0.2 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::Admin 0.13 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::Admin::AccessControlList 0.1 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::Admin::Client 0.1 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::Admin::LogConfig 0.1 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::Admin::ServerClient 0.1 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::Admin::TypeDef 0.1 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::Client 0.1 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::ClientX 0.1 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::ConnectionDescriptor 0.1 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::Event 0.1 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::EventType 0.1 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::License 0.1 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::Log 0.1 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::TypeDef 0.1 D/DY/DYACOB/Aw-0.13.5a.tar.gz -Aw::Util 0.1 D/DY/DYACOB/Aw-0.13.5a.tar.gz +Aw 0.13 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::Adapter 0.2 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::Admin 0.13 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::Admin::AccessControlList 0.1 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::Admin::Client 0.1 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::Admin::LogConfig 0.1 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::Admin::ServerClient 0.1 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::Admin::TypeDef 0.1 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::Client 0.1 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::ClientX 0.1 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::ConnectionDescriptor 0.1 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::Event 0.1 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::EventType 0.1 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::License 0.1 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::Log 0.1 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::TypeDef 0.1 D/DY/DYACOB/Aw-0.13.6.tar.gz +Aw::Util 0.1 D/DY/DYACOB/Aw-0.13.6.tar.gz AwGateway undef D/DY/DYACOB/SOAP-Lite-ActiveWorks-0.10.tar.gz Axis undef B/BM/BMIDD/perl5.00402-bindist04-msvcAlpha.tar.gz AxKit 1.3 M/MS/MSERGEANT/AxKit-1.3.tar.gz +AxKit::XSP::AttrParam 0.01 R/RB/RBERJON/AxKit-XSP-AttrParam-0.01.tar.gz AxKit::XSP::Cookie 1.00 M/MS/MSERGEANT/AxKit-XSP-Cookie-1.00.tar.gz AxKit::XSP::ESQL 1.01 M/MS/MSERGEANT/AxKit-XSP-ESQL-1.01.tar.gz AxKit::XSP::Exception 1.0 M/MS/MSERGEANT/AxKit-XSP-Exception-1.0.tar.gz @@ -641,6 +661,7 @@ B::Deparse 0.6 G/GS/GSAR/perl-5.6.1.tar.gz B::Disassembler undef G/GS/GSAR/perl-5.6.1.tar.gz B::Fathom 0.07 K/KS/KSTAR/B-Fathom-0.07.tar.gz B::FindAmpersand 0.03 A/AN/ANDK/Devel-SawAmpersand-0.20.tar.gz +B::Flags undef S/SI/SIMON/B-Flags-0.01.tar.gz B::Generate undef S/SI/SIMON/B-Generate-0.04.tar.gz B::Graph 0.51 S/SM/SMCCAM/B-Graph-0.51.tar.gz B::JVM::Emit 0.02 B/BK/BKUHN/B-JVM-Jasmin-0.02.tar.gz @@ -658,7 +679,7 @@ B::Terse undef G/GS/GSAR/perl-5.6.1.tar.gz B::TerseSize 0.04 D/DO/DOUGM/B-Size-0.04.tar.gz B::Tree undef S/SI/SIMON/B-Tree-0.02.tar.gz B::Xref undef G/GS/GSAR/perl-5.6.1.tar.gz -Ball 3.009 N/NI/NI-S/Tk800.022.tar.gz +Ball 3.009 N/NI/NI-S/Tk800.023.tar.gz Bar undef B/BI/BIRNEY/bioperl-0.6.2.tar.gz Barcode::Code128 1.10 W/WR/WRW/Barcode-Code128-1.10.tar.gz Barcode::Cuecat undef L/LU/LUISMUNOZ/Barcode-Cuecat-1.20.tar.gz @@ -931,14 +952,13 @@ Bit::Vector 6.0 S/ST/STBEY/Bit-Vector-6.0.tar.gz Bit::Vector::Overload 6.0 S/ST/STBEY/Bit-Vector-6.0.tar.gz bitflags undef P/PI/PINYAN/bitflags-0.10.tar.gz BLADE 0.10 P/PR/PRATZLAFF/pBLADE-0.10.tar.gz -Blatte 0.9 B/BO/BOBG/Blatte-0.9.1.tar.gz -Blatte::Builtins undef B/BO/BOBG/Blatte-0.9.1.tar.gz -Blatte::Compiler undef B/BO/BOBG/Blatte-0.9.1.tar.gz -Blatte::HTML 0.8 B/BO/BOBG/Blatte-HTML-0.8.2.tar.gz -Blatte::Parser undef B/BO/BOBG/Blatte-0.9.1.tar.gz -Blatte::Syntax undef B/BO/BOBG/Blatte-0.9.1.tar.gz -Blatte::Ws undef B/BO/BOBG/Blatte-0.9.1.tar.gz -Bleach undef D/DC/DCONWAY/Bleach-1.00.tar.gz +Blatte 0.9 B/BO/BOBG/Blatte-0.9.2.tar.gz +Blatte::Builtins undef B/BO/BOBG/Blatte-0.9.2.tar.gz +Blatte::Compiler undef B/BO/BOBG/Blatte-0.9.2.tar.gz +Blatte::HTML 0.9 B/BO/BOBG/Blatte-HTML-0.9.tar.gz +Blatte::Parser undef B/BO/BOBG/Blatte-0.9.2.tar.gz +Blatte::Syntax undef B/BO/BOBG/Blatte-0.9.2.tar.gz +Blatte::Ws undef B/BO/BOBG/Blatte-0.9.2.tar.gz blib 1.00 G/GS/GSAR/perl-5.6.1.tar.gz BnP 2.1 S/ST/STBEY/BnP-2.1.0.tar.gz Bone::Easy 0.04 M/MS/MSCHWERN/Bone-Easy-0.04.tar.gz @@ -965,7 +985,6 @@ BTree undef M/MS/MSCHWERN/Tree.tar.gz BTRIEVE::SAVE 0.35 D/DL/DLANE/BTRIEVE-SAVE-0.35.tar.gz Bubble undef S/SH/SHERWOOD/xisofs-1.3.tar.gz BufferedFileHandle undef N/NE/NEDKONZ/Archive-Zip-0.06.zip -Buffy undef L/LB/LBROCARD/Buffy-1.00.tar.gz Bundle::ABH 1.04 A/AB/ABH/Bundle-ABH-1.04.tar.gz Bundle::AO::Base 0.01 I/IX/IX/AO-0.32.tar.gz Bundle::AO::Standard 0.01 I/IX/IX/AO-0.32.tar.gz @@ -978,16 +997,16 @@ Bundle::Bugzilla 0.01 Z/ZL/ZLIPTON/Bundle-Bugzilla-0.01.tar.g Bundle::Catalog 1.02 L/LD/LDACHARY/Catalog-1.02.tar.gz Bundle::Cisco::Conf 0.01 J/JW/JWIED/Cisco-Conf-0.10.tar.gz Bundle::CPAN 1.58 A/AN/ANDK/CPAN-1.59.tar.gz -Bundle::DBD::CSV 0.1016 J/JW/JWIED/DBD-CSV-0.1025.tar.gz +Bundle::DBD::CSV 0.1016 J/JW/JWIED/DBD-CSV-0.1027.tar.gz Bundle::DBD::DB2 0.75 I/IB/IBMTORDB2/DBD-DB2-0.75.tar.gz Bundle::DBD::Informix 1.00 J/JO/JOHNL/DBD-Informix-1.00.PC1.tar.gz -Bundle::DBD::InterBase 0.25 E/ED/EDPRATOMO/DBD-InterBase-0.25.1.tar.gz +Bundle::DBD::InterBase 0.27 E/ED/EDPRATOMO/DBD-InterBase-0.27.tar.gz Bundle::DBD::mSQL 2.0416 J/JW/JWIED/Msql-Mysql-modules-1.2216.tar.gz -Bundle::DBD::mysql 2.0416 J/JW/JWIED/Msql-Mysql-modules-1.2216.tar.gz +Bundle::DBD::mysql 2.0416 J/JW/JWIED/DBD-mysql-2.0901.tar.gz Bundle::DBI 1.03 T/TI/TIMB/DBI-1.15.tar.gz Bundle::Expect 1.09 R/RG/RGIERSIG/Bundle-Expect-1.09.tar.gz Bundle::HTML::EP 0.02 J/JW/JWIED/HTML-EP-0.2011.tar.gz -Bundle::HTML::Mason 0.05 J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz +Bundle::HTML::Mason 0.05 J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz Bundle::Interchange 0.04 M/MI/MIKEH/Bundle-Interchange-0.04.tar.gz Bundle::IspMailGate 0.01 J/JW/JWIED/Mail-IspMailGate-1.1011.tar.gz Bundle::libnet 1.00 G/GB/GBARR/Bundle-libnet-1.00.tar.gz @@ -998,7 +1017,7 @@ Bundle::MP3 1.00 L/LD/LDS/Bundle-MP3-1.00.tar.gz Bundle::Msql 1.1835 J/JW/JWIED/Msql-Mysql-modules-1.1835.tar.gz Bundle::Mysql 1.1835 J/JW/JWIED/Msql-Mysql-modules-1.1835.tar.gz Bundle::Net::LDAP 0.02 G/GB/GBARR/perl-ldap-0.23.tar.gz -Bundle::Net::Nessus 0.02 J/JW/JWIED/Net-Nessus-0.06.tar.gz +Bundle::Net::Nessus 0.02 J/JW/JWIED/Net-Nessus-0.07.tar.gz Bundle::OpenInteract 1.04 C/CW/CWINTERS/Bundle-OpenInteract-1.04.tar.gz Bundle::OS2_default 1.02 I/IL/ILYAZ/modules/Bundle-OS2_default-1.02.tar.gz Bundle::OS2_default1 1.00 I/IL/ILYAZ/modules/Bundle-OS2_default-1.02.tar.gz @@ -1021,13 +1040,15 @@ Bundle::Weather 1.0 R/RR/RRWO/Bundle-Weather-1.0.1.tar.gz Bundle::Wizard 0.01 J/JW/JWIED/Wizard-0.1006.tar.gz Bundle::Wizard::LDAP 0.01 J/JW/JWIED/Wizard-LDAP-0.1008.tar.gz Bundle::WWW::Search 1.04 M/MT/MTHURN/Bundle-WWW-Search-1.04.tar.gz -Bundle::WWW::Search::ALL 1.14 M/MT/MTHURN/Bundle-WWW-Search-ALL-1.14.tar.gz +Bundle::WWW::Search::ALL 1.17 M/MT/MTHURN/Bundle-WWW-Search-ALL-1.17.tar.gz Bundle::XML 0.1 M/MU/MULL/Bundle-XML-0.1.tar.gz Bundle::Xmms 1.00 D/DO/DOUGM/Xmms-Perl-0.10.tar.gz Bus_mySUBS undef D/DM/DMUSGR/Glade-Perl-0.57.tar.gz Business::Cashcow 0.61 G/GK/GKE/Business-Cashcow-0.08.tar.gz -Business::CreditCard undef J/JO/JONO/Business-CreditCard-0.21.tar.gz +Business::CINS 0.03 T/TA/TAYERS/Business-CINS-0.03.tar.gz +Business::CreditCard 0.23 I/IV/IVAN/Business-CreditCard-0.23.tar.gz Business::CSI undef J/JE/JETTERO/Business-CSI-0.81.tar.gz +Business::CUSIP 0.03 T/TA/TAYERS/Business-CUSIP-0.03.tar.gz Business::FedEx undef P/PT/PTULLY/FedEx-0.10.tar.gz Business::FedEx::Constants undef P/PT/PTULLY/FedEx-0.10.tar.gz Business::FedEx::ShipAPI undef P/PT/PTULLY/FedEx-0.10.tar.gz @@ -1038,6 +1059,7 @@ Business::ISSN 0.90 S/SA/SAPAPO/Business-ISSN-0.90.tar.gz Business::OnlinePayment 2.00 J/JA/JASONK/Business-OnlinePayment-2.00.tar.gz Business::OnlinePayment::AuthorizeNet 2.01 J/JA/JASONK/Business-OnlinePayment-AuthorizeNet-2.01.tar.gz Business::OnlinePayment::Cardstream 1.00 B/BE/BELCHAM/Business-OnlinePayment-Cardstream-1.0.tar.gz +Business::SEDOL 0.01 T/TA/TAYERS/Business-SEDOL-0.01.tar.gz Business::UPC 0.02 R/RO/ROBF/Business-UPC-0.02.tar.gz Business::UPS 1.13 M/MS/MSOLOMON/Business-UPS-1.13.tar.gz Business::US_Amort 0.07 S/SB/SBURKE/Business-US_Amort-0.07.tar.gz @@ -1046,31 +1068,32 @@ ByteLoader 0.04 G/GS/GSAR/perl-5.6.1.tar.gz bytes undef G/GS/GSAR/perl-5.6.1.tar.gz C::DynaLib 0.55 J/JT/JTOBEY/C-DynaLib-0.55.tar.gz C::DynaLib::Struct undef J/JT/JTOBEY/C-DynaLib-0.55.tar.gz +C::Include 1.3 A/AM/AMICHAUER/C-Include-1.30.tar.gz C::Scan 0.74 H/HV/HVDS/C-Scan-0.74.tar.gz C::Type undef L/LU/LUKKA/PDL-1.99989.tar.gz C::Var undef L/LU/LUKKA/PDL-1.99989.tar.gz c_plus_plus undef I/IL/ILYAZ/modules/c_plus_plus-0.1.tar.gz -Cache::BaseCache undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::BaseCacheTester undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::Cache 0.07 D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::CacheBenchmark undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::CacheMetaData undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::CacheTester undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::CacheUtils undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::FileCache undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::MemoryCache undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz +Cache::BaseCache undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::BaseCacheTester undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::Cache 0.08 D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::CacheBenchmark undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::CacheMetaData undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::CacheTester undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::CacheUtils undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::FileCache undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::MemoryCache undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz Cache::Mmap 0.01 P/PM/PMH/Cache-Mmap-0.01.tar.gz -Cache::Object undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::SharedCacheUtils undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::SharedMemoryCache undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::SizeAwareCache undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::SizeAwareCacheTester undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::SizeAwareFileCache undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::SizeAwareMemoryCache undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz -Cache::SizeAwareSharedMemoryCache undef D/DC/DCLINTON/Cache-Cache-0.07.tar.gz +Cache::Object undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::SharedCacheUtils undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::SharedMemoryCache undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::SizeAwareCache undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::SizeAwareCacheTester undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::SizeAwareFileCache undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::SizeAwareMemoryCache undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz +Cache::SizeAwareSharedMemoryCache undef D/DC/DCLINTON/Cache-Cache-0.08.tar.gz Calculator undef D/DY/DYACOB/SOAP-Lite-SmartProxy-0.11.tar.gz Calendar::CSA 0.8 K/KJ/KJALB/Calendar-CSA-0.8.tar.gz -Callback 1.03 M/MU/MUIR/modules/Callback-1.03.tar.gz +Camel undef D/DU/DUNCAND/CGI-Portable-0.42.tar.gz CannonField undef A/AW/AWIN/Qt-0.03.tar.gz Car undef S/SR/SRIRAM/examples.tar.gz Carp undef G/GS/GSAR/perl-5.6.1.tar.gz @@ -1102,7 +1125,7 @@ Catalog::tools::sqledit undef L/LD/LDACHARY/Catalog-1.02.tar.gz Catalog::tools::tools undef L/LD/LDACHARY/Catalog-1.02.tar.gz CBC 1.00 L/LD/LDS/Crypt-CBC-1.00.tar.gz CDB_File 0.9 T/TI/TIMPX/CDB_File-0.83.tar.gz -CDDB 1.04 R/RC/RCAPUTO/CDDB-1.04.tar.gz +CDDB 1.05 R/RC/RCAPUTO/CDDB-1.05.tar.gz CDDB_get 1.61 F/FO/FONKIE/CDDB_get-1.61.tar.gz Cdk 4.9 G/GL/GLOVER/Curses-Devkit-4.9.3.tar.gz Cdk::Alphalist undef G/GL/GLOVER/Curses-Devkit-4.9.3.tar.gz @@ -1164,9 +1187,8 @@ CGI3::Object::SelfLoader undef L/LD/LDS/CGI3.pm-3.01.tar.gz CGI3::Object::State 0.1 L/LD/LDS/CGI3.pm-3.01.tar.gz CGI3::Pretty 1.04 L/LD/LDS/CGI3.pm-3.01.tar.gz CGI3::Push 1.01 L/LD/LDS/CGI3.pm-3.01.tar.gz -CGI::Application 1.2 J/JE/JERLBAUM/CGI-Application-1.2.tar.gz +CGI::Application 1.3 J/JE/JERLBAUM/CGI-Application-1.3.tar.gz CGI::ArgChecker 0.02 D/DL/DLOWE/CGI-ArgChecker-0.02.tar.gz -CGI::ASP::Lite 1.02 F/FE/FERGUSOR/CGI-ASP-Lite-1.02.tar.gz CGI::Authent 0.2 J/JE/JENDA/CGI-Authent-0.2.1.tar.gz CGI::Base undef L/LD/LDS/CGI-modules-2.76.tar.gz CGI::BasePlus undef L/LD/LDS/CGI-modules-2.76.tar.gz @@ -1376,6 +1398,7 @@ CGI::MxScreen::Tie::Stdout undef R/RA/RAM/CGI-MxScreen-0.1.0.tar.gz CGI::Out undef M/MU/MUIR/modules/CGI-Out-100.010301.tar.gz CGI::PathInfo 1.00 S/SN/SNOWHARE/CGI-PathInfo-1.00.tar.gz CGI::Persistent 0.21 V/VI/VIPUL/CGI-Persistent-0.21.tar.gz +CGI::Portable 0.42 D/DU/DUNCAND/CGI-Portable-0.42.tar.gz CGI::Pretty 1.05 L/LD/LDS/CGI.pm-2.753.tar.gz CGI::PrintWrapper 0.8 B/BI/BINKLEY/CGI-PrintWrapper-0.8.tar.gz CGI::Push 1.04 L/LD/LDS/CGI.pm-2.753.tar.gz @@ -1433,17 +1456,16 @@ CGI::WeT::Theme::Loader::HTML 1.9 J/JS/JSMITH/CGI-WeT-0.70.tar.gz CGI::WeT::Theme::Loader::WeT 1.9 J/JS/JSMITH/CGI-WeT-0.70.tar.gz CGI::WeT::User::DBI::LDAP 1.7 J/JS/JSMITH/CGI-WeT-0.70.tar.gz CGI::WML 0.05 A/AW/AWOOD/CGI-WML-0.05.tar.gz -CGI::WPM::Base 0.4 D/DU/DUNCAND/duncand-prerelease-0.4.tar.gz -CGI::WPM::CountFile 0.4 D/DU/DUNCAND/duncand-prerelease-0.4.tar.gz -CGI::WPM::Globals 0.38 D/DU/DUNCAND/duncand-prerelease-0.38.tar.gz -CGI::WPM::GuestBook 0.4 D/DU/DUNCAND/duncand-prerelease-0.4.tar.gz -CGI::WPM::MailForm 0.4 D/DU/DUNCAND/duncand-prerelease-0.4.tar.gz -CGI::WPM::MultiPage 0.4 D/DU/DUNCAND/duncand-prerelease-0.4.tar.gz -CGI::WPM::Redirect 0.4 D/DU/DUNCAND/duncand-prerelease-0.4.tar.gz -CGI::WPM::SegTextDoc 0.4 D/DU/DUNCAND/duncand-prerelease-0.4.tar.gz -CGI::WPM::SimpleUserIO 0.4 D/DU/DUNCAND/duncand-prerelease-0.4.tar.gz -CGI::WPM::Static 0.4 D/DU/DUNCAND/duncand-prerelease-0.4.tar.gz -CGI::WPM::Usage 0.4 D/DU/DUNCAND/duncand-prerelease-0.4.tar.gz +CGI::WPM::Base 0.42 D/DU/DUNCAND/CGI-Portable-0.42.tar.gz +CGI::WPM::CountFile 0.41 D/DU/DUNCAND/CGI-Portable-0.42.tar.gz +CGI::WPM::GuestBook 0.41 D/DU/DUNCAND/CGI-Portable-0.42.tar.gz +CGI::WPM::MailForm 0.41 D/DU/DUNCAND/CGI-Portable-0.42.tar.gz +CGI::WPM::MultiPage 0.4101 D/DU/DUNCAND/CGI-Portable-0.42.tar.gz +CGI::WPM::Redirect 0.41 D/DU/DUNCAND/CGI-Portable-0.42.tar.gz +CGI::WPM::SegTextDoc 0.41 D/DU/DUNCAND/CGI-Portable-0.42.tar.gz +CGI::WPM::SimpleUserIO 0.42 D/DU/DUNCAND/CGI-Portable-0.42.tar.gz +CGI::WPM::Static 0.41 D/DU/DUNCAND/CGI-Portable-0.42.tar.gz +CGI::WPM::Usage 0.41 D/DU/DUNCAND/CGI-Portable-0.42.tar.gz CGI::Wrap undef M/MU/MUIR/modules/CGI-Out-100.010301.tar.gz CGI::XML 0.1 E/EI/EISEN/CGI-XML-0.1.tar.gz CGI::XMLForm 0.10 M/MS/MSERGEANT/CGI-XMLForm-0.10.tar.gz @@ -1454,6 +1476,7 @@ charnames undef G/GS/GSAR/perl-5.6.1.tar.gz Chart::Bars 0.99 N/NI/NINJAZ/Chart-0.99c-pre3.tar.gz Chart::Base 0.99 N/NI/NINJAZ/Chart-0.99c-pre3.tar.gz Chart::Composite 0.99 N/NI/NINJAZ/Chart-0.99c-pre3.tar.gz +Chart::GRACE 0.95 T/TJ/TJENNESS/Chart-GRACE-0.95.tar.gz Chart::Graph 1.1 M/MH/MHYOUNG/Chart-Graph-1.1.tar.gz Chart::Graph::Gnuplot undef M/MH/MHYOUNG/Chart-Graph-1.1.tar.gz Chart::Graph::Utils undef M/MH/MHYOUNG/Chart-Graph-1.1.tar.gz @@ -1517,10 +1540,10 @@ Class::Classgen::Comments 3.03 M/MS/MSCHLUE/Class-Classgen-classgen-3. Class::Classgen::New 3.03 M/MS/MSCHLUE/Class-Classgen-classgen-3.03.tar.gz Class::Classgen::Section 3.03 M/MS/MSCHLUE/Class-Classgen-classgen-3.03.tar.gz Class::Classless 1.34 S/SB/SBURKE/Class-Classless-1.34.tar.gz -Class::Contract 1.12 G/GG/GGOEBEL/Class-Contract-1.12.tar.gz +Class::Contract 1.13 G/GG/GGOEBEL/Class-Contract-1.13.tar.gz Class::Contract::Production 1 D/DC/DCONWAY/Class-Contract-1.00.tar.gz Class::Data::Inheritable 0.02 M/MS/MSCHWERN/Class-Data-Inheritable-0.02.tar.gz -Class::Date 0.94 D/DL/DLUX/Class-Date-0.94.tar.gz +Class::Date 0.98 D/DL/DLUX/Class-Date-0.98.tar.gz Class::DBI 0.27 M/MS/MSCHWERN/Class-DBI-0.27.tar.gz Class::Delegate 0.06 K/KS/KSTAR/Class-Delegate-0.06.tar.gz Class::Fields 0.13 M/MS/MSCHWERN/Class-Fields-0.13.tar.gz @@ -1531,6 +1554,8 @@ Class::Generate 1.06 S/SW/SWARTIK/Class-Generate-1.06.tar.gz Class::Handler undef N/NW/NWIGER/Class-Handler-1.03.tar.gz Class::ISA 0.32 S/SB/SBURKE/Class-ISA-0.32.tar.gz Class::Iter undef K/KM/KMACLEOD/Class-Visitor-0.02.tar.gz +Class::Loader 1.8 V/VI/VIPUL/Class-Loader-1.8.tar.gz +Class::LoaderTest undef V/VI/VIPUL/Class-Loader-1.91.tar.gz Class::MethodMaker 1.02 F/FL/FLUFFY/Class-MethodMaker-1.02.tar.gz Class::MethodMapper 1.0 L/LE/LENZO/Class-MethodMapper-1.0.tar.gz Class::Multimethods 1.70 D/DC/DCONWAY/Class-Multimethods-1.70.tar.gz @@ -1538,7 +1563,7 @@ Class::Mutator 0.2 G/GM/GMCCAR/Class-Mutator-0.2.tar.gz Class::NamedParms 1.04 S/SN/SNOWHARE/Class-NamedParms-1.04.tar.gz Class::ObjectTemplate 0.4 J/JA/JASONS/Class-ObjectTemplate-0.4.tar.gz Class::ObjectTemplate::DB 0.23 J/JA/JASONS/Class-ObjectTemplate-DB-0.23.tar.gz -Class::ParamParser 1.03 D/DU/DUNCAND/Class-ParamParser-1.03.tar.gz +Class::ParamParser 1.04 D/DU/DUNCAND/Class-ParamParser-1.04.tar.gz Class::ParmList 1.03 S/SN/SNOWHARE/Class-ParmList-1.03.tar.gz Class::Persistent::Plugin::MySQL 0.01 H/HE/HEIKOWU/Class-StructTemplate-0.01.tar.gz Class::Persistent::StructTemplate 0.01 H/HE/HEIKOWU/Class-StructTemplate-0.01.tar.gz @@ -1564,11 +1589,11 @@ Class::Virtually::Abstract undef M/MS/MSCHWERN/Class-Virtual-0.03.tar.gz Class::Visitor 0.02 K/KM/KMACLEOD/Class-Visitor-0.02.tar.gz Class::WhiteHole 0.03 M/MS/MSCHWERN/Class-WhiteHole-0.03.tar.gz ClearCase::Argv 0.25 D/DS/DSB/ClearCase-Argv-0.25.tar.gz -ClearCase::ClearPrompt 1.16 D/DS/DSB/ClearCase-ClearPrompt-1.16.tar.gz +ClearCase::ClearPrompt 1.21 D/DS/DSB/ClearCase-ClearPrompt-1.21.tar.gz ClearCase::SyncTree 0.20 D/DS/DSB/ClearCase-SyncTree-0.20.tar.gz ClearCase::Wrapper 0.22 D/DS/DSB/ClearCase-Wrapper-0.22.tar.gz Client undef E/EE/EESTABROO/Crypt-HCE_SHA-0.60.tar.gz -Clone 0.09 R/RD/RDF/Clone-0.09.tar.gz +Clone 0.10 R/RD/RDF/Clone-0.10.tar.gz CLR::Tree::Binary undef T/TO/TOMC/scripts/CS-Talk/source/dstructs/trees/CLR/Tree/Binary.pm.gz Cmenu 1.00 D/DR/DREWF/Cmenu-1.0.tgz CmpDOM undef E/EN/ENNO/libxml-enno-1.02.tar.gz @@ -1586,17 +1611,17 @@ Compress::Bzip2 1.00 A/AZ/AZEMGI/Compress-Bzip2-1.00.tar.gz Compress::LZF 0.05 M/ML/MLEHMANN/Compress-LZF-0.05.tar.gz Compress::LZO 1.00 M/MF/MFX/Compress-LZO-1.00.tar.gz Compress::LZV1 0.04 M/ML/MLEHMANN/Compress-LZV1-0.04.tar.gz -Compress::Zlib 1.11 P/PM/PMQS/Compress-Zlib-1.11.tar.gz +Compress::Zlib 1.12 P/PM/PMQS/Compress-Zlib-1.12.tar.gz config undef H/HA/HAKANARDO/DBIx-HTMLView-0.7.tar.gz Config::Access 0.02 T/TI/TIMPOTTER/Config-Access-0.02.tar.gz Config::FreeForm 0.01 B/BT/BTROTT/Config-FreeForm-0.01.tar.gz -Config::General 1.18 T/TL/TLINDEN/Config-General-1.18.tar.gz -Config::General::Extended 1.0 T/TL/TLINDEN/Config-General-Extended-1.0.tar.gz +Config::General 1.20 T/TL/TLINDEN/Config-General-1.20.tar.gz +Config::General::Extended 1.1 T/TL/TLINDEN/Config-General-Extended-1.1.tar.gz CONFIG::Hash undef M/MW/MWS/CONFIG-V0.99.11.tar.gz Config::Ini 1.06 A/AV/AVATAR/Config-Ini-1.06.zip Config::IniFiles 2.19 R/RB/RBOW/Config-IniFiles-2.19.tar.gz CONFIG::Plain undef M/MW/MWS/CONFIG-V0.99.11.tar.gz -Config::Properties undef R/RA/RANDY/Config-Properties-0.01.tar.gz +Config::Properties 0.03 R/RA/RANDY/Config-Properties-0.03.tar.gz Config::User 2.0 T/TB/TBONE/Config-User-2.0.tar.gz ConfigFile undef G/GE/GEHIC/former-0.2beta.tar.gz ConfigReader::DirectiveStyle 0.5 A/AM/AMW/ConfigReader-0.5.tar.gz @@ -1604,11 +1629,13 @@ ConfigReader::Simple 0.9 G/GO/GOSSAMER/ConfigReader-Simple-0.9.t ConfigReader::Spec 0.5 A/AM/AMW/ConfigReader-0.5.tar.gz ConfigReader::Values 0.5 A/AM/AMW/ConfigReader-0.5.tar.gz Configure undef K/KJ/KJALB/TermReadKey-2.14.tar.gz -Conjury::C 1.003 J/JW/JWOODYATT/Conjury-C-1.003.tar.gz -Conjury::C::GNU undef J/JW/JWOODYATT/Conjury-C-1.003.tar.gz -Conjury::C::Sun undef J/JW/JWOODYATT/Conjury-C-1.003.tar.gz -Conjury::Core 1.003 J/JW/JWOODYATT/Conjury-Core-1.003.tar.gz -Conjury::Core::Prototype undef J/JW/JWOODYATT/Conjury-Core-1.003.tar.gz +Conjury::C 1.004 J/JW/JWOODYATT/conjury-1.004.tar.gz +Conjury::C::Darwin undef J/JW/JWOODYATT/conjury-1.004.tar.gz +Conjury::C::GNU undef J/JW/JWOODYATT/conjury-1.004.tar.gz +Conjury::C::Sun undef J/JW/JWOODYATT/conjury-1.004.tar.gz +Conjury::Core 1.004 J/JW/JWOODYATT/conjury-1.004.tar.gz +Conjury::Core::Prototype undef J/JW/JWOODYATT/conjury-1.004.tar.gz +Conjury::Stage 1.01 J/JW/JWOODYATT/conjury-1.004.tar.gz constant 1.02 G/GS/GSAR/perl-5.6.1.tar.gz Continuus 0.1 H/HE/HENKE/Continuus-0.1.tar.gz ControlX10::CM11 2.09 B/BB/BBIRTH/ControlX10-CM11-2.09.tar.gz @@ -1633,8 +1660,8 @@ Convert::GeekCode 0.3 A/AU/AUTRIJUS/GeekCode-0.3.tar.gz Convert::IBM390 0.14 G/GR/GROMMEL/Convert-IBM390-0.14.tar.gz Convert::IBM390p 0.07 G/GR/GROMMEL/Convert-IBM390p-0.07.tar.gz Convert::Morse 0.03 T/TE/TELS/Convert-Morse-0.03.tar.gz -Convert::PEM 0.04 B/BT/BTROTT/Convert-PEM-0.04.tar.gz -Convert::PEM::CBC undef B/BT/BTROTT/Convert-PEM-0.04.tar.gz +Convert::PEM 0.05 B/BT/BTROTT/Convert-PEM-0.05.tar.gz +Convert::PEM::CBC undef B/BT/BTROTT/Convert-PEM-0.05.tar.gz Convert::RACE 0.05 M/MI/MIYAGAWA/Convert-RACE-0.05.tar.gz Convert::Recode 1.03 G/GA/GAAS/Convert-Recode-1.03.tar.gz Convert::Scalar 0.06 M/ML/MLEHMANN/Convert-Scalar-0.06.tar.gz @@ -1646,7 +1673,7 @@ Convert::Units::Length 0.14 R/RR/RRWO/Convert-Units-0.43.tar.gz Convert::Units::Temperature 0.21 R/RR/RRWO/Convert-Units-0.43.tar.gz Convert::Units::Type 0.34 R/RR/RRWO/Convert-Units-0.43.tar.gz Convert::UU 0.40 A/AN/ANDK/Convert-UU-0.40.tar.gz -Convert::UUlib 0.11 M/ML/MLEHMANN/Convert-UUlib-0.11.tar.gz +Convert::UUlib 0.111 M/ML/MLEHMANN/Convert-UUlib-0.111.tar.gz CookBookA::Ex1 49.1 D/DM/DMR/CookBookA-19960430.tar.gz CookBookA::Ex2 49.1 D/DM/DMR/CookBookA-19960430.tar.gz CookBookA::Ex3 49.1 D/DM/DMR/CookBookA-19960430.tar.gz @@ -1695,22 +1722,22 @@ Crypt::CBCeasy 0.24 M/MB/MBLAZ/Crypt-CBCeasy-0.24.tar.gz Crypt::CipherSaber 0.60 C/CH/CHROMATIC/CipherSaber-0.60.tar.gz Crypt::Cracklib 0.01 D/DA/DANIEL/Crypt-Cracklib-0.01.tar.gz Crypt::DES 2.03 D/DP/DPARIS/Crypt-DES-2.03.tar.gz -Crypt::DES_EDE3 undef B/BT/BTROTT/Convert-PEM-0.04.tar.gz +Crypt::DES_EDE3 undef B/BT/BTROTT/Convert-PEM-0.05.tar.gz Crypt::DES_PP 1.00 G/GU/GUIDO/Crypt-DES_PP-1.00.tar.gz Crypt::DH 0.02 B/BT/BTROTT/Crypt-DH-0.02.tar.gz -Crypt::DSA 0.10 B/BT/BTROTT/Crypt-DSA-0.10.tar.gz -Crypt::DSA::Key undef B/BT/BTROTT/Crypt-DSA-0.10.tar.gz -Crypt::DSA::Key::PEM undef B/BT/BTROTT/Crypt-DSA-0.10.tar.gz -Crypt::DSA::KeyChain undef B/BT/BTROTT/Crypt-DSA-0.10.tar.gz -Crypt::DSA::Signature undef B/BT/BTROTT/Crypt-DSA-0.10.tar.gz -Crypt::DSA::Util undef B/BT/BTROTT/Crypt-DSA-0.10.tar.gz +Crypt::DSA 0.12 B/BT/BTROTT/Crypt-DSA-0.12.tar.gz +Crypt::DSA::Key undef B/BT/BTROTT/Crypt-DSA-0.12.tar.gz +Crypt::DSA::Key::PEM undef B/BT/BTROTT/Crypt-DSA-0.12.tar.gz +Crypt::DSA::Key::SSH2 undef B/BT/BTROTT/Crypt-DSA-0.12.tar.gz +Crypt::DSA::KeyChain undef B/BT/BTROTT/Crypt-DSA-0.12.tar.gz +Crypt::DSA::Signature undef B/BT/BTROTT/Crypt-DSA-0.12.tar.gz +Crypt::DSA::Util undef B/BT/BTROTT/Crypt-DSA-0.12.tar.gz Crypt::ECB 1.1 A/AP/APPEL/Crypt-ECB-1.1-2.tar.gz -Crypt::GOST 0.41 V/VI/VIPUL/Crypt-GOST-0.41.tar.gz -Crypt::GPG 1.8 A/AG/AGUL/Crypt-GPG-1.8.tar.gz +Crypt::GOST 1.00 A/AM/AMS/Crypt-GOST-1.00.tar.gz Crypt::HCE_MD5 0.60 E/EE/EESTABROO/Crypt-HCE_MD5-0.60.tar.gz Crypt::HCE_SHA 0.60 E/EE/EESTABROO/Crypt-HCE_SHA-0.60.tar.gz Crypt::IDEA undef D/DP/DPARIS/Crypt-IDEA-1.01.tar.gz -Crypt::NULL 1.00 A/AM/AMS/Crypt-NULL-1.00.tar.gz +Crypt::NULL 1.02 A/AM/AMS/Crypt-NULL-1.02.tar.gz Crypt::OpenSSL::Random 0.02 I/IR/IROBERTS/Crypt-OpenSSL-Random-0.02.tar.gz Crypt::OpenSSL::RSA 0.11 I/IR/IROBERTS/Crypt-OpenSSL-RSA-0.11.tar.gz Crypt::OTP 1.02 S/SI/SIFUKURT/Crypt-OTP-1.02.tar.gz @@ -1726,21 +1753,24 @@ Crypt::Random 0.34 V/VI/VIPUL/Crypt-Random-0.34.tar.gz Crypt::RandPasswd 0.02 J/JD/JDPORTER/Crypt-RandPasswd-0.02.tar.gz Crypt::RC4 1.11 S/SI/SIFUKURT/Crypt-RC4-1.11.tar.gz Crypt::Rijndael 0.04 D/DI/DIDO/Crypt-Rijndael-0.04.tar.gz -Crypt::RIPEMD160 0.03 C/CH/CHGEUER/Crypt-RIPEMD160-0.03.tar.gz -Crypt::RIPEMD160::MAC 0.01 C/CH/CHGEUER/Crypt-RIPEMD160-0.03.tar.gz +Crypt::RIPEMD160 0.04 C/CH/CHGEUER/Crypt-RIPEMD160-0.04.tar.gz +Crypt::RIPEMD160::MAC 0.01 C/CH/CHGEUER/Crypt-RIPEMD160-0.04.tar.gz Crypt::Rot13 0.04 A/AY/AYRNIEU/Crypt-Rot13-0.04.tar.gz -Crypt::RSA 1.37 V/VI/VIPUL/Crypt-RSA-1.37.tar.gz -Crypt::RSA::DataFormat undef V/VI/VIPUL/Crypt-RSA-1.37.tar.gz -Crypt::RSA::Debug undef V/VI/VIPUL/Crypt-RSA-1.37.tar.gz -Crypt::RSA::Errorhandler undef V/VI/VIPUL/Crypt-RSA-1.37.tar.gz -Crypt::RSA::ES::OAEP 1.21 V/VI/VIPUL/Crypt-RSA-1.37.tar.gz -Crypt::RSA::ES::PKCS1v15 1.6 V/VI/VIPUL/Crypt-RSA-1.37.tar.gz +Crypt::RSA 1.43 V/VI/VIPUL/Crypt-RSA-1.43.tar.gz +Crypt::RSA::DataFormat undef V/VI/VIPUL/Crypt-RSA-1.43.tar.gz +Crypt::RSA::Debug undef V/VI/VIPUL/Crypt-RSA-1.43.tar.gz +Crypt::RSA::Errorhandler undef V/VI/VIPUL/Crypt-RSA-1.43.tar.gz +Crypt::RSA::ES::OAEP 1.22 V/VI/VIPUL/Crypt-RSA-1.43.tar.gz +Crypt::RSA::ES::PKCS1v15 1.8 V/VI/VIPUL/Crypt-RSA-1.43.tar.gz Crypt::RSA::Key 1.8 V/VI/VIPUL/Crypt-RSA-1.37.tar.gz -Crypt::RSA::Key::Private undef V/VI/VIPUL/Crypt-RSA-1.37.tar.gz -Crypt::RSA::Key::Public undef V/VI/VIPUL/Crypt-RSA-1.37.tar.gz -Crypt::RSA::Primitives undef V/VI/VIPUL/Crypt-RSA-1.37.tar.gz -Crypt::RSA::SS::PKCS1v15 1.3 V/VI/VIPUL/Crypt-RSA-1.37.tar.gz -Crypt::RSA::SS::PSS 1.3 V/VI/VIPUL/Crypt-RSA-1.37.tar.gz +Crypt::RSA::Key::Private 1.12 V/VI/VIPUL/Crypt-RSA-1.43.tar.gz +Crypt::RSA::Key::Private::SSH undef V/VI/VIPUL/Crypt-RSA-1.43.tar.gz +Crypt::RSA::Key::Public undef V/VI/VIPUL/Crypt-RSA-1.43.tar.gz +Crypt::RSA::Key::Public::SSH undef V/VI/VIPUL/Crypt-RSA-1.43.tar.gz +Crypt::RSA::Primitives undef V/VI/VIPUL/Crypt-RSA-1.43.tar.gz +Crypt::RSA::SS::PKCS1v15 1.5 V/VI/VIPUL/Crypt-RSA-1.43.tar.gz +Crypt::RSA::SS::PSS 1.4 V/VI/VIPUL/Crypt-RSA-1.43.tar.gz +Crypt::Schnorr::AuthSign 1.9 A/AG/AGUL/Crypt-Schnorr-AuthSign-1.9.tar.gz Crypt::Solitaire 1.02 S/SI/SIFUKURT/Crypt-Solitaire-1.02.tar.gz Crypt::SSLeay 0.25 C/CH/CHAMAS/Crypt-SSLeay-0.25.tar.gz Crypt::SSLeay::Conn undef C/CH/CHAMAS/Crypt-SSLeay-0.25.tar.gz @@ -1748,13 +1778,12 @@ Crypt::SSLeay::CTX undef C/CH/CHAMAS/Crypt-SSLeay-0.25.tar.gz Crypt::SSLeay::Err undef C/CH/CHAMAS/Crypt-SSLeay-0.25.tar.gz Crypt::SSLeay::MainContext undef C/CH/CHAMAS/Crypt-SSLeay-0.25.tar.gz Crypt::SSLeay::X509 undef C/CH/CHAMAS/Crypt-SSLeay-0.25.tar.gz -Crypt::TEA 1.07 A/AM/AMS/Crypt-TEA-1.07.tar.gz +Crypt::TEA 1.25 A/AM/AMS/Crypt-TEA-1.25.tar.gz Crypt::TripleDES 0.24 V/VI/VIPUL/Crypt-TripleDES-0.24.tar.gz -Crypt::Twofish 0.01 N/NI/NISHANT/Twofish-1.0.tar.gz +Crypt::Twofish 2.12 A/AM/AMS/Crypt-Twofish-2.12.tar.gz Crypt::Twofish2 0.06 M/ML/MLEHMANN/Crypt-Twofish2-0.06.tar.gz Crypt::UnixCrypt 1.0 M/MV/MVORL/Crypt-UnixCrypt-1.0.tar.gz Crypt::xDBM_File 0.80 E/EE/EESTABROO/Crypt-xDBM_File-0.80.tar.gz -CSS::Parser 0.61 R/RB/RBERJON/CSS-Parser-0.61.tar.gz CSS::SAC 0.03 R/RB/RBERJON/CSS-SAC-0.03.tar.gz CSS::SAC::Condition 0.03 R/RB/RBERJON/CSS-SAC-0.03.tar.gz CSS::SAC::Condition::Attribute 0.03 R/RB/RBERJON/CSS-SAC-0.03.tar.gz @@ -1783,7 +1812,7 @@ Curses 1.05 W/WP/WPS/Curses-1.05.tar.gz Curses::Forms .2 C/CO/CORLISS/curses_forms_0_2a.tar.gz Curses::Widgets 1.1 C/CO/CORLISS/curses_widgets_1_2.tar.gz Cwd 2.02 G/GS/GSAR/perl-5.6.0.tar.gz -cyrillic 1.10 A/AM/AMICHAUER/cyrillic-1.10.tar.gz +cyrillic 1.11 A/AM/AMICHAUER/cyrillic-1.11.tar.gz Cz::Cstocs 3.191 J/JA/JANPAZ/Cstools-0.178.tar.gz Cz::Cstocs::Getopt undef J/JA/JANPAZ/Cstools-0.178.tar.gz Cz::Sort 0.68 J/JA/JANPAZ/Cstools-0.178.tar.gz @@ -1792,9 +1821,10 @@ D::oh 0.05 C/CN/CNANDOR/D-oh-0.05.tar.gz D::oh::Year 0.04 M/MS/MSCHWERN/D-oh-Year-0.04.tar.gz DAML undef A/AR/AREGGIORI/RDFStore-0.31.tar.gz Data undef N/NW/NWCLARK/ex-lib-zip-0.02.tar.gz -Data::Address::Standardize 0.003 G/GR/GREGOR/Data-Address-Standardize-0.003.tar.gz -Data::Buffer 0.01 B/BT/BTROTT/Data-Buffer-0.01.tar.gz +Data::Address::Standardize 0.004 G/GR/GREGOR/Data-Address-Standardize-0.004.tar.gz +Data::Buffer 0.02 B/BT/BTROTT/Data-Buffer-0.02.tar.gz Data::Compare 0.02 F/FT/FTASSIN/Data-Compare-0.02.tar.gz +Data::Denter 0.13 I/IN/INGY/Data-Denter-0.13.tar.gz Data::Direct 0.05 S/SC/SCHOP/Data-Direct-0.05.tar.gz Data::DRef 1999.0206 E/EV/EVO/Data-DRef-1999.0206.tar.gz Data::Dump 0.04 G/GA/GAAS/Data-Dump-0.04.tar.gz @@ -1827,7 +1857,7 @@ Data::Reporter::RepFormat 0.01 R/RV/RVAZ/Data-Reporter-1.3.1.tar.gz Data::Reporter::Sybsource undef R/RV/RVAZ/Data-Reporter-1.3.1.tar.gz Data::Reporter::VisSection undef R/RV/RVAZ/Data-Reporter-1.3.1.tar.gz Data::ShowTable undef A/AK/AKSTE/Data-ShowTable-3.3.tar.gz -Data::Table 1.24 E/EZ/EZDB/Data-Table-1.24.tar.gz +Data::Table 1.26 E/EZ/EZDB/Data-Table-1.25.tar.gz Data::Undumper undef B/BR/BRIAN/RCGI-1.20.tar.gz Data::Walker 1.04 J/JN/JNOLAN/Data-Walker-1.04.tar.gz Data::Xtab 1.01 B/BJ/BJEPS/Data-Xtab-1.01.tar.gz @@ -1841,7 +1871,7 @@ Date::Format 2.20 G/GB/GBARR/TimeDate-1.10.tar.gz Date::GetDate 2.02 A/AN/ANDK/Date-GetDate-2.02.tar.gz Date::Horoscope 2.0 T/TB/TBONE/Date-Horoscope-2.0.tar.gz Date::Interval 0.02 K/KT/KTORP/Interval.0.02.tar.gz -Date::ISO 1.02 R/RB/RBOW/Date-ISO-1.02.tar.gz +Date::ISO 1.17 R/RB/RBOW/Date-ISO-1.17.tar.gz Date::Language 1.10 G/GB/GBARR/TimeDate-1.10.tar.gz Date::Language::Austrian 1.01 G/GB/GBARR/TimeDate-1.10.tar.gz Date::Language::Czech 1.01 G/GB/GBARR/TimeDate-1.10.tar.gz @@ -1857,25 +1887,25 @@ Date::Maya 1.1 A/AB/ABIGAIL/Date_Maya-1.1.tgz Date::Ordinal 2.9 T/TB/TBONE/Date-Ordinal-2.9.tgz Date::Parse 2.20 G/GB/GBARR/TimeDate-1.10.tar.gz Date::Pcalc 1.2 S/ST/STBEY/Date-Pcalc-1.2.tar.gz -Date::Tolkien::Shire 0.11 T/TB/TBRAUN/Date-Tolkien-Shire-0.11.tar.gz +Date::Tolkien::Shire 1 T/TB/TBRAUN/Date-Tolkien-Shire-1.tar.gz DateTime::Precise 1.02 B/BZ/BZAJAC/DateTime-Precise-1.02.tar.gz -DATR2XML 0.8 L/LG/LGODDARD/DATR2XML0.8.zip DB::Appgen undef A/AM/AMALTSEV/DB-Appgen-0.5.tar.gz Db::Ctree 1.1 R/RE/REDEN/Db-Ctree-1.1.tar.gz Db::DFC 0.4 M/MS/MSROTH/Db-DFC-0.4.tar.gz Db::Documentum 1.5 M/MS/MSROTH/Db-Documentum-1.5.tar.gz Db::Documentum::Tools 1.3 B/BR/BRIANSP/Db-Documentum-1.3.tar.gz DB_File 1.77 P/PM/PMQS/DB_File-1.77.tar.gz +DB_File::DB_Database 0.03 R/RA/RANN/DB_File-DB_Database-0.03.tar.gz DB_File::Lock 0.04 D/DH/DHARRIS/DB_File-Lock-0.04.tar.gz -DB_File::Lock2 1.01 S/ST/STAS/Apache-mod_perl_guide-1.28.tar.gz +DB_File::Lock2 1.01 S/ST/STAS/Apache-mod_perl_guide-1.29.tar.gz DB_File::SV18x 0.06 A/AN/ANDK/DB_File-SV18x-kit-0.06.tar.gz DBass 0.53 S/SP/SPIDERBOY/DBass-0.53.tar.gz DBD::Adabas 0.2003 J/JW/JWIED/DBD-Adabas-0.2003.tar.gz DBD::ADO 1.17 T/TI/TIMB/DBI-1.14.tar.gz -DBD::ASAny 1.10 S/SM/SMIRNIOS/DBD-ASAny-1.10.tar.gz -DBD::Chart 0.21 D/DA/DARNOLD/DBD-Chart-0.30.tar.gz -DBD::Chart::Plot 0.10 D/DA/DARNOLD/DBD-Chart-0.30.tar.gz -DBD::CSV 0.1025 J/JW/JWIED/DBD-CSV-0.1025.tar.gz +DBD::ASAny 1.12 S/SM/SMIRNIOS/DBD-ASAny-1.12.tar.gz +DBD::Chart 0.40 D/DA/DARNOLD/DBD-Chart-0.40.tar.gz +DBD::Chart::Plot 0.10 D/DA/DARNOLD/DBD-Chart-0.40.tar.gz +DBD::CSV 0.1027 J/JW/JWIED/DBD-CSV-0.1027.tar.gz DBD::DB2 0.75 I/IB/IBMTORDB2/DBD-DB2-0.75.tar.gz DBD::DB2::Constants 0.20 M/MH/MHM/DBD-DB2-0.71a.tar.gz DBD::DBMaker 0.13 D/DB/DBMAKER/DBD-DBMaker-0.13.tar.gz @@ -1883,7 +1913,8 @@ DBD::DtfSQLmac 0.1201 T/TW/TWEGNER/DBD-DtfSQLmac-0.1201.tar.g DBD::Empress 0.52 S/SW/SWILLIAM/DBD-Empress-0.52.tar.gz DBD::EmpressNet 0.51 S/SW/SWILLIAM/DBD-EmpressNet-0.52.tar.gz DBD::ExampleP 10.13 T/TI/TIMB/DBI-1.15.tar.gz -DBD::File 0.1021 J/JW/JWIED/DBD-CSV-0.1025.tar.gz +DBD::Excel 0.02 K/KW/KWITKNR/DBD-Excel-0.02.tar.gz +DBD::File 0.1022 J/JW/JWIED/DBD-CSV-0.1027.tar.gz DBD::FreeTDS 0.02 S/SP/SPANNRING/DBD-FreeTDS-0.02.tgz DBD::Fulcrum 0.20 S/SH/SHARI/DBD-Fulcrum-0.20.tar.gz DBD::Illustra 0.04 P/PM/PMH/DBD-Illustra-0.04.tar.gz @@ -1895,21 +1926,21 @@ DBD::Informix::TechSupport 1.00 J/JO/JOHNL/DBD-Informix-1.00.PC1.tar.gz DBD::Informix::TestHarness 1.00 J/JO/JOHNL/DBD-Informix-1.00.PC1.tar.gz DBD::InformixTest undef J/JO/JOHNL/DBD-Informix-0.60.tar.gz DBD::Ingres 0.30 H/HT/HTOUG/DBD-Ingres-0.30.tar.gz -DBD::InterBase 0.25 E/ED/EDPRATOMO/DBD-InterBase-0.25.1.tar.gz -DBD::InterBase::FAQ undef E/ED/EDPRATOMO/DBD-InterBase-0.25.1.tar.gz -DBD::JDBC 0.63 V/VI/VIZDOM/DBD-JDBC-0.63.tar.gz +DBD::InterBase 0.27 E/ED/EDPRATOMO/DBD-InterBase-0.27.tar.gz +DBD::InterBase::FAQ undef E/ED/EDPRATOMO/DBD-InterBase-0.27.tar.gz +DBD::JDBC 0.64 V/VI/VIZDOM/DBD-JDBC-0.64.tar.gz DBD::mSQL 2.0416 J/JW/JWIED/Msql-Mysql-modules-1.2216.tar.gz DBD::mSQL1::Install undef J/JW/JWIED/Msql-Mysql-modules-1.2216.tar.gz DBD::mSQL::Install undef J/JW/JWIED/Msql-Mysql-modules-1.2216.tar.gz DBD::Multiplex 0.2 T/TI/TIMB/DBI-1.15.tar.gz -DBD::mysql 2.0416 J/JW/JWIED/Msql-Mysql-modules-1.2216.tar.gz +DBD::mysql 2.0901 J/JW/JWIED/DBD-mysql-2.0901.tar.gz DBD::mysql::Install undef J/JW/JWIED/Msql-Mysql-modules-1.2216.tar.gz DBD::NET 0.24 E/ED/EDLIU/DBD-NET-0.1.tgz DBD::NullP 10.3 T/TI/TIMB/DBI-1.15.tar.gz DBD::ODBC 0.28 J/JU/JURL/DBD-ODBC-0.28.tar.gz DBD::Oracle 1.06 T/TI/TIMB/DBD-Oracle-1.06.tar.gz DBD::Ovrimos 0.11 D/DS/DSOUFLIS/DBD-Ovrimos-0.12.tgz -DBD::Pg 0.98 M/ME/MERGL/DBD-Pg-0.98.tar.gz +DBD::Pg 0.99 M/ME/MERGL/DBD-Pg-0.99.tar.gz DBD::Pg::pg_type undef M/ME/MERGL/DBD-Pg-0.73.tar.gz DBD::pNET 0.1003 J/JW/JWIED/DBD-pNET-0.1003.tar.gz DBD::Proxy 0.2003 T/TI/TIMB/DBI-1.15.tar.gz @@ -2029,11 +2060,11 @@ DBIx::Renderer::Base undef M/MA/MARCEL/DBIx-Renderer-0.01.tar.gz DBIx::Renderer::Constants undef M/MA/MARCEL/DBIx-Renderer-0.01.tar.gz DBIx::Renderer::Postgres undef M/MA/MARCEL/DBIx-Renderer-0.01.tar.gz DBIx::Schema 0.07 J/JM/JMAC/DBIx-Schema-0.07.tar.gz -DBIx::SearchBuilder 0.26 J/JE/JESSE/DBIx-SearchBuilder-0.26.tar.gz +DBIx::SearchBuilder 0.34 J/JE/JESSE/DBIx-SearchBuilder-0.34.tar.gz DBIx::SearchBuilder::Handle 0.06 J/JE/JESSE/DBIx-SearchBuilder-0.13.tar.gz -DBIx::SearchBuilder::Handle::mysql undef J/JE/JESSE/DBIx-SearchBuilder-0.26.tar.gz -DBIx::SearchBuilder::Handle::Oracle undef J/JE/JESSE/DBIx-SearchBuilder-0.26.tar.gz -DBIx::SearchBuilder::Handle::Pg undef J/JE/JESSE/DBIx-SearchBuilder-0.26.tar.gz +DBIx::SearchBuilder::Handle::mysql undef J/JE/JESSE/DBIx-SearchBuilder-0.34.tar.gz +DBIx::SearchBuilder::Handle::Oracle undef J/JE/JESSE/DBIx-SearchBuilder-0.34.tar.gz +DBIx::SearchBuilder::Handle::Pg undef J/JE/JESSE/DBIx-SearchBuilder-0.34.tar.gz DBIx::SearchBuilder::Record 0.10 J/JE/JESSE/DBIx-SearchBuilder-0.15.tar.gz DBIx::SearchProfiles 1.9 F/FR/FRAJULAC/Apache-iNcom-0.09.tar.gz DBIx::SystemCatalog 0.02 M/MI/MILSO/SchemaView-Plus-0.10.tar.gz @@ -2044,6 +2075,7 @@ DBIx::Table 0.03 D/DL/DLOWE/DBIx-Table-0.03.tar.gz DBIx::TextIndex 0.04 D/DK/DKOCH/DBIx-TextIndex-0.04.tar.gz DBIx::Tree 0.91 B/BJ/BJEPS/DBIx-Tree-0.91.tar.gz DBIx::UserDB 1.6 F/FR/FRAJULAC/Apache-iNcom-0.09.tar.gz +DBIx::XHTML_Table 0.85 J/JE/JEFFA/DBIx-XHTML_Table-0.85.tar.gz DBIx::XML_RDB 0.05 M/MS/MSERGEANT/DBIx-XML_RDB-0.05.tar.gz DBIx::XMLMessage 0.04 A/AN/ANDREIN/DBIx-XMLMessage-0.04.tar.gz DBM::DBass 0.54 S/SP/SPIDERBOY/DBM-DBass-0.54.tar.gz @@ -2070,23 +2102,29 @@ DCE::rpcbase 0.01 P/PH/PHENSON/DCE-Perl-0.19.tar.gz DCE::Status 1.00 P/PH/PHENSON/DCE-Perl-0.19.tar.gz DCE::test undef P/PH/PHENSON/DCE-Perl-0.19.tar.gz DCE::UUID 1.01 P/PH/PHENSON/DCE-Perl-0.19.tar.gz -DDL::Oracle 1.08 R/RV/RVSUTHERL/DDL-Oracle-1.08.tar.gz +DDL::Oracle 1.10 R/RV/RVSUTHERL/DDL-Oracle-1.10.tar.gz Decision::Markov 0.01 A/AL/ALANSZ/Decision-Markov-0.01.tar.gz Decision::Markov::State 0.01 A/AL/ALANSZ/Decision-Markov-0.01.tar.gz defaults undef S/SH/SHERWOOD/xisofs-1.3.tar.gz DelayLine 0.02 L/LT/LTHEGLER/DelayLine-0.02.tar.gz -Demo1 undef D/DC/DCONWAY/Filter-Simple-0.50.tar.gz -Demo2a undef D/DC/DCONWAY/Filter-Simple-0.50.tar.gz -Demo2b undef D/DC/DCONWAY/Filter-Simple-0.50.tar.gz +Demo undef D/DC/DCONWAY/Attribute-Handlers-0.61.tar.gz +Demo1 undef D/DC/DCONWAY/Filter-Simple-0.60.tar.gz +Demo2a undef D/DC/DCONWAY/Filter-Simple-0.60.tar.gz +Demo2b undef D/DC/DCONWAY/Filter-Simple-0.60.tar.gz DemoASP undef C/CH/CHAMAS/Apache-ASP-2.09.tar.gz DEPRECATE undef S/SP/SPP/compatlib-1.2.tar.gz Derived undef M/MS/MSCHLUE/Class-Classgen-classgen-3.03.tar.gz DES undef G/GA/GARY/Crypt-DES-1.0.tar.gz Des undef M/MI/MICB/Des-perl-a1.tar.gz +Descriptions undef D/DC/DCONWAY/Attribute-Handlers-0.61.tar.gz +Detect::Module 1.1 R/RP/RPOLZER/Detect-Module-1.1.tar.gz Devel::CallerItem undef J/JA/JACKS/CallerItem-1.0.tar.gz Devel::Carp 0.04 J/JP/JPRIT/Devel-Carp-0.04.tar.gz Devel::CCov 0.20 J/JP/JPRIT/Devel-CCov-0.20.tar.gz Devel::CoreStack 1.3 A/AD/ADESC/Devel-CoreStack-1.3.tar.gz +Devel::Cover undef P/PJ/PJCJ/Devel-Cover-0.04.tar.gz +Devel::Cover::Op undef P/PJ/PJCJ/Devel-Cover-0.04.tar.gz +Devel::Cover::Process undef P/PJ/PJCJ/Devel-Cover-0.04.tar.gz Devel::Coverage 0.2 R/RJ/RJRAY/Devel-Coverage-0.2.tar.gz Devel::Coverage::Analysis undef R/RJ/RJRAY/Devel-Coverage-0.2.tar.gz Devel::Coverage::Utils undef R/RJ/RJRAY/Devel-Coverage-0.2.tar.gz @@ -2095,7 +2133,7 @@ Devel::DebugInit::GDB 0.1 J/JA/JASONS/Devel-DebugInit-0.3.tar.gz Devel::DProf 19990108 I/IL/ILYAZ/modules/DProf-19990108.tar.gz Devel::DumpStack undef J/JA/JACKS/DumpStack-1.1.tar.gz Devel::FindAmpersand undef A/AN/ANDK/Devel-SawAmpersand-0.20.tar.gz -Devel::GraphVizProf 0.7 L/LB/LBROCARD/GraphViz-0.13.tar.gz +Devel::GraphVizProf 0.7 L/LB/LBROCARD/GraphViz-0.14.tar.gz Devel::Leak 0.02 N/NI/NI-S/Devel-Leak-0.02.tar.gz Devel::Memo undef J/JG/JGLICK/Devel-Memo-0.004.tar.gz Devel::Modlist 0.4 R/RJ/RJRAY/Devel-Modlist-0.4.tar.gz @@ -2116,6 +2154,8 @@ Devel::Timer 0.01 J/JM/JMOORE/Devel-Timer-0.01.tar.gz Devel::Trace 0.10 M/MJ/MJD/Devel-Trace-0.10.tar.gz Devel::TraceFuncs undef J/JO/JOEHIL/traceFunc-0.1.tar.gz Devel::TraceLoad 0.05 P/PV/PVERD/Devel-TraceLoad-0.05.zip +Devel::WarnGlobal 0.05 S/ST/STEPHEN/Devel-WarnGlobal-0.05.tar.gz +Devel::WarnGlobal::Scalar undef S/ST/STEPHEN/Devel-WarnGlobal-0.05.tar.gz Devel::WeakRef 0.003 J/JG/JGLICK/Devel-WeakRef-0.003.tar.gz Device::ISDN::OCLM 0.40 M/ME/MERLIN/Device-ISDN-OCLM-0.40.tar.gz Device::ISDN::OCLM::CurrentStatistics 0.40 M/ME/MERLIN/Device-ISDN-OCLM-0.40.tar.gz @@ -2152,6 +2192,7 @@ Dialog::TButton undef U/UN/UNCLE/Dialog-0.03.tar.gz Dialog::TInputLine undef U/UN/UNCLE/Dialog-0.03.tar.gz Dialog::TLabel undef U/UN/UNCLE/Dialog-0.03.tar.gz Digest 1.00 G/GA/GAAS/Digest-1.00.tar.gz +Digest::BubbleBabble 0.01 B/BT/BTROTT/Digest-BubbleBabble-0.01.tar.gz Digest::HMAC 1.01 G/GA/GAAS/Digest-HMAC-1.01.tar.gz Digest::HMAC_MD5 1.01 G/GA/GAAS/Digest-HMAC-1.01.tar.gz Digest::HMAC_SHA1 1.01 G/GA/GAAS/Digest-HMAC-1.01.tar.gz @@ -2159,7 +2200,6 @@ Digest::MD2 2.00 G/GA/GAAS/Digest-MD2-2.00.tar.gz Digest::MD4 1.0 M/MI/MIKEM/Digest-MD4-1.0.tar.gz Digest::MD5 2.13 G/GA/GAAS/Digest-MD5-2.13.tar.gz Digest::Perl::MD5 1.5 D/DE/DELTA/Digest-Perl-MD5-1.5.tar.gz -Digest::REHLHA 0.01 A/AR/AREIBENS/Text-PDF-API-0.699.tar.gz Digest::SHA1 2.00 G/GA/GAAS/Digest-SHA1-2.00.tar.gz Digest::SHA256 0.01 D/DI/DIDO/SHA256-0.01b.tar.gz Digest::Tiger 0.01 C/CL/CLINTDW/Digest-Tiger-0.01.tar.gz @@ -2173,7 +2213,7 @@ dlg undef S/SH/SHERWOOD/xisofs-1.3.tar.gz DNA 0.01 M/MS/MSCHWERN/DNA-0.01.tar.gz DNS::ZoneFile 0.95 M/MA/MATTBM/DNS-ZoneFile-0.95.tar.gz DNS::ZoneFile::Record undef M/MA/MATTBM/DNS-ZoneFile-0.92.tar.gz -DNS::ZoneParse undef S/SI/SIMONFLK/DNS-ZoneParse-0.30.tar.gz +DNS::ZoneParse 0.35 S/SI/SIMONFLK/DNS-ZoneParse-0.35.tar.gz DNSHash 1.03 M/MF/MFUHR/Net-DNS-0.12.tar.gz Docclient 0.85 J/JA/JANPAZ/Docserver-0.85.tar.gz Docclient::Config undef J/JA/JANPAZ/Docserver-0.85.tar.gz @@ -2186,8 +2226,10 @@ Docserver 0.81 J/JA/JANPAZ/Docserver-0.85.tar.gz Document::Info 0.01 M/MS/MSCHWARTZ/Document-Info-0.01.tar.gz Dog undef M/MS/MSCHLUE/Class-Classgen-classgen-3.03.tar.gz DotLock 1.06 K/KB/KBARBER/DotLock-1.06.tar.gz -Driver::LibXSLT undef M/MS/MSERGEANT/XML-LibXSLT-0.99.tar.gz -Driver::Sablotron undef M/MS/MSERGEANT/XML-LibXSLT-0.99.tar.gz +DrawImage undef D/DU/DUNCAND/CGI-Portable-0.42.tar.gz +Driver::BaseClass undef M/MS/MSERGEANT/XML-LibXSLT-1.02.tar.gz +Driver::LibXSLT undef M/MS/MSERGEANT/XML-LibXSLT-1.02.tar.gz +Driver::Sablotron undef M/MS/MSERGEANT/XML-LibXSLT-1.02.tar.gz DSC 2.004 N/NI/NI-S/Tk402.004.tar.gz dTemplate 2.0 D/DL/DLUX/dTemplate-2.0.tar.gz dTemplate::Template 2.0 D/DL/DLUX/dTemplate-2.0.tar.gz @@ -2197,7 +2239,12 @@ Dunce::Files 0.02 M/MS/MSCHWERN/Dunce-0.02.tar.gz DWH_File 0.03 S/SU/SUMUS/DWH_File.0.03.tar.gz DynamicTip undef A/AW/AWIN/PerlQt-1.05.tar.gz DynScalar 1.02 P/PI/PINYAN/DynScalar-1.02.tar.gz -EasyTemplate undef L/LG/LGODDARD/HTML-EasyTemplate-0.92.zip +EasyDB undef G/GA/GABY/EasyDB.0.5b2.tgz +EasyDB::Query::Delete undef G/GA/GABY/EasyDB.0.5b2.tgz +EasyDB::Query::Insert undef G/GA/GABY/EasyDB.0.5b2.tgz +EasyDB::Query::Select undef G/GA/GABY/EasyDB.0.5b2.tgz +EasyDB::Query::Update undef G/GA/GABY/EasyDB.0.5b2.tgz +EasyDB::Util undef G/GA/GABY/EasyDB.0.5b2.tgz Ecila::tools::mysql undef L/LD/LDACHARY/Catalog-0.5.tar.gz Editor undef A/AW/AWIN/PerlQt-2.105.tar.gz Eesh 0.3 R/RB/RBS/Eesh-0.3.tar.gz @@ -2205,7 +2252,7 @@ eltorito undef S/SH/SHERWOOD/xisofs-1.3.tar.gz Emacs 1.02 J/JT/JTOBEY/Emacs-EPL-0.7.tar.gz Emacs::EPL 0.007 J/JT/JTOBEY/Emacs-EPL-0.7.tar.gz Emacs::Lisp 1.01 J/JT/JTOBEY/Emacs-EPL-0.7.tar.gz -Email::Find 0.02 M/MS/MSCHWERN/Email-Find-0.02.tar.gz +Email::Find 0.03 M/MS/MSCHWERN/Email-Find-0.03.tar.gz Email::Valid 0.13 M/MA/MAURICE/Email-Valid-0.13.tar.gz Email::Valid::NSLookup undef M/MA/MAURICE/Email-Valid-0.08.tar.gz Embed::Persistent 1.10 D/DO/DOUGM/ExtUtils-Embed-1.14.tar.gz @@ -2243,7 +2290,7 @@ ERG::line_formatter 1.13 P/PH/PHOENIXL/extensible_report_generat ERG::page_manager 1.13 P/PH/PHOENIXL/extensible_report_generator_1.13.zip ERG::report_summary 1.13 P/PH/PHOENIXL/extensible_report_generator_1.13.zip Errno 1.09 G/GB/GBARR/Errno-1.09.tar.gz -Error 0.13 G/GB/GBARR/Error-0.13.tar.gz +Error 0.14 U/UA/UARUN/Error-0.14.tar.gz Error::Dumb 1.02 I/IL/ILIAL/Error-Dumb-0.02.tar.gz Error::Unhandled 1.02 T/TE/TEVERETT/Error-Unhandled-1.02.tar.gz Errors undef H/HV/HVDS/Codex-0.01.tar.gz @@ -2398,10 +2445,15 @@ File::Compare 1.1002 G/GS/GSAR/perl-5.6.1.tar.gz File::Copy 2.03 G/GS/GSAR/perl-5.6.1.tar.gz File::CounterFile 0.12 G/GA/GAAS/File-CounterFile-0.12.tar.gz File::Descriptions 0.03 L/LE/LEITE/File-Descriptions-0.03.tar.gz -File::Df 0.0 F/FT/FTASSIN/Df-0.0.1.tar.gz File::DosGlob undef G/GS/GSAR/perl-5.6.1.tar.gz File::FDpasser 0.08 A/AD/ADDI/File-FDpasser-0.08.tar.gz File::Find undef G/GS/GSAR/perl-5.6.1.tar.gz +File::Findgrep 0.01 S/SB/SBURKE/File-Findgrep-0.01.tar.gz +File::Findgrep::I18N undef S/SB/SBURKE/File-Findgrep-0.01.tar.gz +File::Findgrep::I18N::en undef S/SB/SBURKE/File-Findgrep-0.01.tar.gz +File::Findgrep::I18N::en_us undef S/SB/SBURKE/File-Findgrep-0.01.tar.gz +File::Findgrep::I18N::fr undef S/SB/SBURKE/File-Findgrep-0.01.tar.gz +File::Findgrep::I18N::i_default undef S/SB/SBURKE/File-Findgrep-0.01.tar.gz File::Flock 100.092501 M/MU/MUIR/modules/File-Flock-100.092501.tar.gz File::FlockDir 1.02 B/BI/BILLH/File-FlockDir-1.02.tar.gz File::Glob 0.991 G/GS/GSAR/perl-5.6.1.tar.gz @@ -2419,11 +2471,13 @@ File::MkTempO 1.0 T/TG/TGUMMELS/File-MkTemp-1.0.6.tar.gz File::MMagic 1.12 K/KN/KNOK/File-MMagic-1.12.tar.gz File::Mode 0.05 A/AQ/AQUTIV/FileMode-0.05.tar.gz File::NCopy 0.32 G/GA/GABOR/File-NCopy0.32.tar.gz +File::NFSLock 1.00 R/RH/RHANDOM/File-NFSLock-1.00.tar.gz File::Path undef G/GS/GSAR/perl-5.6.1.tar.gz File::PathConvert 0.85 R/RB/RBS/File-PathConvert-0.85.tar.gz File::ReadBackwards 0.94 U/UR/URI/File-ReadBackwards-0.94.tar.gz -File::Remote 1.12 N/NW/NWIGER/File-Remote-1.12.tar.gz +File::Remote 1.14 N/NW/NWIGER/File-Remote-1.14.tar.gz File::Remove 0.20 G/GA/GABOR/File-Remove0.20.tar.gz +File::Rsync 0.19 L/LE/LEAKIN/File-Rsync-0.19.tar.gz File::Slurp 96.042202 M/MU/MUIR/modules/File-Slurp-98.071901.tar.gz File::Sort 0.91 C/CN/CNANDOR/File-Sort-0.91.tar.gz File::Spec 0.82 R/RB/RBS/File-Spec-0.82.tar.gz @@ -2462,14 +2516,14 @@ Filter::decrypt 1.04 P/PM/PMQS/Filter-1.23.tar.gz Filter::exec 1.01 P/PM/PMQS/Filter-1.23.tar.gz Filter::Handle 0.03 B/BT/BTROTT/Filter-Handle-0.03.tar.gz Filter::sh 1.01 P/PM/PMQS/Filter-1.23.tar.gz -Filter::Simple 0.50 D/DC/DCONWAY/Filter-Simple-0.50.tar.gz +Filter::Simple 0.60 D/DC/DCONWAY/Filter-Simple-0.60.tar.gz Filter::tee 1.02 P/PM/PMQS/Filter-1.23.tar.gz Filter::Trigraph undef K/KA/KASEI/Filter-Trigraph-0.01.tar.gz Filter::Util::Call 1.05 P/PM/PMQS/Filter-1.23.tar.gz Filter::Util::Exec 1.02 P/PM/PMQS/Filter-1.23.tar.gz Filter::UUdecode 1.00 P/PM/PMQS/Filter-1.20.tar.gz Finance::Bank::Sporo 0.16 K/KO/KOZO/Finance-Bank-Sporo-0.16.tar.gz -Finance::Bank::TB 0.23 K/KO/KOZO/Finance-Bank-TB-0.23.tar.gz +Finance::Bank::TB 0.24 K/KO/KOZO/Finance-Bank-TB-0.24.tar.gz Finance::Currency::Convert 0.01 J/JA/JANW/Finance-Currency-Convert-0.1.tgz Finance::HSHrates 0.01 D/DJ/DJPADZ/Finance-HSHrates-0.01.tar.gz Finance::Huntington::Statement undef C/CN/CNLAVY/Finance-Huntington-0.01.tar.gz @@ -2494,7 +2548,7 @@ Finance::QuoteHist::Generic 0.21 M/MS/MSISK/Finance-QuoteHist-0.25.tar.g Finance::QuoteHist::MotleyFool 0.22 M/MS/MSISK/Finance-QuoteHist-0.25.tar.gz Finance::QuoteHist::SiliconInvestor 0.02 M/MS/MSISK/Finance-QuoteHist-0.25.tar.gz Finance::QuoteHist::Yahoo 0.23 M/MS/MSISK/Finance-QuoteHist-0.25.tar.gz -Finance::Streamer undef J/JE/JERI/Finance-Streamer-1.02.tar.gz +Finance::Streamer 1.05 J/JE/JERI/Finance-Streamer-1.05.tar.gz Finance::YahooChart 0.01 D/DJ/DJPADZ/Finance-YahooChart-0.01.tar.gz Finance::YahooQuote 0.17 D/DJ/DJPADZ/Finance-YahooQuote-0.17.tar.gz FindBin 1.42 G/GS/GSAR/perl-5.6.1.tar.gz @@ -2576,7 +2630,6 @@ Font::TTF::XMLparse undef M/MH/MHOSKEN/Font-TTF-0.22.tar.gz Foo undef B/BI/BIRNEY/bioperl-0.7.0.tar.gz Foo::Bar undef G/GE/GEOFF/Apache-Dispatch-0.09.tar.gz Foo::Foo undef G/GE/GEOFF/Apache-Dispatch-0.09.tar.gz -Fork::Queue undef S/SA/SALVA/Fork-Queue-0.04.tar.gz Formatter 0.01 F/FA/FABRVEC/DBIx-Formatter-0.01.tar.gz FormMagick 0.2 S/SK/SKUD/formmagick-0.2.9.tar.gz FormMagick::L10N undef S/SK/SKUD/formmagick-0.2.9.tar.gz @@ -2586,6 +2639,7 @@ FormMagick::TagMaker 1.01 S/SK/SKUD/formmagick-0.2.9.tar.gz FormMagick::Validator undef S/SK/SKUD/formmagick-0.2.9.tar.gz Fortune 0.2 G/GW/GWARD/Fortune-0.2.tar.gz foundation 0.03 M/MS/MSCHWERN/foundation-0.03.tar.gz +FrameSet undef D/DU/DUNCAND/CGI-Portable-0.42.tar.gz FreezeThaw 0.41 I/IL/ILYAZ/modules/FreezeThaw-0.41.tar.gz Frontier::Client undef K/KM/KMACLEOD/Frontier-RPC-0.06.tar.gz Frontier::Daemon undef K/KM/KMACLEOD/Frontier-RPC-0.06.tar.gz @@ -2594,6 +2648,7 @@ Fstream undef J/JA/JAKE/perl5-byacc-patches-0.6.tar.g ftp undef F/FG/FGLOCK/Glynx-1.026.tar.gz Function::Override 0.01 M/MS/MSCHWERN/Function-Override-0.01.tar.gz Functional 0.02 L/LB/LBROCARD/Functional-0.02.tar.gz +FUSE::Server 1.02 I/IA/IAMCAL/FUSE-Server-1.02.tar.gz Fwctl 0.28 F/FR/FRAJULAC/Fwctl-0.28.tar.gz Fwctl::RuleSet undef F/FR/FRAJULAC/Fwctl-0.28.tar.gz Fwctl::Services::all undef F/FR/FRAJULAC/Fwctl-0.28.tar.gz @@ -2858,20 +2913,23 @@ Gnome::Applet 0.7006 L/LU/LUPUS/Gtk-Perl-0.7006.tar.gz GNOME::GNORBA 0.1 O/OT/OTAYLOR/GNOME-GNORBA-0.1.0.tar.gz GNOME::GOAD undef O/OT/OTAYLOR/GNOME-GNORBA-0.1.0.tar.gz Gnome::Print 0.7006 L/LU/LUPUS/Gtk-Perl-0.7006.tar.gz -GnuPG 0.07 F/FR/FRAJULAC/GnuPG-0.07.tar.gz -GnuPG::Fingerprint undef F/FT/FTOBIN/GnuPG-Interface-0.11.tar.gz -GnuPG::Handles undef F/FT/FTOBIN/GnuPG-Interface-0.11.tar.gz -GnuPG::Interface 0.11 F/FT/FTOBIN/GnuPG-Interface-0.11.tar.gz -GnuPG::Key undef F/FT/FTOBIN/GnuPG-Interface-0.11.tar.gz -GnuPG::Options undef F/FT/FTOBIN/GnuPG-Interface-0.11.tar.gz -GnuPG::PublicKey undef F/FT/FTOBIN/GnuPG-Interface-0.11.tar.gz -GnuPG::SecretKey undef F/FT/FTOBIN/GnuPG-Interface-0.11.tar.gz -GnuPG::Signature undef F/FT/FTOBIN/GnuPG-Interface-0.11.tar.gz -GnuPG::SubKey undef F/FT/FTOBIN/GnuPG-Interface-0.11.tar.gz -GnuPG::Tie undef F/FR/FRAJULAC/GnuPG-0.07.tar.gz -GnuPG::Tie::Decrypt undef F/FR/FRAJULAC/GnuPG-0.07.tar.gz -GnuPG::Tie::Encrypt undef F/FR/FRAJULAC/GnuPG-0.07.tar.gz -GnuPG::UserId undef F/FT/FTOBIN/GnuPG-Interface-0.11.tar.gz +GnuPG 0.08 F/FR/FRAJULAC/GnuPG-0.08.tar.gz +GnuPG::Fingerprint undef F/FT/FTOBIN/GnuPG-Interface-0.31.tar.gz +GnuPG::Handles undef F/FT/FTOBIN/GnuPG-Interface-0.31.tar.gz +GnuPG::Interface 0.31 F/FT/FTOBIN/GnuPG-Interface-0.31.tar.gz +GnuPG::Key undef F/FT/FTOBIN/GnuPG-Interface-0.31.tar.gz +GnuPG::Options undef F/FT/FTOBIN/GnuPG-Interface-0.31.tar.gz +GnuPG::PrimaryKey undef F/FT/FTOBIN/GnuPG-Interface-0.31.tar.gz +GnuPG::PublicKey undef F/FT/FTOBIN/GnuPG-Interface-0.31.tar.gz +GnuPG::SecretKey undef F/FT/FTOBIN/GnuPG-Interface-0.31.tar.gz +GnuPG::Signature undef F/FT/FTOBIN/GnuPG-Interface-0.31.tar.gz +GnuPG::SubKey undef F/FT/FTOBIN/GnuPG-Interface-0.31.tar.gz +GnuPG::Tie undef F/FR/FRAJULAC/GnuPG-0.08.tar.gz +GnuPG::Tie::ClearSign undef F/FR/FRAJULAC/GnuPG-0.08.tar.gz +GnuPG::Tie::Decrypt undef F/FR/FRAJULAC/GnuPG-0.08.tar.gz +GnuPG::Tie::Encrypt undef F/FR/FRAJULAC/GnuPG-0.08.tar.gz +GnuPG::Tie::Sign undef F/FR/FRAJULAC/GnuPG-0.08.tar.gz +GnuPG::UserId undef F/FT/FTOBIN/GnuPG-Interface-0.31.tar.gz Gnus::Newsrc 1.02 G/GA/GAAS/perl-lisp-0.05.tar.gz GO_Browser undef B/BI/BIRNEY/bioperl-gui-0.7.tar.gz GoodBye undef D/DY/DYACOB/SOAP-Lite-SmartProxy-0.11.tar.gz @@ -2900,11 +2958,11 @@ Graph::Writer::daVinci 1.01 N/NE/NEILB/Graph-ReadWrite-1.03.tar.gz Graph::Writer::Dot 1.03 N/NE/NEILB/Graph-ReadWrite-1.03.tar.gz Graph::Writer::VCG 1.03 N/NE/NEILB/Graph-ReadWrite-1.03.tar.gz Graph::Writer::XML 1.03 N/NE/NEILB/Graph-ReadWrite-1.03.tar.gz -Graphics::ColorNames 0.23 R/RR/RRWO/Graphics-ColorNames-0.23.tar.gz -Graphics::ColorNames::HTML 1.01 R/RR/RRWO/Graphics-ColorNames-0.23.tar.gz -Graphics::ColorNames::Netscape 1.02 R/RR/RRWO/Graphics-ColorNames-0.23.tar.gz -Graphics::ColorNames::Windows 1.02 R/RR/RRWO/Graphics-ColorNames-0.23.tar.gz -Graphics::ColorNames::X 1.02 R/RR/RRWO/Graphics-ColorNames-0.23.tar.gz +Graphics::ColorNames 0.24 R/RR/RRWO/Graphics-ColorNames-0.24.tar.gz +Graphics::ColorNames::HTML 1.01 R/RR/RRWO/Graphics-ColorNames-0.24.tar.gz +Graphics::ColorNames::Netscape 1.02 R/RR/RRWO/Graphics-ColorNames-0.24.tar.gz +Graphics::ColorNames::Windows 1.02 R/RR/RRWO/Graphics-ColorNames-0.24.tar.gz +Graphics::ColorNames::X 1.03 R/RR/RRWO/Graphics-ColorNames-0.24.tar.gz Graphics::Libplot 2.1 J/JL/JLAPEYRE/libplot-perl-2.1.6.2b.tar.gz Graphics::Plotter 1.0 M/MA/MAKLER/Plotter-1.0.1.tar.gz Graphics::Simple 0.04 L/LU/LUKKA/Graphics-Simple-0.04.tar.gz @@ -2912,16 +2970,17 @@ Graphics::Simple::Fig undef L/LU/LUKKA/Graphics-Simple-0.04.tar.gz Graphics::Simple::GnomeCanvas undef L/LU/LUKKA/Graphics-Simple-0.04.tar.gz Graphics::Simple::PostScript undef L/LU/LUKKA/Graphics-Simple-0.04.tar.gz Graphics::Simple::TkCanvas undef L/LU/LUKKA/Graphics-Simple-0.04.tar.gz -GraphViz 0.13 L/LB/LBROCARD/GraphViz-0.13.tar.gz -GraphViz::Data::Grapher 0.01 L/LB/LBROCARD/GraphViz-0.13.tar.gz +GraphViz 0.14 L/LB/LBROCARD/GraphViz-0.14.tar.gz +GraphViz::Data::Grapher 0.01 L/LB/LBROCARD/GraphViz-0.14.tar.gz GraphViz::DBI undef M/MA/MARCEL/GraphViz-DBI-0.01.tar.gz GraphViz::ISA undef M/MA/MARCEL/GraphViz-ISA-0.01.tar.gz -GraphViz::No 0.01 L/LB/LBROCARD/GraphViz-0.13.tar.gz -GraphViz::Parse::RecDescent 0.01 L/LB/LBROCARD/GraphViz-0.13.tar.gz -GraphViz::Regex 0.01 L/LB/LBROCARD/GraphViz-0.13.tar.gz -GraphViz::Remote 0.01 L/LB/LBROCARD/GraphViz-0.13.tar.gz -GraphViz::Small 0.01 L/LB/LBROCARD/GraphViz-0.13.tar.gz -GraphViz::XML 0.01 L/LB/LBROCARD/GraphViz-0.13.tar.gz +GraphViz::No 0.01 L/LB/LBROCARD/GraphViz-0.14.tar.gz +GraphViz::Parse::RecDescent 0.01 L/LB/LBROCARD/GraphViz-0.14.tar.gz +GraphViz::Regex 0.01 L/LB/LBROCARD/GraphViz-0.14.tar.gz +GraphViz::Regex_YAPE 0.01 L/LB/LBROCARD/GraphViz-0.14.tar.gz +GraphViz::Remote 0.01 L/LB/LBROCARD/GraphViz-0.14.tar.gz +GraphViz::Small 0.01 L/LB/LBROCARD/GraphViz-0.14.tar.gz +GraphViz::XML 0.01 L/LB/LBROCARD/GraphViz-0.14.tar.gz GSSAPI undef P/PG/PGUEN/GSSAPI-0.11.tar.gz GSSAPI::OID undef P/PG/PGUEN/GSSAPI-0.11.tar.gz GSSAPI::OID::Set undef P/PG/PGUEN/GSSAPI-0.11.tar.gz @@ -2977,6 +3036,7 @@ heavy_template::main undef A/AN/ANDK/Apache-HeavyCGI-0.0133.tar.gz heavy_template::usermenu undef A/AN/ANDK/Apache-HeavyCGI-0.0133.tar.gz Hello undef A/AW/AWIN/Qt-0.03.tar.gz help undef S/SH/SHERWOOD/xisofs-1.3.tar.gz +hiew undef A/AM/AMICHAUER/C-Include-1.30.tar.gz Hints 0.02 M/MI/MILSO/SchemaView-Plus-0.10.tar.gz Hints::Base 0.02 M/MI/MILSO/SchemaView-Plus-0.10.tar.gz Hints::Base::svplus 0.02 M/MI/MILSO/SchemaView-Plus-0.10.tar.gz @@ -2999,31 +3059,31 @@ HtDig::Config 1.01 J/JT/JTILLMAN/HtDig-Config-1.01.tar.gz HtDig::Database 0.52 G/GH/GHUTCHIS/HtDig-Database-0.52.tar.gz HtDig::Site 1.01 J/JT/JTILLMAN/HtDig-Config-1.01.tar.gz HTML::ActiveLink 1.02 N/NW/NWIGER/HTML-ActiveLink-1.02.tar.gz -HTML::Application 0.4 D/DU/DUNCAND/HTML-Application-0.4.tar.gz HTML::AsSubs 1.16 S/SB/SBURKE/HTML-Tree-3.11.tar.gz HTML::Base undef G/GA/GAND/HTML-0.6.tar.gz HTML::Base::Base undef G/GA/GAND/HTML-0.6.tar.gz HTML::CalendarMonth 1.08 M/MS/MSISK/HTML-CalendarMonth-1.08.tar.gz -HTML::CalendarMonthSimple undef S/ST/STIGMATA/HTML-CalendarMonthSimple-1.03.tar.gz +HTML::CalendarMonthSimple undef S/ST/STIGMATA/HTML-CalendarMonthSimple-1.07.tar.gz HTML::CIPP 2.12 J/JR/JRED/CIPP-2.30.tar.gz HTML::Clean 0.8 L/LI/LINDNER/HTML-Clean-0.8.tar.gz HTML::DOMbo 3.08 S/SB/SBURKE/HTML-DOMbo-3.08.tar.gz HTML::DynamicTemplate 0.94 B/BR/BRIANNG/HTML-DynamicTemplate-0.94.tar.gz -HTML::EasyTags 1.04 D/DU/DUNCAND/HTML-EasyTags-1.04.tar.gz -HTML::EasyTemplate undef L/LG/LGODDARD/HTML-EasyTemplate-0.95.zip -HTML::EasyTemplate::DirMenu undef L/LG/LGODDARD/HTML-EasyTemplate-DirMenu-0.4.zip +HTML::EasyTags 1.05 D/DU/DUNCAND/HTML-EasyTags-1.05.tar.gz +HTML::EasyTemplate undef L/LG/LGODDARD/HTML-EasyTemplate-0.981.tar.gz +HTML::EasyTemplate::DirMenu undef L/LG/LGODDARD/HTML-EasyTemplate-DirMenu-0.61.tar.gz +HTML::EasyTemplate::PageMenu undef L/LG/LGODDARD/HTML-EasyTemplate-PageMenu-0.1.tar.gz HTML::Element 3.09 S/SB/SBURKE/HTML-Tree-3.11.tar.gz HTML::Element::traverse undef S/SB/SBURKE/HTML-Tree-3.11.tar.gz HTML::ElementGlob 1.09 M/MS/MSISK/HTML-Element-Extended-1.10.tar.gz HTML::ElementRaw 1.09 M/MS/MSISK/HTML-Element-Extended-1.10.tar.gz HTML::ElementSuper 1.10 M/MS/MSISK/HTML-Element-Extended-1.10.tar.gz HTML::ElementTable 1.10 M/MS/MSISK/HTML-Element-Extended-1.10.tar.gz -HTML::Embperl 1.3 G/GR/GRICHTER/HTML-Embperl-1.3.1.tar.gz -HTML::Embperl::Mail 1.3 G/GR/GRICHTER/HTML-Embperl-1.3.1.tar.gz +HTML::Embperl 1.3 G/GR/GRICHTER/HTML-Embperl-1.3.2.tar.gz +HTML::Embperl::Mail 1.3 G/GR/GRICHTER/HTML-Embperl-1.3.2.tar.gz HTML::Embperl::Module undef G/GR/GRICHTER/HTML-Embperl-1.2.1.tar.gz -HTML::Embperl::Session 1.50 G/GR/GRICHTER/HTML-Embperl-1.3.1.tar.gz -HTML::EmbperlObject 1.3 G/GR/GRICHTER/HTML-Embperl-1.3.1.tar.gz -HTML::Entities 1.22 G/GA/GAAS/HTML-Parser-3.22.tar.gz +HTML::Embperl::Session 1.50 G/GR/GRICHTER/HTML-Embperl-1.3.2.tar.gz +HTML::EmbperlObject 1.3 G/GR/GRICHTER/HTML-Embperl-1.3.2.tar.gz +HTML::Entities 1.22 G/GA/GAAS/HTML-Parser-3.25.tar.gz HTML::EP 0.2011 J/JW/JWIED/HTML-EP-0.2011.tar.gz HTML::EP::CGIEncryptForm 1.00 J/JW/JWIED/HTML-EP-0.2011.tar.gz HTML::EP::EditTable undef J/JW/JWIED/HTML-EP-0.2011.tar.gz @@ -3044,8 +3104,8 @@ HTML::EP::Session::DBIq 0.01 J/JW/JWIED/HTML-EP-0.2011.tar.gz HTML::EP::Session::Dumper undef J/JW/JWIED/HTML-EP-0.2011.tar.gz HTML::EP::Shop 0.1001 J/JW/JWIED/HTML-EP-0.2011.tar.gz HTML::EP::Wizard 0.1127 A/AM/AMAR/Wizard-0.1003.tar.gz -HTML::FillInForm 0.10 T/TJ/TJMATHER/HTML-FillInForm-0.11.tar.gz -HTML::Filter 2.09 G/GA/GAAS/HTML-Parser-3.22.tar.gz +HTML::FillInForm 0.13 T/TJ/TJMATHER/HTML-FillInForm-0.14.tar.gz +HTML::Filter 2.09 G/GA/GAAS/HTML-Parser-3.25.tar.gz HTML::Form 0.03 G/GA/GAAS/libwww-perl-5.53.tar.gz HTML::FormatNroff undef F/FJ/FJH/FormatNroff-0.11.tar.gz HTML::FormatNroffSub undef F/FJ/FJH/FormatNroff-0.11.tar.gz @@ -3062,63 +3122,67 @@ HTML::FormHighlight 0.03 A/AD/ADEO/HTML-FormHighlight-0.03.tar.g HTML::FormTemplate 2.0 D/DU/DUNCAND/HTML-FormTemplate-2.0.tar.gz HTML::FormValidator 1.7 F/FR/FRAJULAC/Apache-iNcom-0.09.tar.gz HTML::FromText 1.005 G/GD/GDR/HTML-FromText-1.005.tar.gz -HTML::HeadParser 2.15 G/GA/GAAS/HTML-Parser-3.22.tar.gz -HTML::HTPL 3.03 S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Client 1.00 S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Config undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::CSV undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Db undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Filter undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Fixed undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Flat undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Graph undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::LDAP undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Lib undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Mem undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Munge undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Orig undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Result undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Select undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::SQL 0.01 S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Stream undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Sys undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Table undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Tcl undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Template undef S/SC/SCHOP/htpl-3.03.tar.gz -HTML::HTPL::Txt undef S/SC/SCHOP/htpl-3.03.tar.gz +HTML::HeadParser 2.15 G/GA/GAAS/HTML-Parser-3.25.tar.gz +HTML::HTPL 3.03 S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Client 1.00 S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Config undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::CSV undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Db undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Filter undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Fixed undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Flat undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Graph undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::LDAP undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Lib undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Mem undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Munge undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Orig undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Result undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Select undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::SQL 0.01 S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Stream undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Sys undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Table undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Tcl undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Template undef S/SC/SCHOP/htpl-3.04.tar.gz +HTML::HTPL::Txt undef S/SC/SCHOP/htpl-3.04.tar.gz HTML::Index undef A/AW/AWRIGLEY/HTML-Index-0.03.tar.gz HTML::Index::Search undef A/AW/AWRIGLEY/HTML-Index-0.03.tar.gz HTML::Index::SearchResults undef A/AW/AWRIGLEY/HTML-Index-0.03.tar.gz HTML::Latex 1.1 P/PE/PETER/html2latex-1.1.tar.gz -HTML::LinkExtor 1.31 G/GA/GAAS/HTML-Parser-3.22.tar.gz +HTML::LinkAdd undef L/LG/LGODDARD/HTML-LinkAdd-0.12.tar.gz +HTML::LinkExtor 1.31 G/GA/GAAS/HTML-Parser-3.25.tar.gz +HTML::Lint 0.03 P/PE/PETDANCE/HTML-Lint-0.03.tar.gz +HTML::Lint::HTML4 undef P/PE/PETDANCE/HTML-Lint-0.03.tar.gz +HTML::Lint::Messages undef P/PE/PETDANCE/HTML-Lint-0.03.tar.gz HTML::LoL 1.1 B/BO/BOBG/HTML-LoL-1.1.tar.gz HTML::LoutParser 1.12 S/SU/SUMMER/xxx2lout-1.35.tar.gz -HTML::Mason 1.02 J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::ApacheHandler 1.68 J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::Component undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::Component::FileBased undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::Component::Subcomponent undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::Error undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::FakeApache undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::Interp undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::MethodMaker undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::Parser undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::Preview undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::Request undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::Request::ApacheHandler 1.68 J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::Resolver undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::Resolver::File undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::Tests undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::Tools undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz -HTML::Mason::Utils undef J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz +HTML::Mason 1.03 J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::ApacheHandler 1.68 J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::Component undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::Component::FileBased undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::Component::Subcomponent undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::Error undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::FakeApache undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::Interp undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::MethodMaker undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::Parser undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::Preview undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::Request undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::Request::ApacheHandler 1.68 J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::Resolver undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::Resolver::File undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::Tests undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::Tools undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz +HTML::Mason::Utils undef J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz HTML::Munger 0.01 D/DL/DLOWE/HTML-Munger-0.01.tar.gz HTML::Navigation 0.26 A/AS/ASPIERS/HTML-Navigation-0.26.tar.gz HTML::PageIndex 0.2 K/KM/KMELTZ/HTML-PageIndex-0.2.tar.gz HTML::Pager 0.03 S/SA/SAMTREGAR/HTML-Pager-0.03.tar.gz HTML::Parse 2.71 S/SB/SBURKE/HTML-Tree-3.11.tar.gz -HTML::Parser 3.22 G/GA/GAAS/HTML-Parser-3.22.tar.gz +HTML::Parser 3.25 G/GA/GAAS/HTML-Parser-3.25.tar.gz HTML::PrettyPrinter 0.03 C/CL/CLMS/HTML-PrettyPrinter-0.03.tar.gz -HTML::PullParser 2.06 G/GA/GAAS/HTML-Parser-3.22.tar.gz +HTML::PullParser 2.06 G/GA/GAAS/HTML-Parser-3.25.tar.gz HTML::QuickCheck undef Y/YL/YLU/HTML-QuickCheck-1.0b1.tar.gz HTML::RefMunger 0.01 A/AD/ADESC/HTML-RefMunger-0.01.tar.gz HTML::Simple undef T/TO/TOMC/Simple.pm.gz @@ -3128,7 +3192,7 @@ HTML::StickyForms 0.04 P/PM/PMH/HTML-StickyForms-0.04.tar.gz HTML::Stream 1.49 E/ER/ERYQ/HTML-Stream-1.49.tar.gz HTML::Subtext 1.03 K/KA/KAELIN/HTML-Subtext-1.03.tar.gz HTML::Summary 0.017 T/TG/TGROSE/HTML-Summary-0.017.tar.gz -HTML::Table 1.07 A/AJ/AJPEACOCK/HTML-Table-1.07b.tar.gz +HTML::Table 1.08 A/AJ/AJPEACOCK/HTML-Table-1.08.tar.gz HTML::TableExtract 1.06 M/MS/MSISK/HTML-TableExtract-1.06.tar.gz HTML::TableLayout 1.001008 S/SF/SFARRELL/HTML-TableLayout-1.001008.tar.gz HTML::TableLayout::Component undef S/SF/SFARRELL/HTML-TableLayout-1.001008.tar.gz @@ -3138,36 +3202,42 @@ HTML::TableLayout::TLCore undef S/SF/SFARRELL/HTML-TableLayout-1.001008 HTML::Tagset 3.03 S/SB/SBURKE/HTML-Tagset-3.03.tar.gz HTML::Template 2.2 S/SA/SAMTREGAR/HTML-Template-2.2.tar.gz HTML::Testing undef F/FJ/FJH/FormatNroff-0.11.tar.gz -HTML::TokeParser 2.24 G/GA/GAAS/HTML-Parser-3.22.tar.gz +HTML::TokeParser 2.24 G/GA/GAAS/HTML-Parser-3.25.tar.gz HTML::Tree 3.11 S/SB/SBURKE/HTML-Tree-3.11.tar.gz HTML::TreeBuilder 3.11 S/SB/SBURKE/HTML-Tree-3.11.tar.gz HTML::Validator 1 S/SA/SAIT/HTML-Validator-0.13.tar.gz -HTML::WebMake::Content undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::Contents undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::DataSource undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::DataSourceBase undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::DataSources::DirOfFiles undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::DataSources::SVFile undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::File undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::FormatConvert undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::HTMLCleaner undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz +HTML::WebMake 1.2 J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::Content undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::Contents undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::DataSource undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::DataSourceBase undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::DataSources::DirOfFiles undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::DataSources::SVFile undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::File undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::FormatConvert undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::HTMLCleaner undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz HTML::WebMake::Main 1.1 J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::Media undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::Metadata undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::Out undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::PerlCode undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::PerlLib::CSVTableTag undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::PerlLib::DownloadTag undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::PerlLib::SiteTree undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::SiteCache undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::SiteMap undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::SubstCtx undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::UserTags undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::Util undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::WmkFile undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz -HTML::WebMake::WMLinkGlossary undef J/JM/JMASON/HTML-WebMake-1.1.tar.gz +HTML::WebMake::Media undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::MediaContent undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::Metadata undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::MetadataContent undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::MetaTable undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::NormalContent undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::Out undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::PerlCode undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::PerlLib::CSVTableTag undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::PerlLib::DownloadTag undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::PerlLib::NavTree undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::PerlLib::SiteTree undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::SiteCache undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::SiteMap undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::SubstCtx undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::UserTags undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::Util undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::WmkFile undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz +HTML::WebMake::WMLinkGlossary undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz HTML::Widgets::DateEntry 1.3 K/KE/KENNEDYH/HTML-Widgets-DateEntry-1.3.tar.gz -HTML::Widgets::Menu 0.09 F/FR/FRANKIE/HTML-Widgets-Menu-0.10.tgz +HTML::Widgets::Menu 0.12 F/FR/FRANKIE/HTML-Widgets-Menu-0.12.tar.gz HTML::Widgets::Search 0.04 F/FR/FRANKIE/HTML-Widgets-Search-0.04.tgz HTML::WWWTheme 1.06 C/CH/CHOGAN/HTML-WWWTheme-1.06.tar.gz htmlop 0.26 J/JA/JANL/w3mir-1.0.10.tar.gz @@ -3185,6 +3255,7 @@ HTTP::DAV::ResourceList 0.03 P/PC/PCOLLINS/HTTP-DAV-0.04.tar.gz HTTP::DAV::Response 0.03 P/PC/PCOLLINS/HTTP-DAV-0.04.tar.gz HTTP::DAV::Utils 0.03 P/PC/PCOLLINS/HTTP-DAV-0.04.tar.gz HTTP::File 3.4 T/TB/TBONE/HTTP-File-3.4.tar.gz +HTTP::GetImages undef L/LG/LGODDARD/HTTP-GetImages-0.21.tar.gz HTTP::GHTTP 1.06 M/MS/MSERGEANT/HTTP-GHTTP-1.06.tar.gz HTTP::Header::ETag 1.02 G/GA/GAAS/libwww-perl-5.43.tar.gz HTTP::Headers 1.40 G/GA/GAAS/libwww-perl-5.53.tar.gz @@ -3196,7 +3267,8 @@ HTTP::Lite 0.2 R/RH/RHOOPER/HTTP-Lite-0.2.5.tar.gz HTTP::Message 1.23 G/GA/GAAS/libwww-perl-5.53.tar.gz HTTP::Monkeywrench 1.0 C/CN/CNATION/Monkeywrench-1.0.tar.gz HTTP::Negotiate 1.07 G/GA/GAAS/libwww-perl-5.53.tar.gz -HTTP::QuickBase 1.26 C/CV/CVONROES/HTTP-QuickBase-1.26.tar.gz +HTTP::ProxyAutoConfig 0.1 R/RE/REATMON/HTTP-ProxyAutoConfig-0.1.tar.gz +HTTP::QuickBase 1.27 C/CV/CVONROES/HTTP-QuickBase-1.27.tar.gz HTTP::Request 1.27 G/GA/GAAS/libwww-perl-5.53.tar.gz HTTP::Request::Common 1.19 G/GA/GAAS/libwww-perl-5.53.tar.gz HTTP::Request::Form 0.7 G/GB/GBAUER/HTTP-Request-Form-0.7.tar.gz @@ -3213,6 +3285,7 @@ HTTPD::GroupAdmin::DBM::apache 1.3 L/LD/LDS/HTTPD-User-Manage-1.58.tar.gz HTTPD::GroupAdmin::SQL 1.4 L/LD/LDS/HTTPD-User-Manage-1.58.tar.gz HTTPD::GroupAdmin::Text 1.13 L/LD/LDS/HTTPD-User-Manage-1.58.tar.gz HTTPD::GroupAdmin::Text::cern 1.1 L/LD/LDS/HTTPD-User-Manage-1.58.tar.gz +HTTPD::Log::Filter 1.02 A/AW/AWRIGLEY/HTTPD-Log-Filter-1.02.tar.gz HTTPD::Realm 1.52 L/LD/LDS/HTTPD-User-Manage-1.58.tar.gz HTTPD::RealmManager 1.33 L/LD/LDS/HTTPD-User-Manage-1.58.tar.gz HTTPD::UserAdmin 1.5 L/LD/LDS/HTTPD-User-Manage-1.58.tar.gz @@ -3225,7 +3298,7 @@ HyperWave::CSP 0.03 G/GO/GOSSAMER/HyperWave-CSP-0.03.1.tar. HyperWave::CSP::Message undef G/GO/GOSSAMER/HyperWave-CSP-0.03.1.tar.gz I18N::Charset 1.08 M/MT/MTHURN/I18N-Charset-1.08.tar.gz I18N::Collate undef G/GS/GSAR/perl-5.6.1.tar.gz -I18N::LangTags 0.20 S/SB/SBURKE/I18N-LangTags-0.20.tar.gz +I18N::LangTags 0.21 S/SB/SBURKE/I18N-LangTags-0.21.tar.gz i2c_lpt 1.00 I/IG/IGERLACH/i2c-0.1.tar.gz i2c_ser 1.00 I/IG/IGERLACH/i2c-0.1.tar.gz IDEA undef G/GA/GARY/Crypt-IDEA-1.0.tar.gz @@ -3318,15 +3391,18 @@ Image::Info::PPM undef G/GA/GAAS/Image-Info-1.07.tar.gz Image::Info::SVG 1.01 G/GA/GAAS/Image-Info-1.07.tar.gz Image::Info::XBM 1.03 G/GA/GAAS/Image-Info-1.07.tar.gz Image::Info::XPM 1.03 G/GA/GAAS/Image-Info-1.07.tar.gz +Image::IPTCInfo 1.1 J/JC/JCARTER/Image-IPTCInfo-1.1.tar.gz Image::Magick 5.32 J/JC/JCRISTY/PerlMagick-5.32.tar.gz Image::ParseGIF 0.2 B/BE/BENL/Image-ParseGIF-0.2.tar.gz Image::Size 2.93 R/RJ/RJRAY/Image-Size-2.93.tar.gz Image::TIFF 0.10 G/GA/GAAS/Image-Info-1.07.tar.gz Image::Xbm 1.08 S/SU/SUMMER/Image-Xbm-1.08.tar.gz Image::Xpm 1.09 S/SU/SUMMER/Image-Xpm-1.09.tar.gz -Imager 0.37 A/AD/ADDI/Imager-0.37.tar.gz -Imager::Expr undef A/AD/ADDI/Imager-0.37.tar.gz -Imager::Regops undef A/AD/ADDI/Imager-0.37.tar.gz +Imager 0.38 A/AD/ADDI/Imager-0.38.tar.gz +Imager::Expr undef A/AD/ADDI/Imager-0.38.tar.gz +Imager::Expr::Assem undef A/AD/ADDI/Imager-0.38.tar.gz +Imager::Regops undef A/AD/ADDI/Imager-0.38.tar.gz +Imager::Transform undef A/AD/ADDI/Imager-0.38.tar.gz IMAP::Admin 1.4 E/EE/EESTABROO/IMAP-Admin-1.4.3.tar.gz IMAPGet undef U/UG/UGEN/IMAPGet-0.1.tar.gz import 1.01 M/MI/MIKEKING/import-1_01.tgz @@ -3340,20 +3416,30 @@ Include 1.02 G/GB/GBARR/Include-1.02a.tar.gz InfoBrief 0.14 U/UL/ULPFR/InfoBrief-0.14.tar.gz Ingperl 2.104 H/HT/HTOUG/DBD-Ingres-0.25.tar.gz IniConf 1.03 R/RB/RBOW/IniConf-1.03.tar.gz -Inline 0.32 I/IN/INGY/Inline-0.32.tar.gz +Inline 0.34 I/IN/INGY/Inline-0.34.tar.gz Inline::ASM 0.02 N/NE/NEILW/Inline-ASM-0.02.tar.gz -Inline::C 0.32 I/IN/INGY/Inline-0.32.tar.gz -Inline::C::grammar 0.30 I/IN/INGY/Inline-0.32.tar.gz -Inline::CPP 0.14 N/NE/NEILW/Inline-CPP-0.14.tar.gz +Inline::C 0.34 I/IN/INGY/Inline-0.34.tar.gz +Inline::C::grammar 0.30 I/IN/INGY/Inline-0.34.tar.gz +Inline::CPP 0.20 N/NE/NEILW/Inline-CPP-0.20.tar.gz Inline::CPP::Grammar 0.10 N/NE/NEILW/Inline-CPP-0.14.tar.gz +Inline::CPP::grammar 0.20 N/NE/NEILW/Inline-CPP-0.20.tar.gz Inline::CPR 0.11 I/IN/INGY/Inline-CPR-0.11.tar.gz -Inline::Java 0.01 P/PA/PATL/Inline-Java-0.01.tar.gz -Inline::Java::Class 0.01 P/PA/PATL/Inline-Java-0.01.tar.gz -Inline::Java::Init 0.01 P/PA/PATL/Inline-Java-0.01.tar.gz -Inline::Java::Object 0.01 P/PA/PATL/Inline-Java-0.01.tar.gz -Inline::Java::Protocol 0.01 P/PA/PATL/Inline-Java-0.01.tar.gz +Inline::Files 0.60 D/DC/DCONWAY/Inline-Files-0.60.tar.gz +Inline::Files::Virtual 0.53 D/DC/DCONWAY/Inline-Files-0.60.tar.gz +Inline::Filters 0.10 N/NE/NEILW/Inline-Filters-0.10.tar.gz +Inline::Foo 0.01 I/IN/INGY/Inline-0.34.tar.gz +Inline::Java 0.21 P/PA/PATL/Inline-Java-0.21.tar.gz +Inline::Java::Array 0.20 P/PA/PATL/Inline-Java-0.21.tar.gz +Inline::Java::Class 0.20 P/PA/PATL/Inline-Java-0.21.tar.gz +Inline::Java::Init 0.20 P/PA/PATL/Inline-Java-0.21.tar.gz +Inline::Java::JNI 0.20 P/PA/PATL/Inline-Java-0.21.tar.gz +Inline::Java::JVM 0.20 P/PA/PATL/Inline-Java-0.21.tar.gz +Inline::Java::Object 0.20 P/PA/PATL/Inline-Java-0.21.tar.gz +Inline::Java::Protocol 0.21 P/PA/PATL/Inline-Java-0.21.tar.gz Inline::Python 0.14 N/NE/NEILW/Inline-Python-0.14.tar.gz -Inline::Tcl 0.05 R/RR/RRS/Inline-Tcl-0.05.tar.gz +Inline::Struct 0.05 N/NE/NEILW/Inline-Struct-0.05.tar.gz +Inline::Struct::grammar 0.10 N/NE/NEILW/Inline-Struct-0.05.tar.gz +Inline::Tcl 0.08 R/RR/RRS/Inline-Tcl-0.08.tar.gz INSPEC::BibTeX 0.01 V/VP/VPLA/INSPEC-0.01.tar.gz INSPEC::Retriever 0.01 V/VP/VPLA/INSPEC-0.01.tar.gz integer undef G/GS/GSAR/perl-5.6.1.tar.gz @@ -3369,7 +3455,7 @@ IO::File 1.08 G/GB/GBARR/IO-1.20.tar.gz IO::File::Multi 1.02 N/NE/NEMWS/IO-File-Multi-1.02.tar.gz IO::Handle 1.21 G/GB/GBARR/IO-1.20.tar.gz IO::InnerFile 1.104 E/ER/ERYQ/IO-stringy-1.220.tar.gz -IO::Interface 0.94 L/LD/LDS/IO-Interface-0.94.tar.gz +IO::Interface 0.97 L/LD/LDS/IO-Interface-0.97.tar.gz IO::Lines 1.111 E/ER/ERYQ/IO-stringy-1.220.tar.gz IO::LockedFile 0.1 R/RA/RANI/IO-LockedFile-0.1.tar.gz IO::Multiplex 0.1 L/LI/LIRAZ/IO-Multiplex-0.1.tar.gz @@ -3431,15 +3517,15 @@ IsamData undef C/CY/CYK/Isam-0.2.tar.gz IsamObjects undef I/IL/ILYAVERL/CIsam-1.0.tar.gz Ivrs 0.07 M/MU/MUKUND/Ivrs-0.07.tar.gz Jail 0.8 B/BP/BPANNIER/Jail-0.8.tar.gz -Java undef M/ME/METZZO/Java-3.0.tar.gz -JavaArray undef M/ME/METZZO/Java-3.0.tar.gz -Jcode 0.68 D/DA/DANKOGAI/Jcode-0.68.tar.gz -Jcode::Constants 1.01 D/DA/DANKOGAI/Jcode-0.68.tar.gz -Jcode::H2Z 0.61 D/DA/DANKOGAI/Jcode-0.68.tar.gz -Jcode::Tr 0.63 D/DA/DANKOGAI/Jcode-0.68.tar.gz -Jcode::Unicode 1.01 D/DA/DANKOGAI/Jcode-0.68.tar.gz -Jcode::Unicode::Constants 1.01 D/DA/DANKOGAI/Jcode-0.68.tar.gz -Jcode::Unicode::NoXS 0.61 D/DA/DANKOGAI/Jcode-0.68.tar.gz +Java undef M/ME/METZZO/Java-3.1.tar.gz +JavaArray undef M/ME/METZZO/Java-3.1.tar.gz +Jcode 0.71 D/DA/DANKOGAI/Jcode-0.71.tar.gz +Jcode::Constants 1.02 D/DA/DANKOGAI/Jcode-0.71.tar.gz +Jcode::H2Z 0.70 D/DA/DANKOGAI/Jcode-0.71.tar.gz +Jcode::Tr 0.70 D/DA/DANKOGAI/Jcode-0.71.tar.gz +Jcode::Unicode 1.02 D/DA/DANKOGAI/Jcode-0.71.tar.gz +Jcode::Unicode::Constants 1.02 D/DA/DANKOGAI/Jcode-0.71.tar.gz +Jcode::Unicode::NoXS 0.71 D/DA/DANKOGAI/Jcode-0.71.tar.gz JeevesUtil undef S/SR/SRIRAM/examples.tar.gz JListbox .01 D/DJ/DJBERG/Tk-JListbox-0.01.tar.gz JNI 0.1 G/GS/GSAR/perl-5.6.1.tar.gz @@ -3450,7 +3536,7 @@ JPL::Class undef G/GS/GSAR/perl-5.6.1.tar.gz JPL::Compile undef G/GS/GSAR/perl-5.6.1.tar.gz JSprite 5.19 T/TU/TURNERJW/DBD-Sprite-0.19.tar.gz JulianDay undef M/MU/MUIR/scripts/frogbak.tar.gz -Jvm 0.9 Y/YE/YEWEI/Jvm-0.9.tar.gz +Jvm 0.9 Y/YE/YEWEI/Jvm-0.9.1.tar.gz KDE 0.004 A/AW/AWIN/PerlKDE-0.004.tar.gz Kite 0.4 A/AB/ABW/Kite-0.4.tar.gz Kite::Base 1.03 A/AB/ABW/Kite-0.4.tar.gz @@ -3493,9 +3579,9 @@ LEGO::RCX 1.00 J/JQ/JQUILLAN/LEGO-RCX-1.00.tar.gz less undef G/GS/GSAR/perl-5.6.1.tar.gz Lex undef Y/YV/YVESP/llg-1.07.tar.gz lib undef G/GS/GSAR/perl-5.6.1.tar.gz -Lib::Module $ R/RK/RKIES/Tk-Browser-0.80a.tar.gz -Lib::ModuleSym $ R/RK/RKIES/Tk-Browser-0.80a.tar.gz -Lib::SymbolRef $ R/RK/RKIES/Tk-Browser-0.80a.tar.gz +Lib::Module 0.65 R/RK/RKIES/Tk-Browser-0.80.1.tar.gz +Lib::ModuleSym 0.52 R/RK/RKIES/Tk-Browser-0.80.1.tar.gz +Lib::SymbolRef 0.51 R/RK/RKIES/Tk-Browser-0.80.1.tar.gz LibWeb::Admin 0.02 C/CK/CKONG/LibWeb-0.02.tar.gz LibWeb::CGI 0.02 C/CK/CKONG/LibWeb-0.02.tar.gz LibWeb::Class 0.02 C/CK/CKONG/LibWeb-0.02.tar.gz @@ -3520,10 +3606,10 @@ Lingua::Conjunction 1.99 R/RR/RRWO/Lingua-Conjunction-1.99.tar.g Lingua::DetectCharset 1.00 J/JN/JNEYSTADT/cyrillic-1.02.tar.gz Lingua::DetectCharset::StatKoi undef J/JN/JNEYSTADT/cyrillic-1.02.tar.gz Lingua::DetectCharset::StatWin undef J/JN/JNEYSTADT/cyrillic-1.02.tar.gz -Lingua::EN::AddressGrammar undef K/KI/KIMRYAN/Lingua-EN-AddressParse-1.02.tar.gz -Lingua::EN::AddressParse 1.02 K/KI/KIMRYAN/Lingua-EN-AddressParse-1.02.tar.gz +Lingua::EN::AddressGrammar undef K/KI/KIMRYAN/Lingua-EN-AddressParse-1.03.tar.gz +Lingua::EN::AddressParse 1.03 K/KI/KIMRYAN/Lingua-EN-AddressParse-1.03.tar.gz Lingua::EN::Dict 0.20 J/JB/JBRYAN/Lingua-EN-Dict-0.20.zip -Lingua::EN::Fathom 1.04 K/KI/KIMRYAN/Lingua-EN-Fathom-1.04.tar.gz +Lingua::EN::Fathom 1.05 K/KI/KIMRYAN/Lingua-EN-Fathom-1.05.tar.gz Lingua::EN::Gender 0.02 G/GO/GOSSAMER/Lingua-EN-Gender-0.02.tar.gz Lingua::EN::Hyphenate 0.01 D/DC/DCONWAY/Coy-0.05.tar.gz Lingua::EN::Infinitive 1.03 R/RS/RSAVAGE/Lingua-EN-Infinitive-1.03.tgz @@ -3537,7 +3623,7 @@ Lingua::EN::Numbers 0.01 P/PA/PANDICH/Lingua-EN-Numbers-0.01.tar Lingua::EN::Numbers::Easy 1.2 A/AB/ABIGAIL/Lingua_EN_Numbers_Easy-1.2.tgz Lingua::EN::Numbers::Ordinate 0.01 S/SB/SBURKE/Lingua-EN-Numbers-Ordinate-0.01.tar.gz Lingua::EN::Nums2Words 1.12 H/HI/HIGHTOWE/Nums2Words-1.12.zip -Lingua::EN::Sentence 0.01 S/SH/SHLOMOY/Lingua-EN-Sentence-0.05.tar.gz +Lingua::EN::Sentence 0.01 S/SH/SHLOMOY/Lingua-EN-Sentence-0.07.tar.gz Lingua::EN::Squeeze 1998.1204 J/JA/JARIAALTO/Lingua-EN-Squeeze-1998.1204.tar.gz Lingua::EN::Summarize 0.2 F/FI/FIMM/Lingua-EN-Summarize-0.2.tar.gz Lingua::EN::Summarize::Filters undef F/FI/FIMM/Lingua-EN-Summarize-0.2.tar.gz @@ -3563,7 +3649,7 @@ Lingua::PT::Conjugate 1.06 E/EG/EGROSS/Lingua-PT-Conjugate-1.06.ta Lingua::PT::Infinitives undef E/EG/EGROSS/Lingua-PT-Conjugate-1.06.tar.gz Lingua::PT::UnConjugate undef E/EG/EGROSS/Lingua-PT-Conjugate-1.06.tar.gz Lingua::PT::VerbSuffixes undef E/EG/EGROSS/Lingua-PT-Conjugate-1.06.tar.gz -Lingua::Romana::Perligata 0.01 D/DC/DCONWAY/Lingua-Romana-Perligata-0.01.tar.gz +Lingua::Romana::Perligata 0.50 D/DC/DCONWAY/Lingua-Romana-Perligata-0.50.tar.gz Lingua::RU::Charset 0.02 F/FA/FARBER/Lingua-RU-Charset-0.02.tar.gz Lingua::Stem 0.50 S/SN/SNOWHARE/Lingua-Stem-0.50.tar.gz Lingua::Stem::AutoLoader 1.00 S/SN/SNOWHARE/Lingua-Stem-0.50.tar.gz @@ -3592,6 +3678,7 @@ Lisp::Symbol 1.06 G/GA/GAAS/perl-lisp-0.05.tar.gz Lisp::Vector undef G/GA/GAAS/perl-lisp-0.05.tar.gz list undef D/DB/DBEAZLEY/swig1.1p5.tar.gz List::Intersperse 1.00 T/TA/TAYERS/List-Intersperse-1.00.tar.gz +List::Member 0.01 L/LG/LGODDARD/List-Member-0.01.tar.gz List::Permutor 0.022 P/PH/PHOENIX/List-Permutor-0.022.tar.gz List::Util 1.02 G/GB/GBARR/Scalar-List-Utils-1.02.tar.gz LiveGeez::CacheAsSERA 0.14 D/DY/DYACOB/Zobel-0.14.tar.gz @@ -3609,10 +3696,10 @@ Locale::Constants undef N/NE/NEILB/Locale-Codes-1.06.tar.gz Locale::Country 1.07 N/NE/NEILB/Locale-Codes-1.06.tar.gz Locale::Currency 1.03 N/NE/NEILB/Locale-Codes-1.06.tar.gz Locale::gettext 1.01 P/PV/PVANDRY/gettext-1.01.tar.gz -Locale::Hebrew 0.01 S/SC/SCHOP/htpl-3.03.tar.gz -Locale::Hebrew::Calendar 0.01 S/SC/SCHOP/htpl-3.03.tar.gz +Locale::Hebrew 0.01 S/SC/SCHOP/htpl-3.04.tar.gz +Locale::Hebrew::Calendar 0.01 S/SC/SCHOP/htpl-3.04.tar.gz Locale::Language 1.06 N/NE/NEILB/Locale-Codes-1.06.tar.gz -Locale::Maketext 0.18 S/SB/SBURKE/Locale-Maketext-0.18.tar.gz +Locale::Maketext 1.01 S/SB/SBURKE/Locale-Maketext-1.01.tar.gz Locale::Msgcat 1.03 C/CH/CHRWOLF/Msgcat-1.03.tar.gz Locale::PGetText 0.16 M/MS/MSHOYHER/Locale-PGetText-0.16.tar.gz Locale::PO 0.11 A/AL/ALANSZ/Locale-PO-0.11.tar.gz @@ -3649,18 +3736,20 @@ Log::Agent::Tag::Priority undef R/RA/RAM/Log-Agent-0.2.8.tar.gz Log::Agent::Tag::String undef R/RA/RAM/Log-Agent-0.2.8.tar.gz Log::Agent::Tag_List undef R/RA/RAM/Log-Agent-0.2.8.tar.gz Log::Common 1.00 M/MH/MHAMILTON/Log-Common-1.00.tar.gz -Log::Dispatch 1.78 D/DR/DROLSKY/Log-Dispatch-1.78.tar.gz -Log::Dispatch::ApacheLog 1.04 D/DR/DROLSKY/Log-Dispatch-1.78.tar.gz -Log::Dispatch::Base 1.05 D/DR/DROLSKY/Log-Dispatch-1.78.tar.gz -Log::Dispatch::Email 1.15 D/DR/DROLSKY/Log-Dispatch-1.78.tar.gz -Log::Dispatch::Email::MailSend 1.13 D/DR/DROLSKY/Log-Dispatch-1.78.tar.gz -Log::Dispatch::Email::MailSendmail 1.14 D/DR/DROLSKY/Log-Dispatch-1.78.tar.gz -Log::Dispatch::Email::MIMELite 1.13 D/DR/DROLSKY/Log-Dispatch-1.78.tar.gz -Log::Dispatch::File 1.15 D/DR/DROLSKY/Log-Dispatch-1.78.tar.gz -Log::Dispatch::Handle 1.13 D/DR/DROLSKY/Log-Dispatch-1.78.tar.gz -Log::Dispatch::Output 1.19 D/DR/DROLSKY/Log-Dispatch-1.78.tar.gz -Log::Dispatch::Screen 1.13 D/DR/DROLSKY/Log-Dispatch-1.78.tar.gz -Log::Dispatch::Syslog 1.14 D/DR/DROLSKY/Log-Dispatch-1.78.tar.gz +Log::Delayed 1.400 W/WS/WSNYDER/Log-Detect-1.400.tar.gz +Log::Detect 1.400 W/WS/WSNYDER/Log-Detect-1.400.tar.gz +Log::Dispatch 1.79 D/DR/DROLSKY/Log-Dispatch-1.79.tar.gz +Log::Dispatch::ApacheLog 1.04 D/DR/DROLSKY/Log-Dispatch-1.79.tar.gz +Log::Dispatch::Base 1.05 D/DR/DROLSKY/Log-Dispatch-1.79.tar.gz +Log::Dispatch::Email 1.15 D/DR/DROLSKY/Log-Dispatch-1.79.tar.gz +Log::Dispatch::Email::MailSend 1.13 D/DR/DROLSKY/Log-Dispatch-1.79.tar.gz +Log::Dispatch::Email::MailSendmail 1.14 D/DR/DROLSKY/Log-Dispatch-1.79.tar.gz +Log::Dispatch::Email::MIMELite 1.13 D/DR/DROLSKY/Log-Dispatch-1.79.tar.gz +Log::Dispatch::File 1.15 D/DR/DROLSKY/Log-Dispatch-1.79.tar.gz +Log::Dispatch::Handle 1.13 D/DR/DROLSKY/Log-Dispatch-1.79.tar.gz +Log::Dispatch::Output 1.19 D/DR/DROLSKY/Log-Dispatch-1.79.tar.gz +Log::Dispatch::Screen 1.13 D/DR/DROLSKY/Log-Dispatch-1.79.tar.gz +Log::Dispatch::Syslog 1.14 D/DR/DROLSKY/Log-Dispatch-1.79.tar.gz Log::Dispatch::TkText 1.005 D/DD/DDUMONT/Log-Dispatch-Tk-1.4.tar.gz Log::Dispatch::ToTk 1.003 D/DD/DDUMONT/Log-Dispatch-Tk-1.4.tar.gz Log::ErrLogger 1.6 W/WO/WORENKD/Log-ErrLogger-1.5.tar.gz @@ -3773,22 +3862,22 @@ Magic undef S/SR/SRIRAM/examples.tar.gz Mail::Address 1.17 G/GB/GBARR/MailTools-1.15.tar.gz Mail::Alias 1.12 Z/ZE/ZELT/Mail-Alias-1.12.tar.gz Mail::Audit 1.9 S/SI/SIMON/Mail-Audit-1.9.tar.gz -Mail::Audit::KillDups 1.8 S/SI/SIMON/Mail-Audit-1.10.tar.gz -Mail::Audit::List 1.8 S/SI/SIMON/Mail-Audit-1.10.tar.gz -Mail::Audit::MAPS 1.8 S/SI/SIMON/Mail-Audit-1.10.tar.gz -Mail::Audit::PGP 1.7 S/SI/SIMON/Mail-Audit-1.10.tar.gz -Mail::Box 1.110 M/MA/MARKOV/Mail-Box-1.110.tar.gz -Mail::Box::Index undef M/MA/MARKOV/Mail-Box-1.110.tar.gz -Mail::Box::Locker undef M/MA/MARKOV/Mail-Box-1.110.tar.gz -Mail::Box::Manager undef M/MA/MARKOV/Mail-Box-1.110.tar.gz -Mail::Box::Mbox undef M/MA/MARKOV/Mail-Box-1.110.tar.gz -Mail::Box::Mbox::Message undef M/MA/MARKOV/Mail-Box-1.110.tar.gz -Mail::Box::Message undef M/MA/MARKOV/Mail-Box-1.110.tar.gz -Mail::Box::MH undef M/MA/MARKOV/Mail-Box-1.110.tar.gz -Mail::Box::MH::Message undef M/MA/MARKOV/Mail-Box-1.110.tar.gz -Mail::Box::Thread undef M/MA/MARKOV/Mail-Box-1.110.tar.gz -Mail::Box::Threads undef M/MA/MARKOV/Mail-Box-1.110.tar.gz -Mail::Box::Tie undef M/MA/MARKOV/Mail-Box-1.110.tar.gz +Mail::Audit::KillDups 1.8 S/SI/SIMON/Mail-Audit-1.11.tar.gz +Mail::Audit::List 1.8 S/SI/SIMON/Mail-Audit-1.11.tar.gz +Mail::Audit::MAPS 1.8 S/SI/SIMON/Mail-Audit-1.11.tar.gz +Mail::Audit::PGP 1.7 S/SI/SIMON/Mail-Audit-1.11.tar.gz +Mail::Box 1.111 M/MA/MARKOV/Mail-Box-1.111.tar.gz +Mail::Box::Index undef M/MA/MARKOV/Mail-Box-1.111.tar.gz +Mail::Box::Locker undef M/MA/MARKOV/Mail-Box-1.111.tar.gz +Mail::Box::Manager undef M/MA/MARKOV/Mail-Box-1.111.tar.gz +Mail::Box::Mbox undef M/MA/MARKOV/Mail-Box-1.111.tar.gz +Mail::Box::Mbox::Message undef M/MA/MARKOV/Mail-Box-1.111.tar.gz +Mail::Box::Message undef M/MA/MARKOV/Mail-Box-1.111.tar.gz +Mail::Box::MH undef M/MA/MARKOV/Mail-Box-1.111.tar.gz +Mail::Box::MH::Message undef M/MA/MARKOV/Mail-Box-1.111.tar.gz +Mail::Box::Thread undef M/MA/MARKOV/Mail-Box-1.111.tar.gz +Mail::Box::Threads undef M/MA/MARKOV/Mail-Box-1.111.tar.gz +Mail::Box::Tie undef M/MA/MARKOV/Mail-Box-1.111.tar.gz Mail::Bulkmail 2.05 J/JI/JIMT/Mail-Bulkmail-2.05.tar.gz Mail::Cap 1.07 G/GB/GBARR/MailTools-1.15.tar.gz Mail::Cclient 1.1 M/MI/MICB/Mail-Cclient-1.1.tar.gz @@ -3802,13 +3891,15 @@ Mail::Filter 1.01 G/GB/GBARR/MailTools-1.15.tar.gz Mail::FilterXML 0.1 M/MA/MATTMK/Mail-FilterXML-0.1.tar.gz Mail::Folder 0.07 K/KJ/KJOHNSON/MailFolder-0.07.tar.gz Mail::Folder::Emaul 0.07 K/KJ/KJOHNSON/MailFolder-0.07.tar.gz -Mail::Folder::FastReader 0.01 D/DC/DCOPPIT/grepmail-4.46.tar.gz +Mail::Folder::FastReader 0.01 D/DC/DCOPPIT/grepmail-4.47.tar.gz Mail::Folder::Maildir 0.07 K/KJ/KJOHNSON/MailFolder-0.07.tar.gz Mail::Folder::Mbox 0.07 K/KJ/KJOHNSON/MailFolder-0.07.tar.gz Mail::Folder::NNTP 0.07 K/KJ/KJOHNSON/MailFolder-0.07.tar.gz Mail::Freshmeat 0.94 A/AS/ASPIERS/Mail-Freshmeat-0.94.tar.gz Mail::Header 1.19 G/GB/GBARR/MailTools-1.15.tar.gz -Mail::IMAPClient 2.1 D/DJ/DJKERNEN/Mail-IMAPClient-2.1.2.tar.gz +Mail::IMAPClient 2.1 D/DJ/DJKERNEN/Mail-IMAPClient-2.1.3.tar.gz +Mail::IMAPClient::BodyStructure 0.0 D/DJ/DJKERNEN/Mail-IMAPClient-2.1.3.tar.gz +Mail::IMAPClient::Parse 0.0 D/DJ/DJKERNEN/Mail-IMAPClient-2.1.3.tar.gz Mail::Internet 1.33 G/GB/GBARR/MailTools-1.15.tar.gz Mail::IspMailGate 1.102 J/JW/JWIED/Mail-IspMailGate-1.1013.tar.gz Mail::IspMailGate::Filter 1.000 J/JW/JWIED/Mail-IspMailGate-1.1013.tar.gz @@ -3878,17 +3969,20 @@ Make 1.00 N/NI/NI-S/Make-1.00.tar.gz manager undef H/HE/HEIKOWU/Class-StructTemplate-0.01.tar.gz manager2 undef H/HE/HEIKOWU/Class-StructTemplate-0.01.tar.gz MARC 1.13 E/ES/ESUMMERS/MARC-1.13.tar.gz +MARC::Field undef P/PE/PETDANCE/MARC-Record-0.08.tar.gz +MARC::Lint undef P/PE/PETDANCE/MARC-Record-0.08.tar.gz +MARC::Record 0.08 P/PE/PETDANCE/MARC-Record-0.08.tar.gz MARC::XML 0.4 B/BB/BBIRTH/MARC-XML-0.4.tar.gz Marek::Pod::HTML 0.43 M/MA/MAREKR/MarekPodHtml-0.43.tar.gz Math::Amoeba undef J/JA/JARW/Math-Amoeba-0.01.tar.gz Math::Approx undef U/UL/ULPFR/Math-Approx-0.200.tar.gz Math::BaseCalc 1.009 K/KW/KWILLIAMS/Math-BaseCalc-1.009.tar.gz Math::Bezier 0.01 A/AB/ABW/Math-Bezier-0.01.tar.gz -Math::Big 1.01 T/TE/TELS/Math-1.23.tar.gz +Math::Big 1.03 T/TE/TELS/Math-1.31.tar.gz Math::BigFloat 0.02 G/GS/GSAR/perl-5.6.1.tar.gz -Math::BigFraction 0.01 T/TE/TELS/Math-1.23.tar.gz +Math::BigFraction 0.01 T/TE/TELS/Math-1.31.tar.gz Math::BigInt 0.01 G/GS/GSAR/perl-5.6.1.tar.gz -Math::BigInt::Constant 1.01 T/TE/TELS/Math-1.23.tar.gz +Math::BigInt::Constant 1.01 T/TE/TELS/Math-1.31.tar.gz Math::BigInteger undef G/GA/GARY/Math-BigInteger-1.0.tar.gz Math::BigIntFast 6.0 S/ST/STBEY/Math-BigIntFast-6.0.tar.gz Math::BooleanEval 0.9 M/MI/MIKO/Math-BooleanEval-0.9.tar.gz @@ -3914,6 +4008,7 @@ Math::Expr::TypeDB undef H/HA/HAKANARDO/Math-Expr-LATEST.tar.gz Math::Expr::Var undef H/HA/HAKANARDO/Math-Expr-LATEST.tar.gz Math::Expr::VarSet undef H/HA/HAKANARDO/Math-Expr-LATEST.tar.gz Math::FFT 0.25 R/RK/RKOBES/Math-FFT-0.25.tar.gz +Math::Fibonacci 1.5 V/VI/VIPUL/Math-Fibonacci-1.5.tar.gz Math::Financial 0.76 F/FI/FIXLER/Math-Financial-0.76.tar.gz Math::FixedPrecision 0.14 J/JP/JPEACOCK/Math-FixedPrecision-0.14.zip Math::Fleximal 0.03 T/TI/TILLY/Math-Fleximal-0.03.tar.gz @@ -3926,6 +4021,7 @@ Math::Integral::Romberg 0.02 B/BO/BOESCH/Math-Integral-Romberg-0_02. Math::IntervalSearch 1.05 B/BZ/BZAJAC/Math-Interpolate-1.05.tar.gz Math::Libm 1.00 D/DS/DSLEWART/Math-Libm-1.00.tar.gz Math::Logic 1.19 S/SU/SUMMER/Math-Logic-1.19.tar.gz +Math::LogRand 0.01 L/LG/LGODDARD/Math-LogRand-0.01.tar.gz Math::LP 0.01 W/WI/WIMV/Math-LP-0.01.tar.gz Math::LP::Constraint undef W/WI/WIMV/Math-LP-0.01.tar.gz Math::LP::LinearCombination undef W/WI/WIMV/Math-LP-0.01.tar.gz @@ -3945,14 +4041,15 @@ Math::Project 0.03 M/MI/MILSO/SchemaView-Plus-0.10.tar.gz Math::PRSG undef G/GA/GARY/Math-PRSG-1.0.tar.gz Math::Rand48 1.00 N/NI/NI-S/Math-Rand48-1.00.tar.gz Math::Random 0.61 J/JV/JVENIER/Math-Random-0.61.tar.gz -Math::Roman 1.02 T/TE/TELS/Math-1.23.tar.gz +Math::Random::MT 0.54 A/AM/AMS/Math-Random-MT-0.54.tar.gz +Math::Roman 1.04 T/TE/TELS/Math-1.31.tar.gz Math::Round 0.02 G/GR/GROMMEL/Math-Round-0.02.tar.gz Math::SigFigs undef S/SB/SBECK/SigFigs-1.01.tar.gz Math::SO3 0.90 F/FI/FISCH/Math-SO3-0.90.tar.gz Math::Spline undef J/JA/JARW/Math-Spline-0.01.tar.gz -Math::String 1.08 T/TE/TELS/Math-1.23.tar.gz -Math::String::Charset 1.08 T/TE/TELS/Math-1.23.tar.gz -Math::String::Sequence 1.01 T/TE/TELS/Math-1.23.tar.gz +Math::String 1.09 T/TE/TELS/Math-1.31.tar.gz +Math::String::Charset 1.08 T/TE/TELS/Math-1.31.tar.gz +Math::String::Sequence 1.02 T/TE/TELS/Math-1.31.tar.gz Math::Trig 1 G/GS/GSAR/perl-5.6.1.tar.gz Math::TrulyRandom undef G/GA/GARY/Math-TrulyRandom-1.0.tar.gz Math::Units 1.2 K/KE/KENFOX/Math-Units-1.2.tar.gz @@ -4008,7 +4105,7 @@ MIME::Field::ContType 5.403 E/ER/ERYQ/MIME-tools-5.410.tar.gz MIME::Field::ParamVal 5.403 E/ER/ERYQ/MIME-tools-5.410.tar.gz MIME::Head 5.403 E/ER/ERYQ/MIME-tools-5.410.tar.gz MIME::Lite 2.111 E/ER/ERYQ/MIME-Lite-2.111.tar.gz -MIME::Lite::HTML 1.2 A/AL/ALIAN/MIME-Lite-HTML-1.2.tar.gz +MIME::Lite::HTML 1.3 A/AL/ALIAN/MIME-Lite-HTML-1.3.tar.gz MIME::Parser 5.406 E/ER/ERYQ/MIME-tools-5.410.tar.gz MIME::Parser::Filer undef E/ER/ERYQ/MIME-tools-5.410.tar.gz MIME::Parser::Reader undef E/ER/ERYQ/MIME-tools-5.410.tar.gz @@ -4047,7 +4144,6 @@ MOP::MetaModule undef O/OR/ORTALO/MOP-1.00.tar.gz MOP::MOP 1.00 O/OR/ORTALO/MOP-1.00.tar.gz MOP::Remote 0.80 O/OR/ORTALO/MOP-1.00.tar.gz Morale 0.002 G/GR/GREGOR/Morale-0.002.tar.gz -Morse undef D/DC/DCONWAY/Bleach-1.00.tar.gz Mortal::Kombat 1.00 P/PI/PINYAN/Mortal-Kombat-1.00.tar.gz Mozilla::LDAP::API 1.4 L/LE/LEIFHED/perldap-1.4.tar.gz Mozilla::LDAP::Conn 1.4 L/LE/LEIFHED/perldap-1.4.tar.gz @@ -4090,7 +4186,7 @@ MP3::TkNapster::Transfers undef L/LD/LDS/MP3-Napster-2.04.tar.gz MP3::TkNapster::Users undef L/LD/LDS/MP3-Napster-2.04.tar.gz MPE::IMAGE undef A/AS/ASHTED/MPE-IMAGE-0.03.tar.gz MPEG::ID3v1Tag 1.10 S/SV/SVANZOEST/MP3-ID3v1Tag-1.10.tar.gz -MPEG::ID3v2Tag 0.20 M/MD/MDIMEO/MPEG-ID3v2Tag-0.20.tar.gz +MPEG::ID3v2Tag 0.32 M/MD/MDIMEO/MPEG-ID3v2Tag-0.32.tar.gz MPEG::MP3Info 0.90 C/CN/CNANDOR/MP3-Info-0.91.tar.gz MPEG::MP3Play 0.14 J/JR/JRED/MPEG-MP3Play-0.14.tar.gz MPEG::MP3Play::XA_Version 2.2 J/JR/JRED/MPEG-MP3Play-0.14.tar.gz @@ -4169,19 +4265,20 @@ My::ParametersByName undef K/KU/KULCHENKO/SOAP-Lite-0.40.tar.gz My::PersistentIterator undef K/KU/KULCHENKO/SOAP-Lite-0.50.tar.gz My::PH 0.01 J/JS/JSMITH/Authen-Ticket-0.02.tar.gz My::SessionIterator undef K/KU/KULCHENKO/SOAP-Lite-0.50.tar.gz +MyClass undef D/DC/DCONWAY/Attribute-Handlers-0.61.tar.gz MyDBD 1.00 R/RF/RFOLEY/Perlbug-2.27.tar.gz MyHandler undef K/KM/KMACLEOD/libxml-perl-0.07.tar.gz MyHTML 0.02 C/CK/CKONG/LibWeb-0.02.tar.gz MyMP3Play undef J/JR/JRED/MPEG-MP3Play-0.14.tar.gz MyOtherFreezer undef R/RC/RCAPUTO/POE-0.12.tar.gz -MyPageKit::Common undef T/TJ/TJMATHER/Apache-PageKit-0.97.tar.gz -MyPageKit::MyModel undef T/TJ/TJMATHER/Apache-PageKit-0.97.tar.gz -Mysql 1.2216 J/JW/JWIED/Msql-Mysql-modules-1.2216.tar.gz +MyPageKit::Common undef T/TJ/TJMATHER/Apache-PageKit-1.02.tar.gz +MyPageKit::MyModel undef T/TJ/TJMATHER/Apache-PageKit-1.02.tar.gz +Mysql 1.2216 J/JW/JWIED/DBD-mysql-2.0901.tar.gz MySQL::GUI undef J/JE/JETTERO/MySQL-GUI-0.33.tar.gz MySQL::GUI::connection undef J/JE/JETTERO/MySQL-GUI-0.33.tar.gz MySQL::GUI::connector undef J/JE/JETTERO/MySQL-GUI-0.33.tar.gz MySQL::GUI::connector::dbase undef J/JE/JETTERO/MySQL-GUI-0.33.tar.gz -Mysql::Statement 1.2216 J/JW/JWIED/Msql-Mysql-modules-1.2216.tar.gz +Mysql::Statement 1.2216 J/JW/JWIED/DBD-mysql-2.0901.tar.gz MyTheme 0.02 C/CK/CKONG/LibWeb-0.02.tar.gz MyTimer undef J/JM/JMOORE/Devel-Timer-0.01.tar.gz NDBM_File undef G/GS/GSAR/perl-5.6.1.tar.gz @@ -4202,7 +4299,7 @@ Net::Daemon 0.35 J/JW/JWIED/Net-Daemon-0.35.tar.gz Net::Daemon::Log 0.01 J/JW/JWIED/Net-Daemon-0.35.tar.gz Net::Daemon::SSL 1.0 M/MK/MKUL/Net-Daemon-SSL-1.0.tar.gz Net::Daemon::Test 0.02 J/JW/JWIED/Net-Daemon-0.35.tar.gz -Net::DHCP::Watch 1.07 E/EJ/EJDRS/Net-DHCP-Watch-1.07.tar.gz +Net::DHCP::Watch 1.08 E/EJ/EJDRS/Net-DHCP-Watch-1.08.tar.gz Net::Dict 2.05 N/NE/NEILB/Net-Dict-2.05.tar.gz Net::DLookup 1.01 D/DJ/DJASMINE/Net-DLookup-1.01.tar.gz Net::Dnet 0.73 S/SP/SPIDB/Net-Dnet-0.73.tar.gz @@ -4239,6 +4336,12 @@ Net::DNS::RR::SRV undef M/MF/MFUHR/Net-DNS-0.12.tar.gz Net::DNS::RR::TXT undef M/MF/MFUHR/Net-DNS-0.12.tar.gz Net::DNS::RR::X25 undef M/MF/MFUHR/Net-DNS-0.12.tar.gz Net::DNS::Update undef M/MF/MFUHR/Net-DNS-0.12.tar.gz +Net::DNSServer 0.03 B/BB/BBB/Net-DNSServer-0.03.tar.gz +Net::DNSServer::Base undef B/BB/BBB/Net-DNSServer-0.03.tar.gz +Net::DNSServer::ConfParser undef B/BB/BBB/Net-DNSServer-0.03.tar.gz +Net::DNSServer::DBMCache undef B/BB/BBB/Net-DNSServer-0.03.tar.gz +Net::DNSServer::MemCache undef B/BB/BBB/Net-DNSServer-0.03.tar.gz +Net::DNSServer::Proxy undef B/BB/BBB/Net-DNSServer-0.03.tar.gz Net::Domain 2.13 G/GB/GBARR/libnet-1.0703.tar.gz Net::DummyInetd 1.06 G/GB/GBARR/libnet-1.0703.tar.gz Net::Finger 1.05 F/FI/FIMM/Net-Finger-1.05.tar.gz @@ -4270,6 +4373,7 @@ Net::FTPServer::RO::Server 1.0 R/RW/RWMJ/Net-FTPServer-1.0.7.tar.gz Net::Gen 0.932 S/SP/SPIDB/Net-ext-0.932.tar.gz Net::Goofey 1.4 G/GO/GOSSAMER/Net-Goofey-1.4.tar.gz Net::GrpNetworks 1.08 A/AR/ARVIEGAS/Net-GrpNetworks-1.08.tar.gz +Net::Hesiod 1.10 P/PA/PAYERLE/Net-Hesiod-1.10a.tar.gz Net::hostent undef G/GS/GSAR/perl-5.6.1.tar.gz Net::Hotline 0.79 J/JS/JSIRACUSA/Net-Hotline-0.79.tar.gz Net::Hotline::Client 0.79 J/JS/JSIRACUSA/Net-Hotline-0.79.tar.gz @@ -4285,14 +4389,27 @@ Net::Hotline::TrackerListItem 0.79 J/JS/JSIRACUSA/Net-Hotline-0.79.tar.gz Net::Hotline::User 0.79 J/JS/JSIRACUSA/Net-Hotline-0.79.tar.gz Net::HTTP 0.01 G/GA/GAAS/libwww-perl-5.53.tar.gz Net::HTTPTunnel 0.2 R/RW/RWAHBY/Net-HTTPTunnel-0.2.tar.gz -Net::ICal 0.11 E/EB/EBUSBOOM/Net-ICal-0.11.tar.gz +Net::ICal 0.13 S/SR/SRL/Net-ICal-0.13.tar.gz +Net::ICal::Alarm undef S/SR/SRL/Net-ICal-0.13.tar.gz +Net::ICal::Attendee undef S/SR/SRL/Net-ICal-0.13.tar.gz Net::ICal::Calendar undef E/EB/EBUSBOOM/Net-ICal-0.11.tar.gz Net::ICal::Cluster undef E/EB/EBUSBOOM/Net-ICal-0.11.tar.gz Net::ICal::Component undef E/EB/EBUSBOOM/Net-ICal-0.11.tar.gz +Net::ICal::Duration undef S/SR/SRL/Net-ICal-0.13.tar.gz +Net::ICal::ETJ undef S/SR/SRL/Net-ICal-0.13.tar.gz +Net::ICal::Event undef S/SR/SRL/Net-ICal-0.13.tar.gz +Net::ICal::Freebusy undef S/SR/SRL/Net-ICal-0.13.tar.gz +Net::ICal::FreebusyItem undef S/SR/SRL/Net-ICal-0.13.tar.gz +Net::ICal::Journal undef S/SR/SRL/Net-ICal-0.13.tar.gz Net::ICal::Parameter undef E/EB/EBUSBOOM/Net-ICal-0.11.tar.gz Net::ICal::Parser undef E/EB/EBUSBOOM/Net-ICal-0.11.tar.gz +Net::ICal::Period undef S/SR/SRL/Net-ICal-0.13.tar.gz Net::ICal::Property undef E/EB/EBUSBOOM/Net-ICal-0.11.tar.gz +Net::ICal::Recurrence undef S/SR/SRL/Net-ICal-0.13.tar.gz Net::ICal::Store undef E/EB/EBUSBOOM/Net-ICal-0.11.tar.gz +Net::ICal::Time undef S/SR/SRL/Net-ICal-0.13.tar.gz +Net::ICal::Todo undef S/SR/SRL/Net-ICal-0.13.tar.gz +Net::ICal::Trigger undef S/SR/SRL/Net-ICal-0.13.tar.gz Net::ICal::Value undef E/EB/EBUSBOOM/Net-ICal-0.11.tar.gz Net::ICB 1.6 J/JM/JMV/Net-ICB-1.62.tar.gz Net::Icecast 1.00 I/IG/IGREC/NetIcecast-1.01.tar.gz @@ -4309,23 +4426,24 @@ Net::IRC 0.70 F/FI/FIMM/Net-IRC-0.70.tar.gz Net::IRC::Connection undef F/FI/FIMM/Net-IRC-0.70.tar.gz Net::IRC::DCC undef F/FI/FIMM/Net-IRC-0.70.tar.gz Net::IRC::Event undef F/FI/FIMM/Net-IRC-0.70.tar.gz -Net::Jabber 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::Client 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::Component 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::Data 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz +Net::Jabber 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::Client 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::Component 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::Data 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz Net::Jabber::Data::Auth 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::Debug 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::Dialback 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::Dialback::Result 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::Dialback::Verify 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::IQ 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::JID 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::Key 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::Log 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::Message 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::Presence 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::Protocol 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::Query 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz +Net::Jabber::Debug 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::Dialback 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::Dialback::Result 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::Dialback::Verify 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::IQ 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::JID 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::Key 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::Log 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::Message 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::Namespaces undef R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::Presence 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::Protocol 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz +Net::Jabber::Query 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz Net::Jabber::Query::Agent 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz Net::Jabber::Query::Agents 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz Net::Jabber::Query::Auth 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz @@ -4342,9 +4460,9 @@ Net::Jabber::Query::Search 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz Net::Jabber::Query::Search::Item 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz Net::Jabber::Query::Time 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz Net::Jabber::Query::Version 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::Server 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz +Net::Jabber::Server 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz Net::Jabber::Transport 1.0020 R/RE/REATMON/Net-Jabber-1.0020.tar.gz -Net::Jabber::X 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz +Net::Jabber::X 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz Net::Jabber::X::AutoUpdate 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz Net::Jabber::X::Delay 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz Net::Jabber::X::Encrypted 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz @@ -4360,7 +4478,7 @@ Net::Jabber::X::Roster::Item 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz Net::Jabber::X::Signed 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz Net::Jabber::X::SXPM 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz Net::Jabber::X::SXPM::Map 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz -Net::Jabber::XDB 1.0021 R/RE/REATMON/Net-Jabber-1.0021.tar.gz +Net::Jabber::XDB 1.0022 R/RE/REATMON/Net-Jabber-1.0022.tar.gz Net::LDAP 0.23 G/GB/GBARR/perl-ldap-0.23.tar.gz Net::LDAP::ASN undef G/GB/GBARR/perl-ldap-0.23.tar.gz Net::LDAP::BER 1.05 G/GB/GBARR/perl-ldap-0.15.tar.gz @@ -4386,10 +4504,11 @@ Net::LDAP::Search 0.06 G/GB/GBARR/perl-ldap-0.23.tar.gz Net::LDAP::Util 0.06 G/GB/GBARR/perl-ldap-0.23.tar.gz Net::LDAPapi 1.42 C/CD/CDONLEY/Net-LDAPapi-1.42.tar.gz Net::LDAPS 0.02 G/GB/GBARR/perl-ldap-0.23.tar.gz -Net::Nessus::Client 0.06 J/JW/JWIED/Net-Nessus-0.06.tar.gz -Net::Nessus::Message 0.03 J/JW/JWIED/Net-Nessus-0.06.tar.gz +Net::LMTP 0.02 L/LH/LHOWARD/Net-LMTP-0.02.tar.gz +Net::Nessus::Client 0.07 J/JW/JWIED/Net-Nessus-0.07.tar.gz +Net::Nessus::Message 0.03 J/JW/JWIED/Net-Nessus-0.07.tar.gz Net::netent undef G/GS/GSAR/perl-5.6.1.tar.gz -Net::Netmask 1.8 M/MU/MUIR/modules/Net-Netmask-1.8.tar.gz +Net::Netmask 1.9 M/MU/MUIR/modules/Net-Netmask-1.9.tar.gz Net::Netrc 2.10 G/GB/GBARR/libnet-1.0703.tar.gz Net::NIS undef R/RI/RIK/NIS-a2.tar.gz Net::NIS::Table undef R/RI/RIK/NIS-a2.tar.gz @@ -4423,14 +4542,23 @@ Net::ParseWhois::Domain::Registrar::Unknown 0.1 A/AB/ABEROHAM/Net-ParseWhois-0. Net::Patricia 1.010 P/PL/PLONKA/Net-Patricia-1.010.tar.gz Net::Pcap 0.04 T/TI/TIMPOTTER/Net-Pcap-0.04.tar.gz Net::PcapUtils 0.01 T/TI/TIMPOTTER/Net-PcapUtils-0.01.tar.gz +Net::Peep undef S/ST/STARKY/Net-Peep-0.4.1.1.tar.gz +Net::Peep::BC undef S/ST/STARKY/Net-Peep-0.4.1.1.tar.gz +Net::Peep::Client undef S/ST/STARKY/Net-Peep-0.4.1.1.tar.gz +Net::Peep::Client::Logparser undef S/ST/STARKY/Net-Peep-0.4.1.1.tar.gz +Net::Peep::Client::Sysmonitor undef S/ST/STARKY/Net-Peep-0.4.1.1.tar.gz +Net::Peep::Conf undef S/ST/STARKY/Net-Peep-0.4.1.1.tar.gz +Net::Peep::Log undef S/ST/STARKY/Net-Peep-0.4.1.1.tar.gz +Net::Peep::Parse undef S/ST/STARKY/Net-Peep-0.4.1.1.tar.gz +Net::Peep::Peck undef S/ST/STARKY/Net-Peep-0.4.1.1.tar.gz Net::PH 2.20 G/GB/GBARR/libnet-1.0703.tar.gz Net::Ping 2.02 G/GS/GSAR/perl-5.6.1.tar.gz Net::Ping::External 0.06 C/CO/COLINM/Net-Ping-External-0.06.tar.gz Net::POP3 2.21 G/GB/GBARR/libnet-1.0703.tar.gz Net::Printer 0.21 C/CF/CFUHRMAN/Net-Printer-0.21.tar.gz Net::protoent undef G/GS/GSAR/perl-5.6.1.tar.gz -Net::Radius::Dictionary 1.4 L/LU/LUISMUNOZ/Net-Radius-1.4.tar.gz -Net::Radius::Packet 1.4 L/LU/LUISMUNOZ/Net-Radius-1.4.tar.gz +Net::Radius::Dictionary 1.41 L/LU/LUISMUNOZ/Net-Radius-1.41.tar.gz +Net::Radius::Packet 1.41 L/LU/LUISMUNOZ/Net-Radius-1.41.tar.gz Net::RawIP 0.09 S/SK/SKOLYCHEV/Net-RawIP-0.09d.tar.gz Net::Rexec 0.12 F/FK/FKOLODNY/Net-Rexec-0.12.tar.gz Net::RMI 0.01 P/PA/PANDICH/Net-RMI-0.02.tar.gz @@ -4529,15 +4657,21 @@ Net::RRP::Server 0.1 M/MK/MKUL/Net-RRP-0.05.tar.gz Net::RRP::Toolkit 1.3 M/MK/MKUL/Net-RRP-0.05.tar.gz Net::SCP 0.04 I/IV/IVAN/Net-SCP-0.04.tar.gz Net::servent undef G/GS/GSAR/perl-5.6.1.tar.gz -Net::Server 0.58 R/RH/RHANDOM/Net-Server-0.58.tar.gz -Net::Server::Fork undef R/RH/RHANDOM/Net-Server-0.58.tar.gz -Net::Server::INET undef R/RH/RHANDOM/Net-Server-0.58.tar.gz -Net::Server::MultiType undef R/RH/RHANDOM/Net-Server-0.58.tar.gz -Net::Server::PreFork undef R/RH/RHANDOM/Net-Server-0.58.tar.gz -Net::Server::Single undef R/RH/RHANDOM/Net-Server-0.58.tar.gz +Net::Server 0.63 R/RH/RHANDOM/Net-Server-0.63.tar.gz +Net::Server::Fork undef R/RH/RHANDOM/Net-Server-0.63.tar.gz +Net::Server::INET undef R/RH/RHANDOM/Net-Server-0.63.tar.gz +Net::Server::MultiType undef R/RH/RHANDOM/Net-Server-0.63.tar.gz +Net::Server::PreFork undef R/RH/RHANDOM/Net-Server-0.63.tar.gz +Net::Server::Single undef R/RH/RHANDOM/Net-Server-0.63.tar.gz +Net::SFTP 0.05 B/BT/BTROTT/Net-SFTP-0.05.tar.gz +Net::SFTP::Attributes undef B/BT/BTROTT/Net-SFTP-0.05.tar.gz +Net::SFTP::Buffer undef B/BT/BTROTT/Net-SFTP-0.05.tar.gz +Net::SFTP::Constants undef B/BT/BTROTT/Net-SFTP-0.05.tar.gz +Net::SFTP::Util undef B/BT/BTROTT/Net-SFTP-0.05.tar.gz Net::SMPP 0.01 S/SA/SAMPO/Net-SMPP-0.01.tar.gz -Net::SMS 2.00 R/RO/ROOTLEVEL/Net-SMS-2.00.tar.gz -Net::SMS::Genie 0.006 A/AW/AWRIGLEY/Net-SMS-Genie-0.006.tar.gz +Net::SMS 2.13 R/RO/ROOTLEVEL/Net-SMS-2.13.tar.gz +Net::SMS::Genie 0.007 A/AW/AWRIGLEY/Net-SMS-Genie-0.007.tar.gz +Net::SMS::HTTP 2.11 R/RO/ROOTLEVEL/Net-SMS-2.13.tar.gz Net::SMS::Request 1.00 R/RO/ROOTLEVEL/Net-SMS-1.00.tar.gz Net::SMS::Response 1.00 R/RO/ROOTLEVEL/Net-SMS-1.00.tar.gz Net::SMTP 2.15 G/GB/GBARR/libnet-1.0703.tar.gz @@ -4552,24 +4686,48 @@ Net::SOCKS 0.03 C/CL/CLINTDW/SOCKS-0.03.tar.gz Net::Spooler 0.02 J/JW/JWIED/Net-Spooler-0.02.tar.gz Net::Spooler::Test 0.01 J/JW/JWIED/Net-Spooler-0.02.tar.gz Net::SSH 0.02 I/IV/IVAN/Net-SSH-0.02.tar.gz -Net::SSH::Perl 0.67 B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Auth undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Auth::Password undef B/BT/BTROTT/Net-SSH-Perl-0.66.tar.gz -Net::SSH::Perl::Auth::Rhosts undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Auth::Rhosts_RSA undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Auth::RSA undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Buffer undef B/BT/BTROTT/Net-SSH-Perl-0.66.tar.gz -Net::SSH::Perl::Cipher undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Cipher::Blowfish undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Cipher::CBC undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Cipher::CFB undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Cipher::DES undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Cipher::DES3 undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Cipher::IDEA undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Config undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Constants undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Packet undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz -Net::SSH::Perl::Util undef B/BT/BTROTT/Net-SSH-Perl-0.67.tar.gz +Net::SSH::Perl 1.14 B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Auth undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Auth::DSA undef B/BT/BTROTT/Net-SSH-Perl-1.06.tar.gz +Net::SSH::Perl::Auth::KeyboardInt undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Auth::Password undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Auth::PublicKey undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Auth::Rhosts undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Auth::Rhosts_RSA undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Auth::RSA undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Buffer undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Channel undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::ChannelMgr undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Cipher undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Cipher::Blowfish undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Cipher::CBC undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Cipher::CFB undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Cipher::DES undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Cipher::DES3 undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Cipher::IDEA undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Cipher::RC4 undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Comp undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Comp::Zlib undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Config undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Constants undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Kex undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Kex::DH1 undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Key undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Key::DSA undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Key::RSA undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Key::RSA1 undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Mac undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Packet undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::SSH1 undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::SSH2 undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Util undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Util::Authfile undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Util::Hosts undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Util::RSA undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Util::SSH1Misc undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Util::SSH1MP undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Util::SSH2MP undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz +Net::SSH::Perl::Util::Term undef B/BT/BTROTT/Net-SSH-Perl-1.14.tar.gz Net::SSL 2.50 C/CH/CHAMAS/Crypt-SSLeay-0.25.tar.gz Net::SSLeay 1.07 S/SA/SAMPO/Net_SSLeay.pm-1.07.tar.gz Net::Subnet::Count 1.20 L/LU/LUISMUNOZ/Net-Subnet-Count-1.20.tar.gz @@ -4585,6 +4743,8 @@ Net::UDP 0.93 S/SP/SPIDB/Net-ext-0.932.tar.gz Net::UNIX 0.93 S/SP/SPIDB/Net-ext-0.932.tar.gz Net::UNIX::Server 0.93 S/SP/SPIDB/Net-ext-0.932.tar.gz Net::Wake 0.01 C/CL/CLINTDW/Net-Wake-0.01.tar.gz +Net::Webdav 0.14 G/GR/GRICHTER/Net-Webdav-0.14.0-0.1.7.tar.gz +Net::Webdav::Constants undef G/GR/GRICHTER/Net-Webdav-0.14.0-0.1.7.tar.gz Net::Whois 1.9 D/DH/DHUDES/Net-Whois-1.9.tar.gz Net::Whois::Raw 0.11 S/SC/SCHOP/Net-Whois-Raw-0.11.tar.gz Net::xAP 0.02 K/KJ/KJOHNSON/NetxAP-0.02.tar.gz @@ -4607,11 +4767,7 @@ NetPacket::IGMP 0.01 T/TI/TIMPOTTER/NetPacket-0.01.tar.gz NetPacket::IP 0.01 T/TI/TIMPOTTER/NetPacket-0.01.tar.gz NetPacket::TCP 0.01 T/TI/TIMPOTTER/NetPacket-0.01.tar.gz NetPacket::UDP 0.01 T/TI/TIMPOTTER/NetPacket-0.01.tar.gz -Netscape::Bookmarks 1.2 B/BD/BDFOY/Netscape-Bookmarks-1.2.tar.gz -Netscape::Bookmarks::Alias 1.2 B/BD/BDFOY/Netscape-Bookmarks-1.2.tar.gz Netscape::Bookmarks::Category 0.91 B/BD/BDFOY/Netscape-Bookmarks-0.92.tar.gz -Netscape::Bookmarks::Link 1.4 B/BD/BDFOY/Netscape-Bookmarks-1.2.tar.gz -Netscape::Bookmarks::Separator 1.2 B/BD/BDFOY/Netscape-Bookmarks-1.2.tar.gz Netscape::Cache 0.44 S/SR/SREZIC/Netscape-Cache-0.44.tar.gz Netscape::eg::HelloWorld undef B/BS/BSUGARS/nsapi_perl-0.24.tar.gz Netscape::eg::Noop undef B/BS/BSUGARS/nsapi_perl-0.24.tar.gz @@ -4762,8 +4918,8 @@ ObjStore::Test undef J/JP/JPRIT/ObjStore-1.59.tar.gz OCV 0.1 B/BE/BENL/Business-OCV-0.1.tar.gz ODBM_File undef G/GS/GSAR/perl-5.6.1.tar.gz Ogg::Vorbis 0.02 F/FO/FOOF/libvorbis-perl_0.03-1.tar.gz -ok undef N/NW/NWCLARK/ex-lib-zip-0.02.tar.gz Ok undef N/NW/NWCLARK/ex-lib-zip-0.02.tar.gz +ok undef N/NW/NWCLARK/ex-lib-zip-0.02.tar.gz OLE undef G/GS/GSAR/libwin32-0.16.zip OLE::PropertySet undef M/MS/MSCHWARTZ/OLE-Storage-0.386.tar.gz OLE::Storage undef M/MS/MSCHWARTZ/OLE-Storage-0.386.tar.gz @@ -4826,7 +4982,7 @@ OS2::REXX 1.00 G/GS/GSAR/perl-5.6.1.tar.gz OS2::SoftInstaller 0.07 I/IL/ILYAZ/os2/OS2-SoftInstaller-0.07.tar.gz OS2::UPM undef I/IL/ILYAZ/os2/OS2-UPM-0_10.zip OS2::WinObject 0.01 I/IL/ILYAZ/os2/OS2-WinObject-0.01.tar.gz -OS390::Stdio 0.003 P/PV/PVHP/OS390-Stdio-0.003.tar.gz +OS390::Stdio 0.005 P/PV/PVHP/OS390-Stdio-0.005.tar.gz OSUtil 0.02 E/EH/EHOOD/perlSGML.1997Sep18.tar.gz OurNet 1.4 A/AU/AUTRIJUS/OurNet-1.4-alpha3.tar.gz OurNet::BBS 0.1 A/AU/AUTRIJUS/OurNet-1.4-alpha4.tar.gz @@ -4907,6 +5063,7 @@ OurNet::WebBuilder 1.2 A/AU/AUTRIJUS/OurNet-1.4-alpha4.tar.gz Outer undef B/BI/BIRNEY/bioperl-0.7.0.tar.gz Outline undef K/KE/KENFOX/X11-Motif-1.1b3.tar.gz overload undef G/GS/GSAR/perl-5.6.1.tar.gz +Owl undef D/DU/DUNCAND/CGI-Portable-0.42.tar.gz P4::Client 0.52 S/SM/SMEE/P4-Client-0.52.tar.gz P4::UI undef S/SM/SMEE/P4-Client-0.52.tar.gz Palm::Address 1.9 A/AR/ARENSB/p5-Palm-1.1.5.tar.gz @@ -4918,6 +5075,7 @@ Palm::PunchClock 1.2 P/PE/PEDERST/Palm-PunchClock-1.2.tar.gz Palm::Raw 1.7 A/AR/ARENSB/p5-Palm-1.1.5.tar.gz Palm::StdAppInfo 1.3 A/AR/ARENSB/p5-Palm-1.1.5.tar.gz Palm::ToDo 1.6 A/AR/ARENSB/p5-Palm-1.1.5.tar.gz +Panda undef D/DU/DUNCAND/CGI-Portable-0.42.tar.gz Panel 1.2 A/AR/ARIF/Tk-Month-1.2.tar.gz PApp 0.12 M/ML/MLEHMANN/PApp-0.12.tar.gz PApp::Admin 0.12 M/ML/MLEHMANN/PApp-0.12.tar.gz @@ -4941,7 +5099,7 @@ PApp::User 0.12 M/ML/MLEHMANN/PApp-0.12.tar.gz PApp::Util 0.12 M/ML/MLEHMANN/PApp-0.12.tar.gz PApp::XML 0.12 M/ML/MLEHMANN/PApp-0.12.tar.gz PApp::XSLT 0.12 M/ML/MLEHMANN/PApp-0.12.tar.gz -Parallel::ForkManager 0.7 D/DL/DLUX/Parallel-ForkManager-0.7.tar.gz +Parallel::ForkManager 0.7 D/DL/DLUX/Parallel-ForkManager-0.7.2.tar.gz Parallel::MPI 0.02 J/JO/JOSH/Parallel-MPI-0.02.tar.gz Parallel::Pvm 1.2 D/DL/DLECONTE/Parallel-Pvm-1.2.2.tar.gz Params::Validate 0.04 D/DR/DROLSKY/Params-Validate-0.04.tar.gz @@ -5024,95 +5182,88 @@ PDF::Create::Page 0.01 F/FT/FTASSIN/PDF-Create-0.01.tar.gz PDF::Labels 1.8 O/OW/OWEN/PDF-Labels-1.8.tar.gz PDF::Pages 1.08 A/AN/ANTRO/PDF-110.tgz PDF::Parse 1.11 A/AN/ANTRO/PDF-111.tgz -PDL 2.2 K/KG/KGB/PDL-2.2.tar.gz +PDFLib 0.01 M/MS/MSERGEANT/PDFLib-0.01.tar.gz +PDL 2.2 K/KG/KGB/PDL-2.2.1.tar.gz PDL::Audio::Pitches 1 M/ML/MLEHMANN/PDL-Audio-0.4.tar.gz PDL::Audio::Scales 1 M/ML/MLEHMANN/PDL-Audio-0.4.tar.gz -PDL::Basic undef K/KG/KGB/PDL-2.2.tar.gz +PDL::Basic undef K/KG/KGB/PDL-2.2.1.tar.gz PDL::Bench undef K/KG/KGB/PDL-2.004.tar.gz -PDL::CallExt undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Char undef K/KG/KGB/PDL-2.2.tar.gz +PDL::CallExt undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Char undef K/KG/KGB/PDL-2.2.1.tar.gz PDL::Core 1.56 K/KG/KGB/PDL-2.1.1.tar.gz -PDL::Core::Dev undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Dbg undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Demos::General undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Demos::PGPLOT_demo undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Demos::TkTriD_demo undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Demos::TriD1 undef K/KG/KGB/PDL-2.2.tar.gz +PDL::Core::Dev undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Dbg undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Demos::General undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Demos::PGPLOT_demo undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Demos::TkTriD_demo undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Demos::TriD1 undef K/KG/KGB/PDL-2.2.1.tar.gz PDL::Demos::TriD2 undef K/KG/KGB/PDL-2.004.tar.gz -PDL::Demos::TriDGallery undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Doc undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Doc::Perldl undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Exporter undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Filter::Linear undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Filter::LinPred undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Fit::Linfit undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Fit::LM undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Fit::Polynomial undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Func undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Gaussian undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics2D undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::LUT undef K/KG/KGB/PDL-2.2.tar.gz +PDL::Demos::TriDGallery undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Doc undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Doc::Perldl undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Exporter undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Filter::Linear undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Filter::LinPred undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Fit::Linfit undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Fit::LM undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Fit::Polynomial undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Func undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Gaussian undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics2D undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::LUT undef K/KG/KGB/PDL-2.2.1.tar.gz PDL::Graphics::OpenGL undef K/KG/KGB/PDL-2.004.tar.gz -PDL::Graphics::PGPLOT undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::PGPLOT::Window undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::PGPLOTOptions undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::TriD::ArcBall undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::TriD::ButtonControl undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::TriD::Contours undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::TriD::Control3D undef K/KG/KGB/PDL-2.2.tar.gz +PDL::Graphics::PGPLOT undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::PGPLOT::Window undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::PGPLOTOptions undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::TriD::ArcBall undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::TriD::ButtonControl undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::TriD::Contours undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::TriD::Control3D undef K/KG/KGB/PDL-2.2.1.tar.gz PDL::Graphics::TriD::Cube undef K/KG/KGB/PDL-2.004.tar.gz PDL::Graphics::TriD::GL undef K/KG/KGB/PDL-2.004.tar.gz -PDL::Graphics::TriD::GoBoard undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::TriD::Graph undef K/KG/KGB/PDL-2.2.tar.gz +PDL::Graphics::TriD::GoBoard undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::TriD::Graph undef K/KG/KGB/PDL-2.2.1.tar.gz PDL::Graphics::TriD::GraphBox undef K/KG/KGB/PDL-2.004.tar.gz PDL::Graphics::TriD::Image undef K/KG/KGB/PDL-2.004.tar.gz -PDL::Graphics::TriD::Labels undef K/KG/KGB/PDL-2.2.tar.gz +PDL::Graphics::TriD::Labels undef K/KG/KGB/PDL-2.2.1.tar.gz PDL::Graphics::TriD::Logo undef K/KG/KGB/PDL-2.004.tar.gz -PDL::Graphics::TriD::MathGraph undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::TriD::Mesh undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::TriD::Object undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::TriD::OOGL undef K/KG/KGB/PDL-2.2.tar.gz +PDL::Graphics::TriD::MathGraph undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::TriD::Mesh undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::TriD::Object undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::TriD::OOGL undef K/KG/KGB/PDL-2.2.1.tar.gz PDL::Graphics::TriD::Polygonize undef K/KG/KGB/PDL-2.004.tar.gz PDL::Graphics::TriD::Pyramid undef K/KG/KGB/PDL-2.004.tar.gz -PDL::Graphics::TriD::Quaternion undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::TriD::SimpleScaler undef K/KG/KGB/PDL-2.2.tar.gz +PDL::Graphics::TriD::Quaternion undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::TriD::SimpleScaler undef K/KG/KGB/PDL-2.2.1.tar.gz PDL::Graphics::TriD::Surface undef K/KG/KGB/PDL-2.004.tar.gz -PDL::Graphics::TriD::Tk undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::TriD::VRML undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::TriD::Window undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Graphics::VRML undef K/KG/KGB/PDL-2.2.tar.gz +PDL::Graphics::TriD::Tk undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::TriD::VRML undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::TriD::Window undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Graphics::VRML undef K/KG/KGB/PDL-2.2.1.tar.gz PDL::Graphics::VRML::Protos undef K/KG/KGB/PDL-2.004.tar.gz -PDL::Interpolate undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Interpolate::Slatec undef K/KG/KGB/PDL-2.2.tar.gz +PDL::Interpolate undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Interpolate::Slatec undef K/KG/KGB/PDL-2.2.1.tar.gz PDL::IO::FastRaw undef K/KG/KGB/PDL-2.004.tar.gz -PDL::IO::FlexRaw undef K/KG/KGB/PDL-2.2.tar.gz +PDL::IO::FlexRaw undef K/KG/KGB/PDL-2.2.1.tar.gz PDL::IO::Grib 2 J/JE/JEDWARDS/PDL-IO-Grib-2.0.tar.gz PDL::IO::Grib::Field undef J/JE/JEDWARDS/PDL-IO-Grib-2.0.tar.gz PDL::IO::NDF 1.02 K/KG/KGB/PDL-2.1.1.tar.gz -PDL::IO::Pic undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Matrix undef K/KG/KGB/PDL-2.2.tar.gz +PDL::IO::Pic undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Lvalue undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Matrix 0.01 K/KG/KGB/PDL-2.2.1.tar.gz PDL::Meschach 0.03 E/EG/EGROSS/Meschach-0.03.tar.gz -PDL::Opt::Simplex undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Options 0.91 K/KG/KGB/PDL-2.2.tar.gz +PDL::Opt::Simplex undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Options 0.91 K/KG/KGB/PDL-2.2.1.tar.gz PDL::Pod::Html undef L/LU/LUKKA/PDL-1.99989.tar.gz -PDL::Pod::Parser 1 K/KG/KGB/PDL-2.2.tar.gz -PDL::Pod::Select 1 K/KG/KGB/PDL-2.2.tar.gz -PDL::Pod::Usage 1 K/KG/KGB/PDL-2.2.tar.gz -PDL::PP undef K/KG/KGB/PDL-2.2.tar.gz -PDL::PP::Code undef K/KG/KGB/PDL-2.2.tar.gz -PDL::PP::PdlParObj undef K/KG/KGB/PDL-2.2.tar.gz -PDL::PP::Signature undef K/KG/KGB/PDL-2.2.tar.gz -PDL::Reduce undef K/KG/KGB/PDL-2.2.tar.gz +PDL::Pod::Parser 1 K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Pod::Select 1 K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Pod::Usage 1 K/KG/KGB/PDL-2.2.1.tar.gz +PDL::PP undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::PP::Code undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::PP::PdlParObj undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::PP::Signature undef K/KG/KGB/PDL-2.2.1.tar.gz +PDL::Reduce undef K/KG/KGB/PDL-2.2.1.tar.gz PDL::Version 1.99989 L/LU/LUKKA/PDL-1.99989.tar.gz -Peep undef S/ST/STARKY/Peep-0.4.0.tar.gz -Peep::BC undef S/ST/STARKY/Peep-0.4.0.tar.gz -Peep::Client undef S/ST/STARKY/Peep-0.4.0.tar.gz -Peep::Client::Log undef S/ST/STARKY/Peep-0.4.0.tar.gz -Peep::Client::System undef S/ST/STARKY/Peep-0.4.0.tar.gz -Peep::Conf undef S/ST/STARKY/Peep-0.4.0.tar.gz -Peep::Log undef S/ST/STARKY/Peep-0.4.0.tar.gz -Peep::Parse undef S/ST/STARKY/Peep-0.4.0.tar.gz -Peep::Peck undef S/ST/STARKY/Peep-0.4.0.tar.gz Penguin 3.00 F/FS/FSG/Penguin-3.00.tar.gz Penguin::Channel::TCP undef F/FS/FSG/Penguin-3.00.tar.gz Penguin::Channel::TCP::Client 4.0 F/FS/FSG/Penguin-3.00.tar.gz @@ -5129,26 +5280,60 @@ Penguin::Wrapper::PGP undef F/FS/FSG/Penguin-3.00.tar.gz Penguin::Wrapper::Transparent undef F/FS/FSG/Penguin-3.00.tar.gz Perf::ARM 0.03 B/BB/BBACKER/Perf-ARM-0.03.tar.gz Perl 0.02 G/GS/GSAR/PerlInterp-0.02.tar.gz -Perlbug 2.27 R/RF/RFOLEY/Perlbug-2.27.tar.gz -Perlbug::Admin undef R/RF/RFOLEY/Perlbug-2.27.tar.gz -Perlbug::Base 1.41 R/RF/RFOLEY/Perlbug-2.27.tar.gz +Perl6::Variables 0.01 D/DC/DCONWAY/Perl6-Variables-0.01.tar.gz +Perlbug 2.70 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Admin undef R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Attributes undef R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Base 1.75 R/RF/RFOLEY/Perlbug-2.70.tar.gz Perlbug::Bug undef R/RF/RFOLEY/Perlbug-2.27.tar.gz -Perlbug::Cmd 1.01 R/RF/RFOLEY/Perlbug-2.27.tar.gz -Perlbug::Config 1.22 R/RF/RFOLEY/Perlbug-2.27.tar.gz -Perlbug::Database undef R/RF/RFOLEY/Perlbug-2.27.tar.gz -Perlbug::Do 1.3 R/RF/RFOLEY/Perlbug-2.27.tar.gz -Perlbug::Email 1.63 R/RF/RFOLEY/Perlbug-2.27.tar.gz -Perlbug::Fix 1.11 R/RF/RFOLEY/Perlbug-2.27.tar.gz -Perlbug::Format 1.33 R/RF/RFOLEY/Perlbug-2.27.tar.gz -Perlbug::Log 1.28 R/RF/RFOLEY/Perlbug-2.27.tar.gz +Perlbug::Cmd 1.01 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Config 1.40 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Database 1.12 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Do 1.54 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Email 1.74 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::File 1.05 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Fix 1.28 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Format 1.60 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Formatter 1.04 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Interface::Cmd 1.25 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Interface::Email 1.91 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Interface::Tk 1.08 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Interface::Web 1.94 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::JS 1.06 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Log 1.49 R/RF/RFOLEY/Perlbug-2.70.tar.gz Perlbug::Message undef R/RF/RFOLEY/Perlbug-2.27.tar.gz -Perlbug::Table undef R/RF/RFOLEY/Perlbug-2.27.tar.gz +Perlbug::Object 1.32 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Address 1.11 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Bug 1.33 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Category 1.05 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Change 1.09 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Child 1.09 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Fixed 1.06 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Flag 1.12 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Group 1.21 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Log 1.05 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Message 1.18 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Note 1.16 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Osname 1.08 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Parent 1.09 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Patch 1.14 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Project 1.05 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Range 1.08 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Severity 1.08 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Status 1.08 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Template 1.05 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Test 1.17 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Thing 1.04 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::User 1.25 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Object::Version 1.10 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Relation 1.27 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Table undef R/RF/RFOLEY/Perlbug-2.70.tar.gz Perlbug::Test 1.05 R/RF/RFOLEY/Perlbug-2.27.tar.gz -Perlbug::Testing 1.03 R/RF/RFOLEY/Perlbug-2.27.tar.gz -Perlbug::Tk 1.01 R/RF/RFOLEY/Perlbug-2.22.tar.gz -Perlbug::TM 1.2 R/RF/RFOLEY/Perlbug-2.22.tar.gz +Perlbug::TestBed 1.09 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::Testing 1.03 R/RF/RFOLEY/Perlbug-2.70.tar.gz +Perlbug::TM 1.24 R/RF/RFOLEY/Perlbug-2.70.tar.gz Perlbug::User undef R/RF/RFOLEY/Perlbug-2.27.tar.gz -Perlbug::Web 1.64 R/RF/RFOLEY/Perlbug-2.27.tar.gz +Perlbug::Web 1.83 R/RF/RFOLEY/Perlbug-2.70.tar.gz PerlIO undef J/JH/JHI/perl-5.7.1.tar.gz PerlIO::gzip undef N/NW/NWCLARK/PerlIO-gzip-0.09.tar.gz PerlIO::Scalar undef J/JH/JHI/perl-5.7.1.tar.gz @@ -5196,13 +5381,13 @@ Pilot::DB undef J/JW/JWIEGLEY/Pilot-0.4.tar.gz Pilot::TaskList undef J/JW/JWIEGLEY/Pilot-0.4.tar.gz Pixmaps undef D/DA/DANIEL/Audio-MikMod-0.5.tar.gz Plist undef V/VI/VIPUL/Object-Persistence-0.47.tar.gz -Plot 3.013 N/NI/NI-S/Tk800.022.tar.gz +Plot 3.013 N/NI/NI-S/Tk800.023.tar.gz PlotCalendar::DateDesc 1.00 A/AJ/AJACKSON/PlotCalendar-1.1.tar.gz PlotCalendar::DateTools 1.00 A/AJ/AJACKSON/PlotCalendar-1.1.tar.gz PlotCalendar::Day 1.01 A/AJ/AJACKSON/PlotCalendar-1.1.tar.gz PlotCalendar::Month 1.01 A/AJ/AJACKSON/PlotCalendar-1.1.tar.gz PlugIn 0.01 B/BS/BSTURNER/PlugIn-0.01.tar.gz -PlusPlus 1.00 D/DM/DMOW/PlusPlus-1.0.tar.gz +PlusPlus 1.23 D/DM/DMOW/PlusPlus-1.23.tar.gz PML 0.4 P/PJ/PJONES/PML-0.4.1.tar.gz PML::CGI 0.01 P/PJ/PJONES/PML-0.4.1.tar.gz PML::File 0.01 P/PJ/PJONES/PML-0.4.1.tar.gz @@ -5260,6 +5445,7 @@ Pod::PP 0.101 R/RA/RAM/Pod-PP-0.1.1.tar.gz Pod::PP::Env undef R/RA/RAM/Pod-PP-0.1.1.tar.gz Pod::PP::State undef R/RA/RAM/Pod-PP-0.1.1.tar.gz Pod::PP::State::Info undef R/RA/RAM/Pod-PP-0.1.1.tar.gz +Pod::PXML 0.1001 S/SB/SBURKE/Pod-PXML-0.1001.tar.gz Pod::Rtf 0.02 P/PV/PVHP/Pod2WinHlp-0.02.tar.gz Pod::RTF undef K/KJ/KJALB/PodSimplify-0.04.tar.gz Pod::Sdf undef I/IA/IANC/sdf-2.001beta1.tar.gz @@ -5291,7 +5477,7 @@ POE::Attribute::Hash undef R/RC/RCAPUTO/POE-0.12.tar.gz POE::Attribute::Scalar undef R/RC/RCAPUTO/POE-0.12.tar.gz POE::Component undef R/RC/RCAPUTO/POE-0.14.tar.gz POE::Component::ArpWatch undef F/FL/FLETCH/POE-Component-Pcap-0.03.tar.gz -POE::Component::IRC 1.1 F/FI/FIMM/POE-Component-IRC-1.1.tar.gz +POE::Component::IRC 1.2 F/FI/FIMM/POE-Component-IRC-1.2.tar.gz POE::Component::IRC::Onjoin 1.12 A/AF/AFOXSON/POE-Component-IRC-Onjoin-1.12.tar.gz POE::Component::IRC::Onjoin::EventProcessor 1.7 A/AF/AFOXSON/POE-Component-IRC-Onjoin-1.12.tar.gz POE::Component::Pcap 0.03 F/FL/FLETCH/POE-Component-Pcap-0.03.tar.gz @@ -5303,10 +5489,10 @@ POE::Driver undef R/RC/RCAPUTO/POE-0.14.tar.gz POE::Driver::SysRW undef R/RC/RCAPUTO/POE-0.14.tar.gz POE::Filter undef R/RC/RCAPUTO/POE-0.14.tar.gz POE::Filter::Block undef R/RC/RCAPUTO/POE-0.14.tar.gz -POE::Filter::CTCP undef F/FI/FIMM/POE-Component-IRC-1.1.tar.gz +POE::Filter::CTCP undef F/FI/FIMM/POE-Component-IRC-1.2.tar.gz POE::Filter::Grep undef R/RC/RCAPUTO/POE-0.14.tar.gz POE::Filter::HTTPD undef R/RC/RCAPUTO/POE-0.14.tar.gz -POE::Filter::IRC undef F/FI/FIMM/POE-Component-IRC-1.1.tar.gz +POE::Filter::IRC undef F/FI/FIMM/POE-Component-IRC-1.2.tar.gz POE::Filter::Line undef R/RC/RCAPUTO/POE-0.14.tar.gz POE::Filter::Map undef R/RC/RCAPUTO/POE-0.14.tar.gz POE::Filter::RecordBlock undef R/RC/RCAPUTO/POE-0.14.tar.gz @@ -5331,6 +5517,7 @@ POE::Wheel::ReadLine undef R/RC/RCAPUTO/POE-0.14.tar.gz POE::Wheel::ReadWrite undef R/RC/RCAPUTO/POE-0.14.tar.gz POE::Wheel::Run undef R/RC/RCAPUTO/POE-0.14.tar.gz POE::Wheel::SocketFactory undef R/RC/RCAPUTO/POE-0.14.tar.gz +Poetry::Aum undef L/LG/LGODDARD/Poetry-Aum-1.1.tar.gz Pogo 0.08 S/SE/SEYN/Pogo-0.08.tar.gz PogoLink undef S/SE/SEYN/Pogo-0.08.tar.gz Point 1 M/MS/MSCHLUE/Class-Classgen-classgen-3.03.tar.gz @@ -5429,7 +5616,49 @@ Pquota 1.1 D/DB/DBONNER/Pquota-1.1.tar.gz Pragmatic 1.6 B/BI/BINKLEY/Pragmatic-1.6.tar.gz pref undef T/TO/TOMC/scripts/ADVLABS/rprint/pref.pm.gz Preferences undef A/AW/AWIN/Qt-0.03.tar.gz -PreLoad 3.005 N/NI/NI-S/Tk800.022.tar.gz +PreLoad 3.005 N/NI/NI-S/Tk800.023.tar.gz +Prima 1.00 K/KA/KARASIK/Prima-1.00.tar.gz +Prima::Application undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::ColorDialog undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::ComboBox undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::Const undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::DetailedList undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::DockManager undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::Docks undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::Edit undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::FileDialog undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::FontDialog undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::Gencls undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::Header undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::Image::gif undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::Image::jpeg undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::Image::TransparencyControl undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::ImageDialog undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::ImageViewer undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::IniFile 0.01 K/KA/KARASIK/Prima-1.00.tar.gz +Prima::InputLine undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::IntUtils undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::KeySelector undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::Label undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::Lists undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::MDI undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::MsgBox undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::PS::Drawable undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::PS::Encodings undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::PS::Fonts undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::PS::Printer undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::ScrollBar undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::ScrollWidget undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::StartupWindow undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::StdBitmap undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::Utils undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::VB::CfgMaint undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::VB::Classes undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::VB::Config undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::VB::CoreClasses undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::VB::examples::Widgety undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::VB::VBControls undef K/KA/KARASIK/Prima-1.00.tar.gz +Prima::VB::VBLoader undef K/KA/KARASIK/Prima-1.00.tar.gz PriQueue undef T/TO/TOMC/scripts/CS-Talk/source/dstructs/queues/strpris/PriQueue.pm.gz private 0.04 M/MS/MSCHWERN/Class-Fields-0.13.tar.gz Proc::Application undef M/MK/MKUL/Proc-Application-0.01.tar.gz @@ -5444,9 +5673,10 @@ Proc::Killall 1.0 D/DU/DURIST/Proc-ProcessTable-0.30.tar. Proc::Killfam 1.0 D/DU/DURIST/Proc-ProcessTable-0.30.tar.gz Proc::Lock 1.5 M/MK/MKUL/Proc-Application-0.01.tar.gz Proc::Lock::File undef M/MK/MKUL/Proc-Application-0.01.tar.gz -Proc::PID_File 0.021 S/SH/SHARYANTO/Proc-PID_File-0.021.tar.gz +Proc::PID_File 0.03 S/SH/SHARYANTO/Proc-PID_File-0.03.tar.gz Proc::ProcessTable 0.30 D/DU/DURIST/Proc-ProcessTable-0.30.tar.gz Proc::ProcessTable::Process 0.02 D/DU/DURIST/Proc-ProcessTable-0.30.tar.gz +Proc::Queue undef S/SA/SALVA/Proc-Queue-0.08.tar.gz Proc::SafePipe 0.01 R/RO/ROSCH/Proc-SafePipe-0.01.tar.gz Proc::Scoreboard 1.1 M/MK/MKUL/Proc-Application-0.01.tar.gz Proc::Scoreboard::Dir 1.1 M/MK/MKUL/Proc-Application-0.01.tar.gz @@ -5454,6 +5684,7 @@ Proc::Short 0.01 J/JH/JHKIM/Proc-Short-0.01.tar.gz Proc::Simple 1.18 M/MS/MSCHILLI/Proc-Simple-1.18.tar.gz Proc::SyncExec 1.00 R/RO/ROSCH/Proc-SyncExec-1.00.tar.gz Proc::WaitStat 1.00 R/RO/ROSCH/Proc-WaitStat-1.00.tar.gz +Proc::Watchdog 1.00 L/LU/LUISMUNOZ/Proc-Watchdog-1.00.tar.gz produce 0.01 D/DB/DBEAZLEY/swig1.1p5.tar.gz Project::Tree 0.02 J/JR/JRED/Project-Tree-0.02.tar.gz ProLite undef M/MS/MSPENCER/ProLite-0.01.tar.gz @@ -5614,7 +5845,7 @@ Quilt::Writer::HTML undef K/KM/KMACLEOD/Quilt-0.08.tar.gz Quilt::XRef undef K/KM/KMACLEOD/Quilt-0.08.tar.gz Quine 1.01 P/PI/PINYAN/Quine-1.01.tar.gz Quiz undef R/RF/RFOLEY/QNA_0.5.tar.gz -Quota 1.3 T/TO/TOMZO/Quota-1.3.2.tar.gz +Quota 1.3 T/TO/TOMZO/Quota-1.3.4.tar.gz QWidget 1.03 A/AW/AWIN/PerlQt-1.06.tar.gz QWindow 1.03 A/AW/AWIN/PerlQt-1.06.tar.gz QWMatrix 1.03 A/AW/AWIN/PerlQt-1.06.tar.gz @@ -5626,7 +5857,7 @@ R3::rfcapi 0.32 S/SC/SCHOEN/R3-rfcapi-0.32.tar.gz RADIUS::Dictionary 1.0 C/CH/CHRMASTO/RADIUS-1.0.tar.gz RADIUS::Packet 1.0 C/CH/CHRMASTO/RADIUS-1.0.tar.gz RADIUS::UserFile 0.99 O/OE/OEVANS/RADIUS-UserFile-0.99.tar.gz -Randomize undef B/BH/BHILTON/Randomize-1.09.tar.gz +Randomize undef B/BH/BHILTON/Randomize-1.10.tar.gz RAS::AS5200 1.04 S/ST/STIGMATA/RAS-AS5200-1.04.tar.gz RAS::HiPerARC 1.03 S/ST/STIGMATA/RAS-HiPerARC-1.03.tar.gz RAS::PortMaster 1.15 S/ST/STIGMATA/RAS-PortMaster-1.15.tar.gz @@ -5715,11 +5946,11 @@ RenderMan 0.04 G/GM/GMLEWIS/RenderMan-0.04.tar.gz REPartition 1.1 A/AV/AVIF/String-REPartition-1.1.tar.gz Replication::Recall::Client undef A/AG/AGUL/Replication-Recall-1.5.tar.gz Resources 1.03 F/FR/FRANCOC/Resources-1.04.tar.gz -RevML::Doctype 0.1 R/RB/RBS/VCP-0.063.tar.gz -RevML::Doctype::v0_26 undef R/RB/RBS/VCP-0.063.tar.gz -RevML::Doctype::v0_27 undef R/RB/RBS/VCP-0.063.tar.gz -RevML::Doctype::v0_28 undef R/RB/RBS/VCP-0.063.tar.gz -RevML::Writer 0.1 R/RB/RBS/VCP-0.063.tar.gz +RevML::Doctype 0.1 R/RB/RBS/VCP-0.07.tar.gz +RevML::Doctype::v0_26 undef R/RB/RBS/VCP-0.07.tar.gz +RevML::Doctype::v0_27 undef R/RB/RBS/VCP-0.07.tar.gz +RevML::Doctype::v0_28 undef R/RB/RBS/VCP-0.07.tar.gz +RevML::Writer 0.1 R/RB/RBS/VCP-0.07.tar.gz RFC::RFC822::Address 1.5 A/AB/ABIGAIL/RFC_RFC822_Address-1.5.tgz RIPEMD160 0.02 C/CH/CHGEUER/RIPEMD160-0.02.tar.gz RIPEMD160::MAC 0.1 C/CH/CHGEUER/RIPEMD160-0.02.tar.gz @@ -5766,23 +5997,29 @@ RPC::Simple::ObjectHandler 1.5 D/DD/DDUMONT/RPC-Simple-0.5.tar.gz RPC::Simple::Server 1.5 D/DD/DDUMONT/RPC-Simple-0.5.tar.gz RPCL undef J/JA/JAKE/perlrpcgen-0.71a.tar.gz RPCLParser 269 J/JA/JAKE/perlrpcgen-0.71a.tar.gz -RPM 0.30 R/RJ/RJRAY/Perl-RPM-0.30.tar.gz -RPM::Constants 0.30 R/RJ/RJRAY/Perl-RPM-0.30.tar.gz -RPM::Database 0.30 R/RJ/RJRAY/Perl-RPM-0.30.tar.gz -RPM::Error 0.30 R/RJ/RJRAY/Perl-RPM-0.30.tar.gz -RPM::Header 0.30 R/RJ/RJRAY/Perl-RPM-0.30.tar.gz +RPM 1.17 R/RJ/RJRAY/Perl-RPM-0.32.tar.gz +RPM::Constants 1.18 R/RJ/RJRAY/Perl-RPM-0.32.tar.gz +RPM::Database 1.17 R/RJ/RJRAY/Perl-RPM-0.32.tar.gz +RPM::Error 1.10 R/RJ/RJRAY/Perl-RPM-0.32.tar.gz +RPM::Header 1.20 R/RJ/RJRAY/Perl-RPM-0.32.tar.gz +RTF::Character undef R/RR/RRWO/RTF-Generator-1.00.tar.gz RTF::Charsets undef P/PV/PVERD/RTF-Parser-1.07.tar.gz -RTF::ColorTable undef R/RR/RRWO/RTF-ColorTable-1.00.tar.gz +RTF::ColorTable undef R/RR/RRWO/RTF-Generator-1.00.tar.gz RTF::Config undef P/PV/PVERD/RTF-Parser-1.07.tar.gz RTF::Control undef P/PV/PVERD/RTF-Parser-1.07.tar.gz RTF::Document 0.64 R/RR/RRWO/RTF-Document-0.64.tar.gz -RTF::Group undef R/RR/RRWO/RTF-Group-1.10.tar.gz +RTF::FontTable undef R/RR/RRWO/RTF-Generator-1.00.tar.gz +RTF::Generator undef R/RR/RRWO/RTF-Generator-1.00.tar.gz +RTF::Group undef R/RR/RRWO/RTF-Generator-1.00.tar.gz RTF::HTML::Converter undef P/PV/PVERD/RTF-Parser-1.07.tar.gz RTF::HTML::Output undef P/PV/PVERD/RTF-Parser-1.05.tar.gz +RTF::Paragraph undef R/RR/RRWO/RTF-Generator-1.00.tar.gz RTF::Parser 1.07 P/PV/PVERD/RTF-Parser-1.07.tar.gz +RTF::Section undef R/RR/RRWO/RTF-Generator-1.00.tar.gz +RTF::StyleSheet undef R/RR/RRWO/RTF-Generator-1.00.tar.gz RTF::TEXT::Converter undef P/PV/PVERD/RTF-Parser-1.07.tar.gz -RTF::Writer 1.02 S/SB/SBURKE/RTF-Writer-1.02.tar.gz -RTF::Writer::TableRowDecl undef S/SB/SBURKE/RTF-Writer-1.02.tar.gz +RTF::Writer 1.03 S/SB/SBURKE/RTF-Writer-1.03.tar.gz +RTF::Writer::TableRowDecl undef S/SB/SBURKE/RTF-Writer-1.03.tar.gz Run 0.03 I/IL/ILYAZ/modules/Run-0.03.tar.gz Safe undef G/GS/GSAR/perl-5.6.1.tar.gz Safe::Hole 0.08 S/SE/SEYN/Safe-Hole-0.08.tar.gz @@ -5857,20 +6094,27 @@ Server::Server::EventDriven undef J/JA/JACKS/EventServer-2.3.tar.gz Seshat 1.1 B/BM/BMAVT/Seshat-1.1.tar.gz Seshat::Parallel 1.01 B/BM/BMAVT/Seshat-Parallel-1.01.tar.gz Set::Bag 1.007 J/JH/JHI/Set-Bag-1.007.tar.gz -Set::Crontab 0.92 A/AM/AMS/Set-Crontab-0.92.tar.gz +Set::Crontab 1.00 A/AM/AMS/Set-Crontab-1.00.tar.gz +Set::Infinite 0.15 F/FG/FGLOCK/Set-Infinite-0.15.tgz +Set::Infinite::Date 0.13 F/FG/FGLOCK/Set-Infinite-0.15.tgz +Set::Infinite::Element 0.15 F/FG/FGLOCK/Set-Infinite-0.15.tgz +Set::Infinite::Element_Inf 0.15 F/FG/FGLOCK/Set-Infinite-0.15.tgz +Set::Infinite::Quantize 0.13 F/FG/FGLOCK/Set-Infinite-0.15.tgz +Set::Infinite::Quantize_Date 0.13 F/FG/FGLOCK/Set-Infinite-0.15.tgz +Set::Infinite::Simple 0.15 F/FG/FGLOCK/Set-Infinite-0.15.tgz Set::IntRange 5.0 S/ST/STBEY/Set-IntRange-5.0.tar.gz Set::IntSpan 1.07 S/SW/SWMCD/Set-IntSpan-1.07.tar.gz Set::NestedGroups 0.01 A/AB/ABARCLAY/Set-NestedGroups-0.01.tar.gz Set::Object 1.02 J/JL/JLLEROY/Set-Object-1.02.tar.gz Set::Range undef S/SI/SIMONFLK/Set-Range-1.0.tar.gz -Set::Scalar 1.07 J/JH/JHI/Set-Scalar-1.07.tar.gz -Set::Scalar::Base undef J/JH/JHI/Set-Scalar-1.07.tar.gz -Set::Scalar::Null undef J/JH/JHI/Set-Scalar-1.07.tar.gz -Set::Scalar::Real undef J/JH/JHI/Set-Scalar-1.07.tar.gz -Set::Scalar::Universe undef J/JH/JHI/Set-Scalar-1.07.tar.gz -Set::Scalar::Valued undef J/JH/JHI/Set-Scalar-1.07.tar.gz -Set::Scalar::ValuedUniverse undef J/JH/JHI/Set-Scalar-1.07.tar.gz -Set::Scalar::Virtual undef J/JH/JHI/Set-Scalar-1.07.tar.gz +Set::Scalar 1.09 J/JH/JHI/Set-Scalar-1.09.tar.gz +Set::Scalar::Base undef J/JH/JHI/Set-Scalar-1.09.tar.gz +Set::Scalar::Null undef J/JH/JHI/Set-Scalar-1.09.tar.gz +Set::Scalar::Real undef J/JH/JHI/Set-Scalar-1.09.tar.gz +Set::Scalar::Universe undef J/JH/JHI/Set-Scalar-1.09.tar.gz +Set::Scalar::Valued undef J/JH/JHI/Set-Scalar-1.09.tar.gz +Set::Scalar::ValuedUniverse undef J/JH/JHI/Set-Scalar-1.09.tar.gz +Set::Scalar::Virtual undef J/JH/JHI/Set-Scalar-1.09.tar.gz Set::Window 1.00 S/SW/SWMCD/Set-Window-1.00.tar.gz SetDualVar undef K/KJ/KJALB/SetDualVar-1.0.tar.gz SETI::Stats 1.05 M/MH/MHAMILTON/SETI-Stats-1.05.tar.gz @@ -5934,7 +6178,7 @@ Silly::StringMaths 0.13 S/SK/SKINGTON/Silly-StringMaths-0.13.ta Silly::Werder 0.03 C/CX/CXREG/Silly-Werder-0.03.tar.gz SimpleCDB 1.0 B/BE/BENL/SimpleCDB-1.0.tar.gz SimpleConfig 0.3 G/GO/GOSSAMER/SimpleConfig-0.3.tar.gz -SimpleFileSelect $ R/RK/RKIES/Tk-SimpleFileSelect-0.59.tar.gz +SimpleFileSelect $ R/RK/RKIES/Tk-SimpleFileSelect-0.60.tar.gz Simran::DB::Session 1.2 S/SI/SIMRAN/Simran-DB-Session-1.2.tar.gz Simran::Error::Error 1.2 S/SI/SIMRAN/Simran-Error-Error-1.2.tar.gz Simran::Log::Log 1.2 S/SI/SIMRAN/Simran-Log-Log-1.2.tar.gz @@ -5974,6 +6218,7 @@ SMIL::XMLBase 0.72 C/CD/CDAWSON/Smil-0.72.tar.gz SMIL::XMLContainer 0.72 C/CD/CDAWSON/Smil-0.72.tar.gz SMIL::XMLTag 0.72 C/CD/CDAWSON/Smil-0.72.tar.gz SNMP 4.2 G/GS/GSM/SNMP-4.2.0.tar.gz +SNMP::BridgeQuery 0.56 J/JS/JSHEARER/SNMP-BridgeQuery-0.56.tar.gz SNMP::MIB::Compiler 0.06 F/FT/FTASSIN/SNMP-MIB-Compiler-0.06.tar.gz SNMP::Monitor 0.1012 J/JW/JWIED/SNMP-Monitor-0.1012.tar.gz SNMP::Monitor::EP 0.02 J/JW/JWIED/SNMP-Monitor-0.1012.tar.gz @@ -6045,6 +6290,7 @@ Solaris::Procfs::Process undef J/JN/JNOLAN/Solaris-Procfs-0.19.tar.gz SOM 0.03 I/IL/ILYAZ/SOM-0.03.tar.gz Sort::ArbBiLex 3.4 S/SB/SBURKE/Sort-ArbBiLex-3.4.tar.gz Sort::Fields 0.90 J/JN/JNH/Sort-Fields-0.90.tar.gz +Sort::Naturally 1.01 S/SB/SBURKE/Sort-Naturally-1.01.tar.gz Sort::PolySort undef D/DM/DMACKS/Sort-PolySort-0.12.tar.gz Sort::Versions undef K/KJ/KJALB/SortVersions-1.1.tar.gz Spectrum::CLI 1.014 P/PL/PLONKA/Spectrum-CLI-1.014.tar.gz @@ -6084,24 +6330,25 @@ Spread 1.03 J/JE/JESUS/Spread-3.14-1.03.tar.gz Spreadsheet::BIFFwriter 0.02 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.22.tar.gz Spreadsheet::Format 0.01 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.22.tar.gz Spreadsheet::OLEwriter 0.02 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.22.tar.gz -Spreadsheet::ParseExcel 0.20 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.20.1.tar.gz -Spreadsheet::ParseExcel::Dump 0.01 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.20.1.tar.gz -Spreadsheet::ParseExcel::FmtDefault 0.02 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.20.1.tar.gz -Spreadsheet::ParseExcel::FmtJapan 0.02 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.20.1.tar.gz -Spreadsheet::ParseExcel::FmtJapan2 0.02 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.20.1.tar.gz -Spreadsheet::ParseExcel::FmtUnicode 0.02 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.20.1.tar.gz -Spreadsheet::ParseExcel::Utility 0.02 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.20.1.tar.gz +Spreadsheet::ParseExcel 0.22 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.22.2.tar.gz +Spreadsheet::ParseExcel::Dump 0.01 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.22.2.tar.gz +Spreadsheet::ParseExcel::FmtDefault 0.03 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.22.2.tar.gz +Spreadsheet::ParseExcel::FmtJapan 0.03 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.22.2.tar.gz +Spreadsheet::ParseExcel::FmtJapan2 0.03 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.22.2.tar.gz +Spreadsheet::ParseExcel::FmtUnicode 0.02 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.22.2.tar.gz +Spreadsheet::ParseExcel::SaveParser 0.01 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.22.2.tar.gz +Spreadsheet::ParseExcel::Utility 0.03 K/KW/KWITKNR/Spreadsheet-ParseExcel-0.22.2.tar.gz Spreadsheet::Workbook 0.03 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.22.tar.gz Spreadsheet::Worksheet 0.03 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.22.tar.gz -Spreadsheet::WriteExcel 0.31 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.31.tar.gz -Spreadsheet::WriteExcel::BIFFwriter 0.03 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.31.tar.gz -Spreadsheet::WriteExcel::Big 0.23 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.31.tar.gz -Spreadsheet::WriteExcel::Format 0.02 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.31.tar.gz -Spreadsheet::WriteExcel::Formula 0.02 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.31.tar.gz -Spreadsheet::WriteExcel::OLEwriter 0.04 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.31.tar.gz -Spreadsheet::WriteExcel::Workbook 0.08 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.31.tar.gz -Spreadsheet::WriteExcel::WorkbookBig 0.08 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.31.tar.gz -Spreadsheet::WriteExcel::Worksheet 0.08 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.31.tar.gz +Spreadsheet::WriteExcel 0.32 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.32.tar.gz +Spreadsheet::WriteExcel::BIFFwriter 0.03 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.32.tar.gz +Spreadsheet::WriteExcel::Big 0.32 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.32.tar.gz +Spreadsheet::WriteExcel::Format 0.02 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.32.tar.gz +Spreadsheet::WriteExcel::Formula 0.03 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.32.tar.gz +Spreadsheet::WriteExcel::OLEwriter 0.04 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.32.tar.gz +Spreadsheet::WriteExcel::Workbook 0.09 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.32.tar.gz +Spreadsheet::WriteExcel::WorkbookBig 0.09 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.32.tar.gz +Spreadsheet::WriteExcel::Worksheet 0.09 J/JM/JMCNAMARA/Spreadsheet-WriteExcel-0.32.tar.gz Sprite 3.21 S/SH/SHGUN/Sprite-3.21.tar.gz SQL::AnchoredWildcards 1 M/ML/MLFISHER/SQL-AnchoredWildcards-1.0.tar.gz SQL::Eval undef J/JW/JWIED/SQL-Statement-0.1020.tar.gz @@ -6190,7 +6437,7 @@ Struct::Compare 1.0 Z/ZE/ZENSPIDER/Struct-Compare-1.0.1.tar StupidTree undef T/TO/TOMC/scripts/CS-Talk/source/dstructs/trees/StupidTree.pm.gz Sub::Curry 0.40 D/DA/DAVIDH/sub-curry-0.04.zip Sub::Versive undef S/SI/SIMON/Sub-Versive-0.01.tar.gz -subimp undef G/GR/GRICHTER/HTML-Embperl-1.3.1.tar.gz +subimp undef G/GR/GRICHTER/HTML-Embperl-1.3.2.tar.gz subs undef G/GS/GSAR/perl-5.6.1.tar.gz Subst undef P/PM/PMQS/Filter-1.23.tar.gz SuperPython 0.91 M/MJ/MJD/SuperPython-0.91.tar.gz @@ -6200,7 +6447,7 @@ swig undef D/DB/DBEAZLEY/swig1.1p5.tar.gz SWISH 0.07 H/HA/HANK/SWISH-0.07.tar.gz SWISH::Fork 0.12 H/HA/HANK/SWISH-Fork-0.12.tar.gz SWISH::Stemmer 0.03 H/HA/HANK/SWISH-Stemmer-0.03.tar.gz -Switch 2.02 D/DC/DCONWAY/Switch-2.02.tar.gz +Switch 2.03 D/DC/DCONWAY/Switch-2.03.tar.gz Sx undef F/FM/FMC/Sx-2.3.tar.gz Sybase::BCP 0.07 M/ME/MEWP/sybperl-2.13.tar.gz Sybase::Login 1.4 B/BP/BPOWERS/Sybase-Login-1.4.tar.gz @@ -6318,16 +6565,17 @@ SyslogScan::UnsupportedEntry 0.2 R/RH/RHNELSON/SyslogScan-0.32.tar.gz SyslogScan::Usage 0.2 R/RH/RHNELSON/SyslogScan-0.32.tar.gz SyslogScan::Volume 0.2 R/RH/RHNELSON/SyslogScan-0.32.tar.gz SyslogScan::WhereIs 0.2 R/RH/RHNELSON/SyslogScan-0.32.tar.gz +System2 0.80 R/RE/REICHERT/System2-0.80.tar.gz System::Index 0.1 J/JB/JBRYAN/System-Index-0.1.zip -SystemC::Netlist 0.300 W/WS/WSNYDER/SystemPerl-0.300.tar.gz -SystemC::Netlist::Cell undef W/WS/WSNYDER/SystemPerl-0.300.tar.gz -SystemC::Netlist::File undef W/WS/WSNYDER/SystemPerl-0.300.tar.gz -SystemC::Netlist::Module undef W/WS/WSNYDER/SystemPerl-0.300.tar.gz -SystemC::Netlist::Net undef W/WS/WSNYDER/SystemPerl-0.300.tar.gz -SystemC::Netlist::Pin undef W/WS/WSNYDER/SystemPerl-0.300.tar.gz -SystemC::Netlist::Port undef W/WS/WSNYDER/SystemPerl-0.300.tar.gz -SystemC::Netlist::Subclass undef W/WS/WSNYDER/SystemPerl-0.300.tar.gz -SystemC::Parser undef W/WS/WSNYDER/SystemPerl-0.300.tar.gz +SystemC::Netlist 0.410 W/WS/WSNYDER/SystemPerl-0.410.tar.gz +SystemC::Netlist::Cell undef W/WS/WSNYDER/SystemPerl-0.410.tar.gz +SystemC::Netlist::File undef W/WS/WSNYDER/SystemPerl-0.410.tar.gz +SystemC::Netlist::Module undef W/WS/WSNYDER/SystemPerl-0.410.tar.gz +SystemC::Netlist::Net undef W/WS/WSNYDER/SystemPerl-0.410.tar.gz +SystemC::Netlist::Pin undef W/WS/WSNYDER/SystemPerl-0.410.tar.gz +SystemC::Netlist::Port undef W/WS/WSNYDER/SystemPerl-0.410.tar.gz +SystemC::Netlist::Subclass undef W/WS/WSNYDER/SystemPerl-0.410.tar.gz +SystemC::Parser 0.410 W/WS/WSNYDER/SystemPerl-0.410.tar.gz Table undef A/AW/AWIN/PerlQt-2.105.tar.gz TableMap 1.0 D/DL/DLUX/TableMap-1.0.tar.gz TABLEop undef M/ME/MEWP/sybperl-2.13.tar.gz @@ -6338,32 +6586,35 @@ Taco::LibLib undef K/KW/KWILLIAMS/Taco-0.04.tar.gz Taco::Module undef K/KW/KWILLIAMS/Taco-0.04.tar.gz Taco::Template undef K/KW/KWILLIAMS/Taco-0.04.tar.gz Taint 0.09 P/PH/PHOENIX/Taint-0.09.tar.gz -Tangram 1.18 J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::AbstractArray undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::AbstractHash undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::AbstractSet undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::Array undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::Coll undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::Cursor undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::Dialect undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::Dialect::Mysql undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::Dialect::Sybase undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::DMDateTime undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::Expr undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::FlatArray undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::FlatHash undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::Hash undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::IntrArray undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::IntrSet undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::PerlDump undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::RawDate undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::RawDateTime undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::RawTime undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::Ref undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::Scalar undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::Set undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::Storage undef J/JL/JLLEROY/Tangram-1.18.tar.gz -Tangram::Type undef J/JL/JLLEROY/Tangram-1.18.tar.gz +Tangram 2.04 J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::AbstractArray undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::AbstractHash undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::AbstractSet undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Array undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Coll undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Cursor undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::DMDateTime undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Expr undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::FlatArray undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::FlatHash undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Hash undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::IntrArray undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::IntrSet undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::mysql undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::PerlDump undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::RawDate undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::RawDateTime undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::RawTime undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Ref undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Relational undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Relational::Engine undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Scalar undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Schema undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Set undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Springfield undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Storage undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Sybase undef J/JL/JLLEROY/Tangram-2.04.tar.gz +Tangram::Type undef J/JL/JLLEROY/Tangram-2.04.tar.gz Tar 0.04 C/CD/CDYBED/Tar-0.04.tar.gz Tcl undef M/MI/MICB/Tcl-b2.tar.gz Tcl::Tk undef M/MI/MICB/TclTk-b2.tar.gz @@ -6441,12 +6692,13 @@ Term::Slang 0.07 D/DA/DANIEL/Term-Slang-0.07.tar.gz Term::Slang::Scroll 0.03 D/DA/DANIEL/Term-Slang-0.07.tar.gz Term::Slang::Window 0.03 D/DA/DANIEL/Term-Slang-0.07.tar.gz Term::TUI 1.00 S/SB/SBECK/TUI-1.00.tar.gz +Term::VT102 0.70 A/AJ/AJWOOD/Term-VT102-0.70.tar.gz Test 1.16 M/MS/MSCHWERN/Test-1.16.tar.gz Test::Cmd 1.01 K/KN/KNIGHT/Test-Cmd-1.01.tar.gz -Test::Harness 1.20 M/MS/MSCHWERN/Test-Harness-1.20.tar.gz +Test::Harness 1.21 M/MS/MSCHWERN/Test-Harness-1.21.tar.gz Test::Helper undef J/JG/JGLICK/Test-Helper-0.002.tar.gz Test::More 0.02 M/MS/MSCHWERN/Test-More-0.02.tar.gz -Test::Simple 0.04 M/MS/MSCHWERN/Test-Simple-0.04.tar.gz +Test::Simple 0.06 M/MS/MSCHWERN/Test-Simple-0.06.tar.gz Test::Unit 0.10 C/CL/CLEMBURG/Test-Unit-0.12.tar.gz Test::Unit::Assert undef C/CL/CLEMBURG/Test-Unit-0.13.tar.gz Test::Unit::Exception undef C/CL/CLEMBURG/Test-Unit-0.13.tar.gz @@ -6477,7 +6729,8 @@ Test::Unit::TestSuite undef C/CL/CLEMBURG/Test-Unit-0.13.tar.gz Test::Unit::TkTestRunner undef C/CL/CLEMBURG/Test-Unit-0.13.tar.gz Test::Unit::Tutorial undef C/CL/CLEMBURG/Test-Unit-0.13.tar.gz Test::Unit::UnitHarness 1.1502 C/CL/CLEMBURG/Test-Unit-0.13.tar.gz -TestApp undef J/JE/JERLBAUM/CGI-Application-1.2.tar.gz +TestApp undef J/JE/JERLBAUM/CGI-Application-1.3.tar.gz +TestApp2 undef J/JE/JERLBAUM/CGI-Application-1.3.tar.gz TestC undef D/DN/DNEIL/Benchmark-Timer-Class-0.02.tar.gz Tester undef A/AK/AKSTE/Term-Query-2.0.tar.gz TestPipe undef R/RC/RCAPUTO/POE-0.12.tar.gz @@ -6492,7 +6745,7 @@ Text::Annotated::Reader 0.02 W/WI/WIMV/Text-Annotated-Line-0.02.tar. Text::Annotated::Writer 0.02 W/WI/WIMV/Text-Annotated-Line-0.02.tar.gz Text::Autoformat 1.04 D/DC/DCONWAY/Text-Autoformat-1.04.tar.gz Text::Balanced 1.84 D/DC/DCONWAY/Text-Balanced-1.84.tar.gz -Text::BarGraph 0.01 K/KB/KBAUCOM/Text-BarGraph-0.1.tar.gz +Text::BarGraph 0.2 K/KB/KBAUCOM/Text-BarGraph-0.2.tar.gz Text::BasicTemplate 2.005 D/DC/DCARRAWAY/Text-BasicTemplate-2.005.tar.gz Text::Bastardize 0.06 A/AY/AYRNIEU/Text-Bastardize-0.06.tar.gz Text::BibTeX 0.31 G/GW/GWARD/Text-BibTeX-0.31.tar.gz @@ -6505,20 +6758,6 @@ Text::BibTeX::NameFormat undef G/GW/GWARD/Text-BibTeX-0.34.tar.gz Text::BibTeX::Structure undef G/GW/GWARD/Text-BibTeX-0.34.tar.gz Text::BibTeX::Value undef G/GW/GWARD/Text-BibTeX-0.34.tar.gz Text::Bind 0.04 E/EH/EHOOD/Text-Bind-0.04.tar.gz -Text::Boilerplate 0.08 S/ST/STEPHEN/Text-Boilerplate-0.08.tar.gz -Text::Boilerplate::Block undef S/ST/STEPHEN/Text-Boilerplate-0.08.tar.gz -Text::Boilerplate::Tag undef S/ST/STEPHEN/Text-Boilerplate-0.08.tar.gz -Text::Boilerplate::Tag::BaseBlock undef S/ST/STEPHEN/Text-Boilerplate-0.08.tar.gz -Text::Boilerplate::Tag::Checkbox undef S/ST/STEPHEN/Text-Boilerplate-0.08.tar.gz -Text::Boilerplate::Tag::Else undef S/ST/STEPHEN/Text-Boilerplate-0.08.tar.gz -Text::Boilerplate::Tag::If undef S/ST/STEPHEN/Text-Boilerplate-0.08.tar.gz -Text::Boilerplate::Tag::Input undef S/ST/STEPHEN/Text-Boilerplate-0.08.tar.gz -Text::Boilerplate::Tag::Menu undef S/ST/STEPHEN/Text-Boilerplate-0.08.tar.gz -Text::Boilerplate::Tag::Radio undef S/ST/STEPHEN/Text-Boilerplate-0.08.tar.gz -Text::Boilerplate::Tag::Repeat undef S/ST/STEPHEN/Text-Boilerplate-0.08.tar.gz -Text::Boilerplate::Tag::Select undef S/ST/STEPHEN/Text-Boilerplate-0.08.tar.gz -Text::Boilerplate::Tag::Separator undef S/ST/STEPHEN/Text-Boilerplate-0.08.tar.gz -Text::Boilerplate::Tag::Value undef S/ST/STEPHEN/Text-Boilerplate-0.08.tar.gz Text::ConvertPlatform 1.00 P/PH/PHILIPM/Text-ConvertPlatform-1.00.tar.gz Text::Correct 0.021 P/PI/PINYAN/Text-Correct-0.021.tar.gz Text::CSV 0.01 A/AL/ALANCITT/Text-CSV-0.01.tar.gz @@ -6528,11 +6767,12 @@ Text::DoubleMetaphone 0.04 M/MA/MAURICE/Text-DoubleMetaphone-0.04. Text::English 0.01 U/UL/ULPFR/perlindex-1.200.tar.gz Text::EP3 1.00 G/GS/GSPIVEY/Text-EP3-1.00.tar.gz Text::EP3::Verilog 1.00 G/GS/GSPIVEY/Text-EP3-Verilog-1.00.tar.gz -Text::EtText::DefaultGlossary undef J/JM/JMASON/Text-EtText-1.1.tar.gz +Text::EtText 1.2 J/JM/JMASON/Text-EtText-1.2.tar.gz +Text::EtText::DefaultGlossary undef J/JM/JMASON/Text-EtText-1.2.tar.gz Text::EtText::EtText2HTML 1.1 J/JM/JMASON/Text-EtText-1.1.tar.gz -Text::EtText::HTML2EtText 0.2 J/JM/JMASON/Text-EtText-1.1.tar.gz -Text::EtText::LinkGlossary undef J/JM/JMASON/Text-EtText-1.1.tar.gz -Text::FastTemplate 0.9 B/BO/BOZZIO/Text-FastTemplate-0.9.tar.gz +Text::EtText::HTML2EtText 0.2 J/JM/JMASON/Text-EtText-1.2.tar.gz +Text::EtText::LinkGlossary undef J/JM/JMASON/Text-EtText-1.2.tar.gz +Text::FastTemplate 0.91 B/BO/BOZZIO/Text-FastTemplate-0.91.tar.gz Text::FIGlet 1.05 J/JP/JPIERCE/Text-FIGlet-1.05.tgz Text::FillIn 0.05 K/KW/KWILLIAMS/Text-FillIn-0.05.tar.gz Text::Filter 1.7 J/JV/JV/Text-Filter-1.7.tar.gz @@ -6570,37 +6810,27 @@ Text::Munge::Vowels 0.5 R/RR/RRWO/Text-Munge-Vowels-0.5.1.tar.g Text::Number 0.8 F/FI/FIXLER/Text-Number-0.80.tar.gz Text::NWrap 0.11 G/GA/GABOR/Text-Format0.52+NWrap0.11.tar.gz Text::ParseWords 3.2 G/GS/GSAR/perl-5.6.1.tar.gz -Text::PDF::AFont 0.499 A/AR/AREIBENS/Text-PDF-API-0.699.883.tar.gz -Text::PDF::API 0.699 A/AR/AREIBENS/Text-PDF-API-0.699.tar.gz -Text::PDF::API::Encoding undef A/AR/AREIBENS/Text-PDF-API-0.05.tar.gz -Text::PDF::API::Encoding::AdobeStandard undef A/AR/AREIBENS/Text-PDF-API-0.05.tar.gz -Text::PDF::API::Encoding::AdobeSymbol undef A/AR/AREIBENS/Text-PDF-API-0.05.tar.gz -Text::PDF::API::Encoding::AdobeZapfDingbats undef A/AR/AREIBENS/Text-PDF-API-0.05.tar.gz -Text::PDF::API::Encoding::Generic undef A/AR/AREIBENS/Text-PDF-API-0.05.tar.gz -Text::PDF::API::Encoding::ISOLatin1 undef A/AR/AREIBENS/Text-PDF-API-0.05.tar.gz -Text::PDF::API::Encoding::MacRoman undef A/AR/AREIBENS/Text-PDF-API-0.05.tar.gz -Text::PDF::API::Encoding::MicrosoftAnsi undef A/AR/AREIBENS/Text-PDF-API-0.05.tar.gz -Text::PDF::API::Encoding::MicrosoftSymbol undef A/AR/AREIBENS/Text-PDF-API-0.05.tar.gz -Text::PDF::API::GIF 0.1 A/AR/AREIBENS/Text-PDF-API-0.699.883.tar.gz -Text::PDF::API::Image undef A/AR/AREIBENS/Text-PDF-API-0.699.883.tar.gz -Text::PDF::API::IOString 1.02 A/AR/AREIBENS/Text-PDF-API-0.699.883.tar.gz -Text::PDF::API::Matrix 0.2 A/AR/AREIBENS/Text-PDF-API-0.699.883.tar.gz -Text::PDF::API::UniMap 0.2 A/AR/AREIBENS/Text-PDF-API-0.699.883.tar.gz -Text::PDF::Array undef M/MH/MHOSKEN/Text-PDF-0.13.tar.gz -Text::PDF::Bool undef M/MH/MHOSKEN/Text-PDF-0.13.tar.gz -Text::PDF::Dict undef M/MH/MHOSKEN/Text-PDF-0.13.tar.gz -Text::PDF::File 0.13 M/MH/MHOSKEN/Text-PDF-0.13.tar.gz -Text::PDF::Filter undef M/MH/MHOSKEN/Text-PDF-0.13.tar.gz -Text::PDF::Name undef M/MH/MHOSKEN/Text-PDF-0.13.tar.gz -Text::PDF::Number undef M/MH/MHOSKEN/Text-PDF-0.13.tar.gz -Text::PDF::Objind undef M/MH/MHOSKEN/Text-PDF-0.13.tar.gz -Text::PDF::Page undef M/MH/MHOSKEN/Text-PDF-0.13.tar.gz -Text::PDF::Pages undef M/MH/MHOSKEN/Text-PDF-0.13.tar.gz -Text::PDF::SFont undef M/MH/MHOSKEN/Text-PDF-0.13.tar.gz -Text::PDF::String undef M/MH/MHOSKEN/Text-PDF-0.13.tar.gz -Text::PDF::TTFont undef M/MH/MHOSKEN/Text-PDF-0.13.tar.gz -Text::PDF::TTFont0 undef M/MH/MHOSKEN/Text-PDF-0.13.tar.gz -Text::PDF::Utils undef M/MH/MHOSKEN/Text-PDF-0.13.tar.gz +Text::PDF::AFont 0.499 A/AR/AREIBENS/Text-PDF-API-0.700.102.tar.gz +Text::PDF::API::GIF 0.1 A/AR/AREIBENS/Text-PDF-API-0.700.102.tar.gz +Text::PDF::API::Image undef A/AR/AREIBENS/Text-PDF-API-0.700.102.tar.gz +Text::PDF::API::IOString 1.02 A/AR/AREIBENS/Text-PDF-API-0.700.102.tar.gz +Text::PDF::API::Matrix 0.2 A/AR/AREIBENS/Text-PDF-API-0.700.102.tar.gz +Text::PDF::API::UniMap 0.2 A/AR/AREIBENS/Text-PDF-API-0.700.102.tar.gz +Text::PDF::Array undef M/MH/MHOSKEN/Text-PDF-0.14.tar.gz +Text::PDF::Bool undef M/MH/MHOSKEN/Text-PDF-0.14.tar.gz +Text::PDF::Dict undef M/MH/MHOSKEN/Text-PDF-0.14.tar.gz +Text::PDF::File 0.14 M/MH/MHOSKEN/Text-PDF-0.14.tar.gz +Text::PDF::Filter undef M/MH/MHOSKEN/Text-PDF-0.14.tar.gz +Text::PDF::Name undef M/MH/MHOSKEN/Text-PDF-0.14.tar.gz +Text::PDF::Number undef M/MH/MHOSKEN/Text-PDF-0.14.tar.gz +Text::PDF::Objind undef M/MH/MHOSKEN/Text-PDF-0.14.tar.gz +Text::PDF::Page undef M/MH/MHOSKEN/Text-PDF-0.14.tar.gz +Text::PDF::Pages undef M/MH/MHOSKEN/Text-PDF-0.14.tar.gz +Text::PDF::SFont undef M/MH/MHOSKEN/Text-PDF-0.14.tar.gz +Text::PDF::String undef M/MH/MHOSKEN/Text-PDF-0.14.tar.gz +Text::PDF::TTFont undef M/MH/MHOSKEN/Text-PDF-0.14.tar.gz +Text::PDF::TTFont0 undef M/MH/MHOSKEN/Text-PDF-0.14.tar.gz +Text::PDF::Utils undef M/MH/MHOSKEN/Text-PDF-0.14.tar.gz Text::Ptml 1.6 M/MD/MDEWJONES/Ptml0160.tgz Text::Query 0.07 E/EB/EBOHLMAN/Text-Query-0.07.tar.gz Text::Query::Advanced 0.05 E/EB/EBOHLMAN/Text-Query-Advanced-0.05.tar.gz @@ -6645,7 +6875,7 @@ Text::Tmpl 0.23 D/DL/DLOWE/Text-Tmpl-0.23.tar.gz Text::TreeFile 0.39 J/JN/JNK/Text-TreeFile-0.39.tar.gz Text::Trie undef I/IL/ILYAZ/modules/Text-Trie-0.21.tar.gz Text::Unaccent 1.01 L/LD/LDACHARY/Text-Unaccent-1.01.tar.gz -Text::Vpp 1.15 D/DD/DDUMONT/Text-Vpp-1.15.tar.gz +Text::Vpp 1.16 D/DD/DDUMONT/Text-Vpp-1.16.tar.gz Text::Wrap 2001.0131 M/MU/MUIR/modules/Text-Tabs+Wrap-2001.0131.tar.gz Text::Wrapper 1.000 C/CJ/CJM/Text-Wrapper-1.000.tar.gz Text::WrapProp 0.01 J/JB/JBRIGGS/Text-WrapProp-0.03.tar.gz @@ -6663,6 +6893,7 @@ ThreadTree undef T/TO/TOMC/scripts/CS-Talk/source/dstruc Tie::AliasHash 1.00 A/AC/ACALPINI/Tie-AliasHash-1.00.tar.gz Tie::AppendHash undef T/TO/TOMC/scripts/CS-Talk/source/dstructs/ties/Tie/AppendHash.pm.gz Tie::Array 1.00 G/GB/GBARR/perl5.005_03.tar.gz +Tie::Array::Test undef M/MA/MARCEL/Attribute-TieClasses-0.01.tar.gz Tie::Cache 0.15 C/CH/CHAMAS/Tie-Cache-0.15.tar.gz Tie::Cache::LRU 0.06 M/MS/MSCHWERN/Tie-Cache-LRU-0.06.tar.gz Tie::CacheHash 0.50 J/JA/JAMCC/Tie-CacheHash-0.50.tar.gz @@ -6692,6 +6923,8 @@ Tie::Folded undef T/TO/TOMC/scripts/CS-Talk/source/dstruc Tie::Func 1.03 S/SC/SCHOP/Tie-Tools-1.03.tar.gz Tie::Handle undef G/GS/GSAR/perl-5.6.1.tar.gz Tie::Hash undef G/GS/GSAR/perl-5.6.1.tar.gz +Tie::Hash::Regex 0.01 D/DA/DAVECROSS/Tie-Hash-Regex-0.01.tar.gz +Tie::Hash::Test undef M/MA/MARCEL/Attribute-TieClasses-0.01.tar.gz Tie::HashDefaults 0.01 J/JD/JDPORTER/Tie-HashDefaults-0.01.tar.gz Tie::HashHistory 0.03 M/MJ/MJD/Tie-HashHistory-0.03.tar.gz Tie::IntegerArray undef S/SA/SAMTREGAR/Tie-IntegerArray-0.01.tar.gz @@ -6717,7 +6950,8 @@ Tie::Registry 0.15 T/TY/TYEMQ/Win32-TieRegistry-0.24.zip Tie::RevHash undef T/TO/TOMC/scripts/CS-Talk/source/dstructs/ties/Tie/RevHash.pm.gz Tie::RevRefHash undef T/TO/TOMC/scripts/CS-Talk/source/dstructs/ties/Tie/RevRefHash.pm.gz Tie::Scalar undef G/GS/GSAR/perl-5.6.1.tar.gz -Tie::Scalar::Decay undef D/DC/DCANTRELL/Tie-Scalar-Decay-1.1.tar.gz +Tie::Scalar::Decay undef D/DC/DCANTRELL/Tie-Scalar-Decay-1.1.1.tar.gz +Tie::Scalar::Test undef M/MA/MARCEL/Attribute-TieClasses-0.01.tar.gz Tie::Scalar::Timeout undef M/MA/MARCEL/Tie-Scalar-Timeout-1.2.tar.gz Tie::SecureHash 1.03 D/DC/DCONWAY/Tie-SecureHash-1.03.tar.gz Tie::SentientHash 0.55 A/AN/ANDREWF/Tie-SentientHash-0.55.tar.gz @@ -6733,6 +6967,7 @@ Tie::Toggle undef B/BD/BDFOY/Tie-Toggle-0.02.tar.gz Tie::TransactHash 0.03 M/MI/MIKEDLR/Tie-TransactHash-0.03.tar.gz Tie::TwoLevelHash 1.2 K/KM/KMELTZ/Tie-TwoLevelHash-1.2.tar.gz Tie::VecArray 0.01 M/MS/MSCHWERN/Tie-VecArray-0.01.tar.gz +Tie::WarnGlobal 0.04 S/ST/STEPHEN/Tie-WarnGlobal-0.04.tar.gz Tie::Watch 1.0 L/LU/LUSOL/Tie-Watch-1.0.tar.gz TieFile undef S/SR/SRIRAM/examples.tar.gz Tiger 1.0 D/DI/DIDO/Tiger-hash-1.0b.tar.gz @@ -6751,7 +6986,6 @@ Time::Period 1.20 P/PR/PRYAN/Period-1.20.tar.gz Time::Seconds undef M/MS/MSERGEANT/Time-Object-0.11.tar.gz Time::SoFar 1.00 E/EL/ELIJAH/Time-SoFar-1.00.tgz Time::Stopwatch 1.00 I/IL/ILTZU/Time-Stopwatch-1.00.tar.gz -Time::Storable 0.1 R/RB/RBOW/Time-Storable-0.1.tar.gz Time::Timezone 99.062401 M/MU/MUIR/modules/Time-modules-100.010301.tar.gz Time::tm undef G/GS/GSAR/perl-5.6.1.tar.gz Time::Unix 1.02 N/NW/NWIGER/Time-Unix-1.02.tar.gz @@ -6759,115 +6993,117 @@ Time::Warp 0.5 J/JP/JPRIT/Time-Warp-0.5.tar.gz Time::Zone 2.20 G/GB/GBARR/TimeDate-1.10.tar.gz TimeOut undef T/TO/TOMC/scripts/ADVLABS/timeouts/TimeOut.pm.gz Timezone undef M/MU/MUIR/scripts/frogbak.tar.gz -Tk 800.022 N/NI/NI-S/Tk800.022.tar.gz -Tk::Adjuster 3.025 N/NI/NI-S/Tk800.022.tar.gz -Tk::After 3.015 N/NI/NI-S/Tk800.022.tar.gz -Tk::Animation 3.018 N/NI/NI-S/Tk800.022.tar.gz +Tk 800.023 N/NI/NI-S/Tk800.023.tar.gz +Tk::Adjuster 3.025 N/NI/NI-S/Tk800.023.tar.gz +Tk::After 3.015 N/NI/NI-S/Tk800.023.tar.gz +Tk::Animation 3.018 N/NI/NI-S/Tk800.023.tar.gz Tk::Application 0.04 T/TO/TOSTI/vstadaf-0.01.tar.gz Tk::Application::dbfdump 0.03 T/TO/TOSTI/xdbfdump-0.03.tar.gz Tk::Application::Stadaf 0.01 T/TO/TOSTI/vstadaf-0.01.tar.gz +Tk::Autoscroll 1.11 S/SR/SREZIC/Tk-Autoscroll-1.11.tar.gz Tk::Axis 2.5 A/AC/ACH/Tk-Contrib-0.07.tar.gz -Tk::Balloon 3.037 N/NI/NI-S/Tk800.022.tar.gz -Tk::Bitmap 3.010 N/NI/NI-S/Tk800.022.tar.gz +Tk::Balloon 3.037 N/NI/NI-S/Tk800.023.tar.gz +Tk::Bitmap 3.010 N/NI/NI-S/Tk800.023.tar.gz Tk::BLT::Table undef G/GU/GUYDX/Table.tar.gz -Tk::BrowseEntry 3.028 N/NI/NI-S/Tk800.022.tar.gz -Tk::Browser $ R/RK/RKIES/Tk-Browser-0.80a.tar.gz -Tk::Button 3.014 N/NI/NI-S/Tk800.022.tar.gz -Tk::Canvas 3.018 N/NI/NI-S/Tk800.022.tar.gz +Tk::BrowseEntry 3.030 N/NI/NI-S/Tk800.023.tar.gz +Tk::Browser 0.8 R/RK/RKIES/Tk-Browser-0.80.1.tar.gz +Tk::Button 3.014 N/NI/NI-S/Tk800.023.tar.gz +Tk::Canvas 3.018 N/NI/NI-S/Tk800.023.tar.gz Tk::CheckBox 1.01 D/DK/DKWILSON/Tk-DKW-0.02.tar.gz -Tk::Checkbutton 3.011 N/NI/NI-S/Tk800.022.tar.gz +Tk::Checkbutton 3.011 N/NI/NI-S/Tk800.023.tar.gz Tk::ChildNotification 1.01 D/DK/DKWILSON/Tk-DKW-0.02.tar.gz -Tk::Clipboard 3.016 N/NI/NI-S/Tk800.022.tar.gz +Tk::Clipboard 3.016 N/NI/NI-S/Tk800.023.tar.gz Tk::Clock 0.06 H/HM/HMBRAND/Tk-Clock-0.06.tar.gz Tk::Cloth 2.01 S/SR/SREZIC/Tk-GBARR-2.03.tar.gz -Tk::CmdLine 3.028 N/NI/NI-S/Tk800.022.tar.gz -Tk::ColorEditor 3.032 N/NI/NI-S/Tk800.022.tar.gz +Tk::CmdLine 3.028 N/NI/NI-S/Tk800.023.tar.gz +Tk::ColorEditor 3.032 N/NI/NI-S/Tk800.023.tar.gz Tk::ColourChooser 1.50 S/SU/SUMMER/Tk-ColourChooser-1.50.tar.gz Tk::Columns 1.01 D/DK/DKWILSON/Tk-DKW-0.01.tar.gz Tk::ComboEntry 1.01 D/DK/DKWILSON/Tk-DKW-0.02.tar.gz -Tk::Compound 3.004 N/NI/NI-S/Tk800.022.tar.gz -Tk::Configure 3.008 N/NI/NI-S/Tk800.022.tar.gz +Tk::Compound 3.004 N/NI/NI-S/Tk800.023.tar.gz +Tk::Configure 3.010 N/NI/NI-S/Tk800.023.tar.gz Tk::ContextHelp 0.09 S/SR/SREZIC/Tk-ContextHelp-0.09.tar.gz Tk::CornerBox 0.02 D/DK/DKWILSON/Tk-DKW-0.03.tar.gz -Tk::Date 0.35 S/SR/SREZIC/Tk-Date-0.35.tar.gz +Tk::Date 0.36 S/SR/SREZIC/Tk-Date-0.36.tar.gz Tk::DateEntry 1.3 H/HJ/HJHELGE/Tk-DateEntry-1.3.tar.gz -Tk::Derived 3.046 N/NI/NI-S/Tk800.022.tar.gz +Tk::Derived 3.046 N/NI/NI-S/Tk800.023.tar.gz Tk::Dial 2.5 A/AC/ACH/Tk-Contrib-0.07.tar.gz -Tk::Dialog 3.031 N/NI/NI-S/Tk800.022.tar.gz -Tk::DialogBox 3.032 N/NI/NI-S/Tk800.022.tar.gz -Tk::Dirlist 3.009 N/NI/NI-S/Tk800.022.tar.gz -Tk::DirTree 3.023 N/NI/NI-S/Tk800.022.tar.gz +Tk::Dialog 3.031 N/NI/NI-S/Tk800.023.tar.gz +Tk::DialogBox 3.032 N/NI/NI-S/Tk800.023.tar.gz +Tk::Dirlist 3.009 N/NI/NI-S/Tk800.023.tar.gz +Tk::DirTree 3.023 N/NI/NI-S/Tk800.023.tar.gz Tk::DockFrame 0.03 D/DK/DKWILSON/Tk-DKW-0.03.tar.gz -Tk::DragDrop 3.029 N/NI/NI-S/Tk800.022.tar.gz -Tk::DragDrop::Common 3.014 N/NI/NI-S/Tk800.022.tar.gz -Tk::DragDrop::KDEDrop 3.007 N/NI/NI-S/Tk800.022.tar.gz -Tk::DragDrop::KDESite 3.007 N/NI/NI-S/Tk800.022.tar.gz -Tk::DragDrop::Rect 3.009 N/NI/NI-S/Tk800.022.tar.gz -Tk::DragDrop::SunConst 3.015 N/NI/NI-S/Tk800.022.tar.gz -Tk::DragDrop::SunDrop 3.015 N/NI/NI-S/Tk800.022.tar.gz -Tk::DragDrop::SunSite 3.011 N/NI/NI-S/Tk800.022.tar.gz -Tk::DragDrop::Win32Drop 3.006 N/NI/NI-S/Tk800.022.tar.gz -Tk::DragDrop::Win32Site 3.008 N/NI/NI-S/Tk800.022.tar.gz -Tk::DragDrop::XDNDDrop 3.009 N/NI/NI-S/Tk800.022.tar.gz -Tk::DragDrop::XDNDSite 3.010 N/NI/NI-S/Tk800.022.tar.gz -Tk::DropSite 3.021 N/NI/NI-S/Tk800.022.tar.gz +Tk::DragDrop 3.029 N/NI/NI-S/Tk800.023.tar.gz +Tk::DragDrop::Common 3.014 N/NI/NI-S/Tk800.023.tar.gz +Tk::DragDrop::KDEDrop 3.007 N/NI/NI-S/Tk800.023.tar.gz +Tk::DragDrop::KDESite 3.007 N/NI/NI-S/Tk800.023.tar.gz +Tk::DragDrop::Rect 3.009 N/NI/NI-S/Tk800.023.tar.gz +Tk::DragDrop::SunConst 3.015 N/NI/NI-S/Tk800.023.tar.gz +Tk::DragDrop::SunDrop 3.015 N/NI/NI-S/Tk800.023.tar.gz +Tk::DragDrop::SunSite 3.011 N/NI/NI-S/Tk800.023.tar.gz +Tk::DragDrop::Win32Drop 3.006 N/NI/NI-S/Tk800.023.tar.gz +Tk::DragDrop::Win32Site 3.008 N/NI/NI-S/Tk800.023.tar.gz +Tk::DragDrop::XDNDDrop 3.009 N/NI/NI-S/Tk800.023.tar.gz +Tk::DragDrop::XDNDSite 3.010 N/NI/NI-S/Tk800.023.tar.gz +Tk::DropSite 3.021 N/NI/NI-S/Tk800.023.tar.gz Tk::EMatrix 0.01 D/DJ/DJBERG/Tk-EMatrix-0.01.tar.gz -Tk::English 3.011 N/NI/NI-S/Tk800.022.tar.gz -Tk::Entry 3.035 N/NI/NI-S/Tk800.022.tar.gz -Tk::ErrorDialog 3.009 N/NI/NI-S/Tk800.022.tar.gz -Tk::Event 3.023 N/NI/NI-S/Tk800.022.tar.gz -Tk::Event::IO 3.036 N/NI/NI-S/Tk800.022.tar.gz -Tk::FBox 3.019 N/NI/NI-S/Tk800.022.tar.gz +Tk::English 3.011 N/NI/NI-S/Tk800.023.tar.gz +Tk::Enscript 1.05 S/SR/SREZIC/Tk-Enscript-1.05.tar.gz +Tk::Entry 3.037 N/NI/NI-S/Tk800.023.tar.gz +Tk::ErrorDialog 3.009 N/NI/NI-S/Tk800.023.tar.gz +Tk::Event 3.024 N/NI/NI-S/Tk800.023.tar.gz +Tk::Event::IO 3.036 N/NI/NI-S/Tk800.023.tar.gz +Tk::FBox 3.019 N/NI/NI-S/Tk800.023.tar.gz Tk::FcyEntry 1.3 A/AC/ACH/Tk-ACH-0.03.tar.gz Tk::FileDialog 1.3 B/BP/BPOWERS/Tk-FileDialog-1.3.tar.gz Tk::FileEntry 1.4 A/AC/ACH/Tk-ACH-0.03.tar.gz Tk::FileSave undef P/PV/PVHP/ptkFAQ-0_03.tar.gz -Tk::FileSelect 3.047 N/NI/NI-S/Tk800.022.tar.gz +Tk::FileSelect 3.047 N/NI/NI-S/Tk800.023.tar.gz Tk::FireButton 1.03 S/SR/SREZIC/Tk-GBARR-2.03.tar.gz -Tk::FloatEntry 3.006 N/NI/NI-S/Tk800.022.tar.gz -Tk::Font 3.023 N/NI/NI-S/Tk800.022.tar.gz +Tk::FloatEntry 3.006 N/NI/NI-S/Tk800.023.tar.gz +Tk::Font 3.023 N/NI/NI-S/Tk800.023.tar.gz Tk::FontDialog 0.06 S/SR/SREZIC/Tk-FontDialog-0.06.tar.gz -Tk::Frame 3.030 N/NI/NI-S/Tk800.022.tar.gz +Tk::Frame 3.031 N/NI/NI-S/Tk800.023.tar.gz Tk::Getopt 0.44 S/SR/SREZIC/Tk-Getopt-0.44.tar.gz Tk::Ghostscript 2.004 N/NI/NI-S/Tk402.004.tar.gz Tk::Ghostview 2.004 N/NI/NI-S/Tk402.004.tar.gz -Tk::HistEntry 0.36 S/SR/SREZIC/Tk-HistEntry-0.36.tar.gz -Tk::HList 3.035 N/NI/NI-S/Tk800.022.tar.gz +Tk::HistEntry 0.37 S/SR/SREZIC/Tk-HistEntry-0.37.tar.gz +Tk::HList 3.035 N/NI/NI-S/Tk800.023.tar.gz Tk::HTML 3.002 N/NI/NI-S/Tk-HTML-3.002.tar.gz Tk::HTML::Form 3.002 N/NI/NI-S/Tk-HTML-3.002.tar.gz Tk::HTML::Handler 3.002 N/NI/NI-S/Tk-HTML-3.002.tar.gz Tk::IconCanvas 1.01 D/DK/DKWILSON/Tk-DKW-0.02.tar.gz -Tk::IconList 3.005 N/NI/NI-S/Tk800.022.tar.gz +Tk::IconList 3.005 N/NI/NI-S/Tk800.023.tar.gz Tk::IFrame 0.03 S/SR/SREZIC/Tk-GBARR-2.03.tar.gz -Tk::Image 3.014 N/NI/NI-S/Tk800.022.tar.gz -Tk::ImageBack 3.009 N/NI/NI-S/Tk800.022.tar.gz -Tk::InputO 3.013 N/NI/NI-S/Tk800.022.tar.gz -Tk::install 3.012 N/NI/NI-S/Tk800.022.tar.gz -Tk::IO 3.038 N/NI/NI-S/Tk800.022.tar.gz -Tk::ItemStyle 3.006 N/NI/NI-S/Tk800.022.tar.gz +Tk::Image 3.014 N/NI/NI-S/Tk800.023.tar.gz +Tk::ImageBack 3.009 N/NI/NI-S/Tk800.023.tar.gz +Tk::InputO 3.013 N/NI/NI-S/Tk800.023.tar.gz +Tk::install 3.012 N/NI/NI-S/Tk800.023.tar.gz +Tk::IO 3.038 N/NI/NI-S/Tk800.023.tar.gz +Tk::ItemStyle 3.006 N/NI/NI-S/Tk800.023.tar.gz Tk::JListbox .01 D/DJ/DJBERG/Tk-JListbox-0.02.tar.gz Tk::JPEG 2.014 N/NI/NI-S/Tk-JPEG-2.014.tar.gz -Tk::Label 3.011 N/NI/NI-S/Tk800.022.tar.gz -Tk::LabEntry 3.011 N/NI/NI-S/Tk800.022.tar.gz -Tk::LabFrame 3.021 N/NI/NI-S/Tk800.022.tar.gz +Tk::Label 3.011 N/NI/NI-S/Tk800.023.tar.gz +Tk::LabEntry 3.011 N/NI/NI-S/Tk800.023.tar.gz +Tk::LabFrame 3.021 N/NI/NI-S/Tk800.023.tar.gz Tk::LabPopEntry 0.04 D/DJ/DJBERG/Tk-LabPopEntry-0.04.tar.gz -Tk::Listbox 3.031 N/NI/NI-S/Tk800.022.tar.gz +Tk::Listbox 3.031 N/NI/NI-S/Tk800.023.tar.gz Tk::ListMgr 0.02 S/SR/SREZIC/Tk-GBARR-2.03.tar.gz Tk::LockDisplay 1.3 L/LU/LUSOL/Tk-LockDisplay-1.3.tar.gz -Tk::MainWindow 3.047 N/NI/NI-S/Tk800.022.tar.gz -Tk::MakeDepend 3.017 N/NI/NI-S/Tk800.022.tar.gz -Tk::Menu 3.045 N/NI/NI-S/Tk800.022.tar.gz -Tk::Menu::Item 3.027 N/NI/NI-S/Tk800.022.tar.gz -Tk::Menubar 3.015 N/NI/NI-S/Tk800.022.tar.gz -Tk::Menubutton 3.025 N/NI/NI-S/Tk800.022.tar.gz +Tk::MainWindow 3.047 N/NI/NI-S/Tk800.023.tar.gz +Tk::MakeDepend 3.017 N/NI/NI-S/Tk800.023.tar.gz +Tk::Menu 3.045 N/NI/NI-S/Tk800.023.tar.gz +Tk::Menu::Item 3.027 N/NI/NI-S/Tk800.023.tar.gz +Tk::Menubar 3.015 N/NI/NI-S/Tk800.023.tar.gz +Tk::Menubutton 3.025 N/NI/NI-S/Tk800.023.tar.gz Tk::MenuEntry 0.02 S/SR/SREZIC/Tk-GBARR-2.03.tar.gz Tk::MenuHash 1.12 Z/ZE/ZENIN/Tk-MenuHash-1.12.tar.gz Tk::Menustrip 0.01 D/DK/DKWILSON/Tk-DKW-0.03.tar.gz Tk::MesgBox 1.12 S/SU/SUMMER/Tk-MesgBox-1.12.tar.gz -Tk::Message 3.010 N/NI/NI-S/Tk800.022.tar.gz +Tk::Message 3.010 N/NI/NI-S/Tk800.023.tar.gz Tk::MListbox 1.09 H/HJ/HJHELGE/Tk-MListbox-1.09.tar.gz -Tk::MMtry 3.010 N/NI/NI-S/Tk800.022.tar.gz -Tk::MMutil 3.049 N/NI/NI-S/Tk800.022.tar.gz +Tk::MMtry 3.010 N/NI/NI-S/Tk800.023.tar.gz +Tk::MMutil 3.050 N/NI/NI-S/Tk800.023.tar.gz Tk::MonitorBar undef A/AN/ANDYDUNC/Orac-alpha-1.2.5.tar.gz Tk::Month 1.2 A/AR/ARIF/Tk-Month-1.2.tar.gz Tk::More 1.9 A/AC/ACH/Tk-Pod-0.11.tar.gz @@ -6878,72 +7114,75 @@ Tk::Multi::Frame 1.002 D/DD/DDUMONT/Tk-Multi-1.003.tar.gz Tk::Multi::Manager 2.003 D/DD/DDUMONT/Tk-Multi-1.003.tar.gz Tk::Multi::Text 2.004 D/DD/DDUMONT/Tk-Multi-1.003.tar.gz Tk::Multi::Toplevel 1.007 D/DD/DDUMONT/Tk-Multi-1.003.tar.gz -Tk::Mwm 3.012 N/NI/NI-S/Tk800.022.tar.gz -Tk::NBFrame 3.013 N/NI/NI-S/Tk800.022.tar.gz -Tk::NoteBook 3.024 N/NI/NI-S/Tk800.022.tar.gz +Tk::Mwm 3.012 N/NI/NI-S/Tk800.023.tar.gz +Tk::NBFrame 3.013 N/NI/NI-S/Tk800.023.tar.gz +Tk::NoteBook 3.024 N/NI/NI-S/Tk800.023.tar.gz Tk::NumEntry 2.02 S/SR/SREZIC/Tk-GBARR-2.03.tar.gz Tk::NumEntryPlain 1.05 S/SR/SREZIC/Tk-GBARR-2.03.tar.gz Tk::ObjEditor 1.001 D/DD/DDUMONT/Tk-ObjEditor-1.001.tar.gz Tk::ObjEditorDialog 1.001 D/DD/DDUMONT/Tk-ObjEditor-1.001.tar.gz Tk::ObjScanner 1.022 D/DD/DDUMONT/Tk-ObjScanner-1.022.tar.gz Tk::OlWm 2.3 A/AC/ACH/Tk-Contrib-0.07.tar.gz -Tk::Optionmenu 3.023 N/NI/NI-S/Tk800.022.tar.gz +Tk::Optionmenu 3.025 N/NI/NI-S/Tk800.023.tar.gz Tk::OS2src 1.03 I/IL/ILYAZ/os2/tk/Tk-OS2src-1.03.zip Tk::Pane 1.03 A/AC/ACH/Tk-GBARR-1.0401.tar.gz Tk::Parse 2.8 A/AC/ACH/Tk-Pod-0.11.tar.gz -Tk::Pgplot 0.13 C/CP/CPHIL/Tk-Pgplot-0.13.tar.gz -Tk::Photo 3.014 N/NI/NI-S/Tk800.022.tar.gz -Tk::Pixmap 3.011 N/NI/NI-S/Tk800.022.tar.gz +Tk::PathEntry 2.10 S/SR/SREZIC/Tk-PathEntry-2.10.tar.gz +Tk::PathEntry::Dialog undef S/SR/SREZIC/Tk-PathEntry-2.10.tar.gz +Tk::Pgplot 0.2 C/CP/CPHIL/Tk-Pgplot-0.2.tar.gz +Tk::Photo 3.014 N/NI/NI-S/Tk800.023.tar.gz +Tk::Pixmap 3.011 N/NI/NI-S/Tk800.023.tar.gz Tk::PNG 2.005 N/NI/NI-S/Tk-PNG-2.005.tar.gz Tk::Pod 3.15 A/AC/ACH/Tk-Pod-0.11.tar.gz Tk::Pod::Search 1.3 A/AC/ACH/Tk-Pod-0.11.tar.gz Tk::Pod::Search_db 1.4 A/AC/ACH/Tk-Pod-0.11.tar.gz Tk::Pod::Text 2.2 A/AC/ACH/Tk-Pod-0.11.tar.gz Tk::PopEntry 0.05 D/DJ/DJBERG/Tk-PopEntry-0.05.tar.gz -Tk::Pretty 3.013 N/NI/NI-S/Tk800.022.tar.gz +Tk::Pretty 3.013 N/NI/NI-S/Tk800.023.tar.gz Tk::ProgressBar 1.04 A/AC/ACH/Tk-GBARR-1.0401.tar.gz Tk::ProgressIndicator 1.01 D/DK/DKWILSON/Tk-DKW-0.02.tar.gz -Tk::Radiobutton 3.013 N/NI/NI-S/Tk800.022.tar.gz -Tk::Region 3.004 N/NI/NI-S/Tk800.022.tar.gz +Tk::Radiobutton 3.013 N/NI/NI-S/Tk800.023.tar.gz +Tk::Region 3.004 N/NI/NI-S/Tk800.023.tar.gz Tk::Reindex 0.1 G/GS/GSLONDON/textlist_2_0.tar.gz Tk::ReindexedROText 0.1 G/GS/GSLONDON/textlist_2_0.tar.gz Tk::ReindexedText 0.1 G/GS/GSLONDON/textlist_2_0.tar.gz Tk::RemoteFileSelect $ R/RK/RKIES/Tk-Workspace-1.64.tar.gz Tk::RotCanvas 1.1 A/AQ/AQUMSIEH/Tk-RotCanvas-1.1.tar.gz -Tk::ROText 3.024 N/NI/NI-S/Tk800.022.tar.gz +Tk::ROText 3.024 N/NI/NI-S/Tk800.023.tar.gz Tk::ROTextANSIColor 0.01 T/TJ/TJENNESS/Tk-TextANSIColor-0.13.tar.gz -Tk::Scale 3.012 N/NI/NI-S/Tk800.022.tar.gz -Tk::Scrollbar 3.014 N/NI/NI-S/Tk800.022.tar.gz +Tk::Scale 3.012 N/NI/NI-S/Tk800.023.tar.gz +Tk::Scrollbar 3.014 N/NI/NI-S/Tk800.023.tar.gz Tk::SearchDialog $ R/RK/RKIES/Tk-Workspace-1.64.tar.gz -Tk::SelfHelp 1.3 R/RK/RKIES/Tk-Browser-0.80a.tar.gz +Tk::SelfHelp 1.3 R/RK/RKIES/Tk-Browser-0.80.1.tar.gz Tk::SelFile undef A/AL/ALSCH/Tk-SelFile-0.02.tar.gz Tk::Shell $ R/RK/RKIES/Tk-Workspace-1.64.tar.gz Tk::Signals 0.03 D/DK/DKWILSON/Tk-DKW-0.03.tar.gz +Tk::SimpleFileSelect 0.61 R/RK/RKIES/Tk-SimpleFileSelect-0.61.tar.gz Tk::SlideShow 0.06 O/OL/OLIBOU/Tk-SlideShow-0.06.tar.gz Tk::SlideShow::Oval undef O/OL/OLIBOU/Tk-SlideShow-0.06.tar.gz Tk::SplitFrame 1.01 D/DK/DKWILSON/Tk-DKW-0.02.tar.gz -Tk::Stats 3.006 N/NI/NI-S/Tk800.022.tar.gz +Tk::Stats 3.006 N/NI/NI-S/Tk800.023.tar.gz Tk::StrfClock 1.2 A/AR/ARIF/Tk-Month-1.2.tar.gz -Tk::Submethods 3.014 N/NI/NI-S/Tk800.022.tar.gz +Tk::Submethods 3.014 N/NI/NI-S/Tk800.023.tar.gz Tk::TabbedForm 0.98 D/DK/DKWILSON/Tk-DKW-0.02.tar.gz Tk::TabFrame 1.01 D/DK/DKWILSON/Tk-DKW-0.02.tar.gz -Tk::Table 3.020 N/NI/NI-S/Tk800.022.tar.gz +Tk::Table 3.020 N/NI/NI-S/Tk800.023.tar.gz Tk::TableEdit 0.98 D/DK/DKWILSON/Tk-DKW-0.02.tar.gz Tk::TableMatrix 0.5 C/CE/CERNEY/Tk-TableMatrix0.5.tar.gz -Tk::Text 3.043 N/NI/NI-S/Tk800.022.tar.gz +Tk::Text 3.044 N/NI/NI-S/Tk800.023.tar.gz Tk::Text::SuperText 0.9 A/AL/ALEXIOB/Tk-Text-SuperText-0.9.4.tar.gz -Tk::Text::Tag 3.007 N/NI/NI-S/Tk800.022.tar.gz +Tk::Text::Tag 3.007 N/NI/NI-S/Tk800.023.tar.gz Tk::TextANSIColor 0.11 T/TJ/TJENNESS/Tk-TextANSIColor-0.13.tar.gz -Tk::TextEdit 3.004 N/NI/NI-S/Tk800.022.tar.gz +Tk::TextEdit 3.004 N/NI/NI-S/Tk800.023.tar.gz Tk::TextList 2.0 G/GS/GSLONDON/textlist_2_0.tar.gz -Tk::TextUndo 3.048 N/NI/NI-S/Tk800.022.tar.gz +Tk::TextUndo 3.048 N/NI/NI-S/Tk800.023.tar.gz Tk::TFrame 1.03 A/AC/ACH/Tk-GBARR-1.0401.tar.gz Tk::TiedListbox 2.5 A/AC/ACH/Tk-Contrib-0.07.tar.gz Tk::TIFF 0.07 S/SR/SREZIC/Tk-TIFF-0.07.tar.gz -Tk::Tiler 3.016 N/NI/NI-S/Tk800.022.tar.gz -Tk::TixGrid 3.023 N/NI/NI-S/Tk800.022.tar.gz +Tk::Tiler 3.016 N/NI/NI-S/Tk800.023.tar.gz +Tk::TixGrid 3.023 N/NI/NI-S/Tk800.023.tar.gz Tk::TixWidget undef C/CT/CTDEAN/Tk-Tree-0.05.tar.gz -Tk::TList 3.018 N/NI/NI-S/Tk800.022.tar.gz +Tk::TList 3.018 N/NI/NI-S/Tk800.023.tar.gz Tk::TM::Common 0.53 M/MA/MAKAROW/Tk-TM-0.53.tar.gz Tk::TM::DataObject 0.53 M/MA/MAKAROW/Tk-TM-0.53.tar.gz Tk::TM::DataObjSet 0.52 M/MA/MAKAROW/Tk-TM-0.53.tar.gz @@ -6956,24 +7195,25 @@ Tk::TM::wgActionBar 0.50 M/MA/MAKAROW/Tk-TM-0.53.tar.gz Tk::TM::wgBlank 0.52 M/MA/MAKAROW/Tk-TM-0.53.tar.gz Tk::TM::wgMenu 0.53 M/MA/MAKAROW/Tk-TM-0.53.tar.gz Tk::TM::wgTable 0.53 M/MA/MAKAROW/Tk-TM-0.53.tar.gz -Tk::Toplevel 3.028 N/NI/NI-S/Tk800.022.tar.gz -Tk::Tree 3.019 N/NI/NI-S/Tk800.022.tar.gz +Tk::Toplevel 3.028 N/NI/NI-S/Tk800.023.tar.gz +Tk::Trace 3.002 N/NI/NI-S/Tk800.023.tar.gz +Tk::Tree 3.019 N/NI/NI-S/Tk800.023.tar.gz Tk::TreeGraph 1.024 D/DD/DDUMONT/Tk-TreeGraph-1.024.tar.gz Tk::VStack 2.007 N/NI/NI-S/Tk402.004.tar.gz Tk::VTree 0.02 C/CT/CTDEAN/Tk-Tree-0.05.tar.gz Tk::WaitBox 1.3 B/BP/BPOWERS/Tk-WaitBox-1.3.tar.gz Tk::Web 3.002 N/NI/NI-S/Tk-HTML-3.002.tar.gz -Tk::Widget 3.078 N/NI/NI-S/Tk800.022.tar.gz -Tk::widgets 3.011 N/NI/NI-S/Tk800.022.tar.gz -Tk::WinPhoto 3.008 N/NI/NI-S/Tk800.022.tar.gz -Tk::Wm 3.023 N/NI/NI-S/Tk800.022.tar.gz +Tk::Widget 3.078 N/NI/NI-S/Tk800.023.tar.gz +Tk::widgets 3.011 N/NI/NI-S/Tk800.023.tar.gz +Tk::WinPhoto 3.008 N/NI/NI-S/Tk800.023.tar.gz +Tk::Wm 3.023 N/NI/NI-S/Tk800.023.tar.gz Tk::Workspace $ R/RK/RKIES/Tk-Workspace-1.64.tar.gz Tk::WorkspaceText $ R/RK/RKIES/Tk-Workspace-1.64.tar.gz -Tk::X 3.016 N/NI/NI-S/Tk800.022.tar.gz -Tk::X11Font 3.012 N/NI/NI-S/Tk800.022.tar.gz -Tk::Xlib 3.010 N/NI/NI-S/Tk800.022.tar.gz -Tk::XMLViewer 0.12 S/SR/SREZIC/Tk-XMLViewer-0.12.tar.gz -Tk::Xrm 3.011 N/NI/NI-S/Tk800.022.tar.gz +Tk::X 3.016 N/NI/NI-S/Tk800.023.tar.gz +Tk::X11Font 3.013 N/NI/NI-S/Tk800.023.tar.gz +Tk::Xlib 3.010 N/NI/NI-S/Tk800.023.tar.gz +Tk::XMLViewer 0.13 S/SR/SREZIC/Tk-XMLViewer-0.13.tar.gz +Tk::Xrm 3.011 N/NI/NI-S/Tk800.023.tar.gz TkNapster::Config undef L/LD/LDS/MP3-Napster-2.04.tar.gz TornDown undef C/CL/CLEMBURG/Test-Unit-0.13.tar.gz tounix undef M/MH/MHOSKEN/Font-TTF-0.22.tar.gz @@ -6981,6 +7221,7 @@ Trace undef R/RC/RCAPUTO/POE-0.12.tar.gz Tree::Base 0.001 M/MS/MSCHWERN/Tree.tar.gz Tree::DAG_Node 1.04 S/SB/SBURKE/Tree-DAG_Node-1.04.tar.gz Tree::Fat 1.111 J/JP/JPRIT/Tree-Fat-1.111.tar.gz +Tree::M 0.01 M/ML/MLEHMANN/Tree-M-0.01.tar.gz Tree::MultiNode 1.0 K/KR/KRBURTON/Tree-MultiNode-1.0.6.tar.gz Tree::MultiNode::Node 1.0 K/KR/KRBURTON/Tree-MultiNode-1.0.6.tar.gz Tree::Nary 1.1 F/FS/FSORIANO/Tree-Nary-1.1.tar.gz @@ -7096,19 +7337,20 @@ UUID 0.02 B/BR/BRAAM/UUID-0.02.tar.gz ValueTree undef T/TO/TOMC/scripts/CS-Talk/source/dstructs/trees/ValueTree.pm.gz variable 1.1 A/AB/ABIGAIL/variable-1.1.tgz vars undef G/GS/GSAR/perl-5.6.1.tar.gz -VCP 0.1 R/RB/RBS/VCP-0.063.tar.gz -VCP::Debug 0.1 R/RB/RBS/VCP-0.063.tar.gz -VCP::Dest 0.1 R/RB/RBS/VCP-0.063.tar.gz -VCP::Dest::cvs 1 R/RB/RBS/VCP-0.063.tar.gz -VCP::Dest::p4 1 R/RB/RBS/VCP-0.063.tar.gz -VCP::Dest::revml 0.1 R/RB/RBS/VCP-0.063.tar.gz -VCP::Plugin 0.1 R/RB/RBS/VCP-0.063.tar.gz -VCP::Rev 1 R/RB/RBS/VCP-0.063.tar.gz -VCP::Revs 1 R/RB/RBS/VCP-0.063.tar.gz -VCP::Source 0.1 R/RB/RBS/VCP-0.063.tar.gz -VCP::Source::cvs 1 R/RB/RBS/VCP-0.063.tar.gz -VCP::Source::p4 1 R/RB/RBS/VCP-0.063.tar.gz -VCP::Source::revml 0.1 R/RB/RBS/VCP-0.063.tar.gz +VCP 0.1 R/RB/RBS/VCP-0.07.tar.gz +VCP::Debug 0.1 R/RB/RBS/VCP-0.07.tar.gz +VCP::Dest 0.1 R/RB/RBS/VCP-0.07.tar.gz +VCP::Dest::cvs 1 R/RB/RBS/VCP-0.07.tar.gz +VCP::Dest::p4 1 R/RB/RBS/VCP-0.07.tar.gz +VCP::Dest::revml 0.1 R/RB/RBS/VCP-0.07.tar.gz +VCP::Plugin 0.1 R/RB/RBS/VCP-0.07.tar.gz +VCP::Rev 1 R/RB/RBS/VCP-0.07.tar.gz +VCP::Revs 1 R/RB/RBS/VCP-0.07.tar.gz +VCP::Source 0.1 R/RB/RBS/VCP-0.07.tar.gz +VCP::Source::cvs 1 R/RB/RBS/VCP-0.07.tar.gz +VCP::Source::p4 1 R/RB/RBS/VCP-0.07.tar.gz +VCP::Source::revml 0.1 R/RB/RBS/VCP-0.07.tar.gz +VCP::TestUtils undef R/RB/RBS/VCP-0.07.tar.gz VCS 0.03 L/LB/LBROCARD/VCS-0.03.tar.gz VCS::Cvs 0.02 L/LB/LBROCARD/VCS-0.03.tar.gz VCS::CVS 2.00 R/RS/RSAVAGE/VCS-CVS-2.00.tgz @@ -7141,12 +7383,13 @@ VcsTools::RcsAgent 1.005 D/DD/DDUMONT/VcsTools-File-1.004.tar.gz VcsTools::Source 1.001 D/DD/DDUMONT/VcsTools-File-1.004.tar.gz VcsTools::Version 1.008 D/DD/DDUMONT/VcsTools-History-1.004.tar.gz Velocis::SQL 1.3 V/VK/VKHERA/VelocisSQL-1.3.tar.gz -Verilog::Parse 1.4 W/WS/WSNYDER/Verilog-Perl-1.11.tar.gz +Verilog::Getopt 1.12 W/WS/WSNYDER/Verilog-Perl-1.12.tar.gz +Verilog::Language 1.12 W/WS/WSNYDER/Verilog-Perl-1.12.tar.gz +Verilog::Parser 1.12 W/WS/WSNYDER/Verilog-Perl-1.12.tar.gz Verilog::Pli 1.4 W/WS/WSNYDER/Verilog-Pli-1.4.tar.gz Verilog::Pli::IO 1.4 W/WS/WSNYDER/Verilog-Pli-1.4.tar.gz Verilog::Pli::MMutil undef W/WS/WSNYDER/Verilog-Pli-1.4.tar.gz Verilog::Pli::Net 1.4 W/WS/WSNYDER/Verilog-Pli-1.4.tar.gz -Verilog::SigParser 1.5 W/WS/WSNYDER/Verilog-Perl-1.11.tar.gz vga 0.4 S/SC/SCOTTVR/perl-vgalib-0.4.tgz Video::Capture::V4l 0.221 M/ML/MLEHMANN/Video-Capture-V4l-0.221.tar.gz Video::Capture::VBI 0.05 M/ML/MLEHMANN/Video-Capture-V4l-0.221.tar.gz @@ -7268,9 +7511,13 @@ WebFS::FileCopy 1.03 B/BZ/BZAJAC/WebFS-FileCopy-1.03.tar.gz WebFS::FileCopy::Put 1.03 B/BZ/BZAJAC/WebFS-FileCopy-1.03.tar.gz WebFS::FileCopy::Put::File 1.03 B/BZ/BZAJAC/WebFS-FileCopy-1.03.tar.gz WebFS::FileCopy::Put::FTP 1.03 B/BZ/BZAJAC/WebFS-FileCopy-1.03.tar.gz +WebMakeCGI::Dir 0.1 J/JM/JMASON/HTML-WebMake-1.2.tar.gz +WebMakeCGI::Edit 0.1 J/JM/JMASON/HTML-WebMake-1.2.tar.gz +WebMakeCGI::Lib undef J/JM/JMASON/HTML-WebMake-1.2.tar.gz Wharf::JDockApp 1.1 J/JE/JETTERO/Wharf-JDockApp-1.1.tar.gz Wharf::JDockApp::jtools 1.0 J/JE/JETTERO/Wharf-JDockApp-1.1.tar.gz -WidgetDemo 3.021 N/NI/NI-S/Tk800.022.tar.gz +Whitespace 1.02 R/RV/RVAIDH/Whitespace-1.02.tgz +WidgetDemo 3.021 N/NI/NI-S/Tk800.023.tar.gz Win32 0.16 G/GS/GSAR/libwin32-0.16.zip Win32::ActAcc 0.5 P/PB/PBWOLF/Win32-ActAcc-0.5.zip Win32::ADO 0.03 M/MS/MSERGEANT/Win32-ADO-0.03.tar.gz @@ -7313,6 +7560,10 @@ Win32::GUI::GridLayout 0.03 A/AC/ACALPINI/Win32-GUI-0.0.558.tar.gz Win32::GuiTest 0.9 E/ER/ERNGUI/Win32-GuiTest-0.9.zip Win32::Internet 0.081 G/GS/GSAR/libwin32-0.16.zip Win32::IPC 1.02 G/GS/GSAR/libwin32-0.16.zip +Win32::Locale 0.01 S/SB/SBURKE/Win32-Locale-0.01.tar.gz +Win32::MultiMedia::Joystick 0.01 T/TH/THAMUS/Win32-MultiMedia-0.01.zip +Win32::MultiMedia::Mci 0.01 T/TH/THAMUS/Win32-MultiMedia-0.01.zip +Win32::MultiMedia::Mci::Consts 0.01 T/TH/THAMUS/Win32-MultiMedia-0.01.zip Win32::Mutex 1.02 G/GS/GSAR/libwin32-0.16.zip Win32::NetAdmin 0.07 G/GS/GSAR/libwin32-0.16.zip Win32::NetResource 0.05 G/GS/GSAR/libwin32-0.16.zip @@ -7419,35 +7670,53 @@ WWW::Poll 0.01 M/MG/MGAMMON/WWW-Poll-0.01.tar.gz WWW::Robot 0.022 A/AW/AWRIGLEY/WWW-Robot-0.022.tar.gz WWW::RobotRules 1.21 G/GA/GAAS/libwww-perl-5.53.tar.gz WWW::RobotRules::AnyDBM_File 1.09 G/GA/GAAS/libwww-perl-5.53.tar.gz -WWW::Search 2.16 M/MT/MTHURN/WWW-Search-2.16.tar.gz +WWW::Search 2.18 M/MT/MTHURN/WWW-Search-2.19.tar.gz WWW::Search::AlltheWeb 1.5 J/JS/JSMYSER/WWW-Search-AlltheWeb-1.5.tar.gz -WWW::Search::AltaVista::Careers 1.00 M/MT/MTHURN/WWW-Search-2.16.tar.gz -WWW::Search::AltaVista::Intranet 2.04 M/MT/MTHURN/WWW-Search-2.16.tar.gz -WWW::Search::AltaVista::NL 1.0 M/MT/MTHURN/WWW-Search-2.16.tar.gz -WWW::Search::AOL::Classifieds::Employment 1.00 M/MT/MTHURN/WWW-Search-2.16.tar.gz -WWW::Search::Dice 1.00 M/MT/MTHURN/WWW-Search-2.16.tar.gz -WWW::Search::Ebay 2.03 M/MT/MTHURN/WWW-Search-Ebay-2.03.tar.gz -WWW::Search::Excite 2.17 M/MT/MTHURN/WWW-Search-Excite-2.17.tar.gz -WWW::Search::Excite::News 2.03 M/MT/MTHURN/WWW-Search-2.16.tar.gz +WWW::Search::AltaVista::Careers 1.01 M/MT/MTHURN/WWW-Search-Jobs-2.01.tar.gz +WWW::Search::AltaVista::Intranet 2.04 M/MT/MTHURN/WWW-Search-2.19.tar.gz +WWW::Search::AltaVista::NL 1.0 M/MT/MTHURN/WWW-Search-2.19.tar.gz +WWW::Search::AOL::Classifieds::Employment 1.00 M/MT/MTHURN/WWW-Search-Jobs-2.01.tar.gz +WWW::Search::Brassring 1.00 M/MT/MTHURN/WWW-Search-Jobs-2.01.tar.gz +WWW::Search::CraigsList 1.00 M/MT/MTHURN/WWW-Search-Jobs-2.01.tar.gz +WWW::Search::Dice 2.00 M/MT/MTHURN/WWW-Search-Jobs-2.01.tar.gz +WWW::Search::Ebay 2.04 M/MT/MTHURN/WWW-Search-Ebay-2.04.tar.gz +WWW::Search::Excite 2.18 M/MT/MTHURN/WWW-Search-Excite-2.18.tar.gz +WWW::Search::Excite::News 2.03 M/MT/MTHURN/WWW-Search-2.19.tar.gz WWW::Search::FirstGov 1.02 S/SU/SUTCH/WWW-Search-FirstGov-1.03.tar.gz -WWW::Search::Generic 0.1 M/MT/MTHURN/WWW-Search-2.16.tar.gz +WWW::Search::Generic 0.1 M/MT/MTHURN/WWW-Search-2.19.tar.gz WWW::Search::Go 0.1 A/AL/ALIAN/WWW-Search-Go-0.1.tar.gz -WWW::Search::HeadHunter 1.01 M/MT/MTHURN/WWW-Search-2.16.tar.gz +WWW::Search::HeadHunter 1.01 M/MT/MTHURN/WWW-Search-Jobs-2.01.tar.gz WWW::Search::HotBot 2.21 M/MT/MTHURN/WWW-Search-HotBot-2.21.tar.gz -WWW::Search::MetaCrawler 2.06 M/MT/MTHURN/WWW-Search-2.16.tar.gz -WWW::Search::Monster 1.01 M/MT/MTHURN/WWW-Search-2.16.tar.gz -WWW::Search::NetFind 1.8 M/MT/MTHURN/WWW-Search-2.16.tar.gz +WWW::Search::HotJobs 1.01 M/MT/MTHURN/WWW-Search-Jobs-2.01.tar.gz +WWW::Search::MetaCrawler 2.06 M/MT/MTHURN/WWW-Search-2.19.tar.gz +WWW::Search::Monster 1.02 M/MT/MTHURN/WWW-Search-Jobs-2.01.tar.gz +WWW::Search::NetFind 1.8 M/MT/MTHURN/WWW-Search-2.19.tar.gz WWW::Search::Nomade 0.3 A/AL/ALIAN/WWW-Search-Nomade-0.3.tar.gz WWW::Search::PRWire 1.0 J/JS/JSMYSER/WWW-Search-PRWire-1.0.tar.gz WWW::Search::PubMed 1.0 J/JS/JSMYSER/WWW-Search-PubMed.-1.0.tar.gz -WWW::Search::Test 2.03 M/MT/MTHURN/WWW-Search-2.16.tar.gz +WWW::Search::Scraper 1.20 M/MT/MTHURN/WWW-Search-2.19.tar.gz +WWW::Search::Scraper::apartments 1.01 G/GL/GLENNWOOD/Scraper-1.33.tar.gz +WWW::Search::Scraper::BAJobs 1.04 G/GL/GLENNWOOD/Scraper-1.33.tar.gz +WWW::Search::Scraper::CraigsList 1.04 G/GL/GLENNWOOD/Scraper-1.33.tar.gz +WWW::Search::Scraper::Dice 1.04 G/GL/GLENNWOOD/Scraper-1.33.tar.gz +WWW::Search::Scraper::eBay 1.06 G/GL/GLENNWOOD/Scraper-1.33.tar.gz +WWW::Search::Scraper::Google 1.04 G/GL/GLENNWOOD/Scraper-1.33.tar.gz +WWW::Search::Scraper::guru 1.04 G/GL/GLENNWOOD/Scraper-1.33.tar.gz +WWW::Search::Scraper::HotJobs 1.05 G/GL/GLENNWOOD/Scraper-1.33.tar.gz +WWW::Search::Scraper::JustTechJobs 1.03 G/GL/GLENNWOOD/Scraper-1.33.tar.gz +WWW::Search::Scraper::Monster 1.03 G/GL/GLENNWOOD/Scraper-1.33.tar.gz +WWW::Search::Scraper::theWorksUSA 1.01 G/GL/GLENNWOOD/Scraper-1.33.tar.gz +WWW::Search::Sherlock 1.03 G/GL/GLENNWOOD/Scraper-1.33.tar.gz +WWW::Search::Test 2.03 M/MT/MTHURN/WWW-Search-2.19.tar.gz WWW::Search::Translator 1.02 J/JS/JSMYSER/WWW-Search-Translator-1.02.tar.gz -WWW::Search::VoilaFr undef M/MT/MTHURN/WWW-Search-2.16.tar.gz -WWW::Search::Yahoo::Classifieds::Employment 1.02 M/MT/MTHURN/WWW-Search-2.16.tar.gz +WWW::Search::VoilaFr undef M/MT/MTHURN/WWW-Search-2.19.tar.gz +WWW::Search::Yahoo::Classifieds::Employment 1.02 M/MT/MTHURN/WWW-Search-Jobs-2.01.tar.gz WWW::Search::Yahoo::Korea 2.01 M/MT/MTHURN/WWW-Search-Yahoo-2.22.tar.gz WWW::Search::Yahoo::UK 2.01 M/MT/MTHURN/WWW-Search-Yahoo-2.22.tar.gz WWW::Search::YahooNews 1.00 J/JS/JSMYSER/WWW-Search-YahooNews-1.00.tar.gz -WWW::SimpleRobot undef A/AW/AWRIGLEY/WWW-SimpleRobot-0.03.tar.gz +WWW::SearchResult::Scraper 1.36 G/GL/GLENNWOOD/Scraper-1.33.tar.gz +WWW::SearchResult::Sherlock 1.03 G/GL/GLENNWOOD/Scraper-1.33.tar.gz +WWW::SimpleRobot undef A/AW/AWRIGLEY/WWW-SimpleRobot-0.04.tar.gz WWW::Sitemap 0.002 A/AW/AWRIGLEY/sitemapper-1.019.tar.gz X 0.01 N/NI/NI-S/Tk400.202.tar.gz X10 0.03 R/RO/ROBF/X10-0.03.tar.gz @@ -7501,6 +7770,7 @@ X500::DN::Parser 1.13 R/RS/RSAVAGE/X500-DN-1.13.tgz X::Athena 1.1 K/KE/KENFOX/X11-Motif-1.1b3.tar.gz X::bae 1 K/KE/KENFOX/X11-Motif-1.1b3.tar.gz X::Motif 1.1 K/KE/KENFOX/X11-Motif-1.1b3.tar.gz +X::Osd 0.02 G/GO/GOZER/X-Osd-0.02.tar.gz X::Toolkit 1 K/KE/KENFOX/X11-Motif-1.1b3.tar.gz X::Toolkit::WidgetClass 1 K/KE/KENFOX/X11-Motif-1.1b3.tar.gz X::Xpm 1 K/KE/KENFOX/X11-Motif-1.1b3.tar.gz @@ -7526,11 +7796,11 @@ XML::Checker 0.09 E/EN/ENNO/libxml-enno-1.02.tar.gz XML::Checker::Parser undef E/EN/ENNO/libxml-enno-1.02.tar.gz XML::Conf 0.02 S/SC/SCHOP/XML-Conf-0.02.tar.gz XML::Config 0.2 M/MA/MATTMK/XML-Config-0.2.tar.gz -XML::CSV 0.14 I/IS/ISTERIN/XML-CSV-0.14.tar.gz +XML::CSV 0.14 I/IS/ISTERIN/XML-CSV-0.15.tar.gz XML::Doctype 0.11 R/RB/RBS/XML-AutoWriter-0.37.tar.gz XML::Doctype::AttDef 0.1 R/RB/RBS/XML-AutoWriter-0.37.tar.gz XML::Doctype::ElementDecl 0.1 R/RB/RBS/XML-AutoWriter-0.37.tar.gz -XML::DOM 1.28 T/TJ/TJMATHER/libxml-enno-1.04.tar.gz +XML::DOM 1.29 T/TJ/TJMATHER/libxml-enno-1.05.tar.gz XML::DOM::PerlSAX undef E/EN/ENNO/libxml-enno-1.02.tar.gz XML::DOM::ValParser undef E/EN/ENNO/libxml-enno-1.02.tar.gz XML::Driver::HTML 0.01 K/KR/KRAEHE/XML-Driver-HTML-0.01.tar.gz @@ -7553,11 +7823,14 @@ XML::EP::Request::CGI 0.01 J/JW/JWIED/XML-EP-0.01.tar.gz XML::EP::Response undef J/JW/JWIED/XML-EP-0.01.tar.gz XML::EP::Test 0.01 J/JW/JWIED/XML-EP-0.01.tar.gz XML::ESISParser 0.07 K/KM/KMACLEOD/libxml-perl-0.07.tar.gz -XML::Excel 0.01 I/IS/ISTERIN/XML-Excel-0.01.tar.gz +XML::Excel 0.01 I/IS/ISTERIN/XML-Excel-0.02.tar.gz +XML::Filter::Base 0.01 M/MS/MSERGEANT/XML-Filter-Base-0.01.tar.gz XML::Filter::DetectWS undef E/EN/ENNO/libxml-enno-1.02.tar.gz XML::Filter::Digest 0.03 K/KR/KRAEHE/XML-Filter-Digest-0.03.tar.gz XML::Filter::Hekeln 0.04 K/KR/KRAEHE/XML-Filter-Hekeln-0.04.tar.gz XML::Filter::Reindent undef E/EN/ENNO/libxml-enno-1.02.tar.gz +XML::Filter::SAX1toSAX2 0.01 M/MS/MSERGEANT/XML-Filter-SAX1toSAX2-0.01.tar.gz +XML::Filter::SAX2toSAX1 0.01 M/MS/MSERGEANT/XML-Filter-SAX1toSAX2-0.01.tar.gz XML::Filter::SAXT undef E/EN/ENNO/libxml-enno-1.02.tar.gz XML::Generator 0.91 B/BH/BHOLZMAN/XML-Generator-0.91.tar.gz XML::Generator::DOM 0.1 B/BH/BHOLZMAN/XML-Generator-0.91.tar.gz @@ -7574,17 +7847,19 @@ XML::Grove::Sub undef K/KM/KMACLEOD/XML-Grove-0.46alpha.tar.g XML::Grove::Subst undef K/KM/KMACLEOD/XML-Grove-0.46alpha.tar.gz XML::Grove::Visitor undef K/KM/KMACLEOD/XML-Grove-0.05.tar.gz XML::Grove::XPointer undef K/KM/KMACLEOD/XML-Grove-0.46alpha.tar.gz +XML::GXML 2.1 J/JC/JCARTER/XML-GXML-2.1.tar.gz XML::Handler::BuildDOM undef E/EN/ENNO/libxml-enno-1.02.tar.gz XML::Handler::CanonXMLWriter 0.07 K/KM/KMACLEOD/libxml-perl-0.07.tar.gz XML::Handler::Composer undef E/EN/ENNO/libxml-enno-1.02.tar.gz +XML::Handler::HTMLWriter 1.00 M/MS/MSERGEANT/XML-Handler-HTMLWriter-1.00.tar.gz XML::Handler::PrintEvents undef E/EN/ENNO/libxml-enno-1.02.tar.gz XML::Handler::PyxWriter 0.32 O/OL/OLPA/PyxieSax.0.32.tar.gz XML::Handler::Sample undef K/KM/KMACLEOD/libxml-perl-0.07.tar.gz XML::Handler::Subs 0.07 K/KM/KMACLEOD/libxml-perl-0.07.tar.gz XML::Handler::XMLWriter 0.07 K/KM/KMACLEOD/libxml-perl-0.07.tar.gz XML::Handler::YAWriter 0.20 K/KR/KRAEHE/XML-Handler-YAWriter-0.20.tar.gz -XML::LibXML 0.90 M/MS/MSERGEANT/XML-LibXSLT-0.99.tar.gz -XML::LibXSLT 0.99 M/MS/MSERGEANT/XML-LibXSLT-0.99.tar.gz +XML::LibXML 0.91 M/MS/MSERGEANT/XML-LibXML-0.91.tar.gz +XML::LibXSLT 1.02 M/MS/MSERGEANT/XML-LibXSLT-1.02.tar.gz XML::MetaGenerator 0.03 B/BR/BRUJAH/XML-MetaGenerator-0.03.tgz XML::MetaGenerator::Formula 0.03 B/BR/BRUJAH/XML-MetaGenerator-0.03.tgz XML::MetaGenerator::Formula::Collector::Apache 0.03 B/BR/BRUJAH/XML-MetaGenerator-0.03.tgz @@ -7625,10 +7900,12 @@ XML::Schematron::XPath undef K/KH/KHAMPTON/XML-Schematron-0.53.tar.g XML::Script::Digest 0.03 K/KR/KRAEHE/XML-Filter-Digest-0.03.tar.gz XML::Simple 1.05 G/GR/GRANTM/XML-Simple-1.05.tar.gz XML::SimpleObject 0.3 D/DB/DBRIAN/XML-SimpleObject0.3.tar.gz -XML::Stream 1.11 R/RE/REATMON/XML-Stream-1.11.tar.gz -XML::Stream::Namespace 1.11 R/RE/REATMON/XML-Stream-1.11.tar.gz -XML::Stream::Parser 1.11 R/RE/REATMON/XML-Stream-1.11.tar.gz -XML::Stream::Parser::DTD 1.11 R/RE/REATMON/XML-Stream-1.11.tar.gz +XML::Stream 1.12 R/RE/REATMON/XML-Stream-1.12.tar.gz +XML::Stream::Hash 1.12 R/RE/REATMON/XML-Stream-1.12.tar.gz +XML::Stream::Namespace 1.12 R/RE/REATMON/XML-Stream-1.12.tar.gz +XML::Stream::Parser 1.12 R/RE/REATMON/XML-Stream-1.12.tar.gz +XML::Stream::Parser::DTD 1.12 R/RE/REATMON/XML-Stream-1.12.tar.gz +XML::Stream::Tree 1.12 R/RE/REATMON/XML-Stream-1.12.tar.gz XML::TiePYX 0.04 E/EB/EBOHLMAN/XML-TiePYX-0.04.tar.gz XML::TokeParser 0.02 E/EB/EBOHLMAN/XML-TokeParser-0.02.tar.gz XML::TreeBuilder 3.08 S/SB/SBURKE/XML-TreeBuilder-3.08.tar.gz @@ -7662,7 +7939,8 @@ XML::XPath::Step undef M/MS/MSERGEANT/XML-XPath-1.09.tar.gz XML::XPath::Variable undef M/MS/MSERGEANT/XML-XPath-1.09.tar.gz XML::XPath::XMLParser undef M/MS/MSERGEANT/XML-XPath-1.09.tar.gz XML::XPathScript 0.03 M/MS/MSERGEANT/XML-XPathScript-0.03.tar.gz -XML::XQL 0.64 T/TJ/TJMATHER/libxml-enno-1.04.tar.gz +XML::XPathTemplate 0.03 T/TJ/TJMATHER/Apache-PageKit-1.02.tar.gz +XML::XQL 0.64 T/TJ/TJMATHER/libxml-enno-1.05.tar.gz XML::XQL::Date undef E/EN/ENNO/libxml-enno-1.02.tar.gz XML::XQL::Debug undef E/EN/ENNO/libxml-enno-1.02.tar.gz XML::XQL::DirXQL undef E/EN/ENNO/libxml-enno-1.02.tar.gz @@ -7721,6 +7999,7 @@ XTM::XML::PSI 0.01 D/DR/DRRHO/XTM-0.20.tar.gz XTM::XML::UTF8 undef D/DR/DRRHO/XTM-0.22.tar.gz YAPE::HTML 1.11 P/PI/PINYAN/YAPE-HTML-1.11.tar.gz YAPE::HTML::Element 1.10 P/PI/PINYAN/YAPE-HTML-1.11.tar.gz -YAPE::Regex 2.00 P/PI/PINYAN/YAPE-Regex-2.00.tar.gz -YAPE::Regex::Element 2.00 P/PI/PINYAN/YAPE-Regex-2.00.tar.gz -YAPE::Regex::Explain 2.00 P/PI/PINYAN/YAPE-Regex-Explain-2.00.tar.gz +YAPE::Regex 3.01 P/PI/PINYAN/YAPE-Regex-3.01.tar.gz +YAPE::Regex::Element 3.00 P/PI/PINYAN/YAPE-Regex-3.01.tar.gz +YAPE::Regex::Explain 3.011 P/PI/PINYAN/YAPE-Regex-Explain-3.011.tar.gz +your 0.01 M/MS/MSCHWERN/your-0.01.tar.gz diff --git a/cpan/doc/04pause.html b/cpan/doc/04pause.html index 336e372e..60a0956c 100644 --- a/cpan/doc/04pause.html +++ b/cpan/doc/04pause.html @@ -6,9 +6,9 @@

The Perl Authors Upload Server

-Last modified: Tue Dec 5 21:07:00 CET 2000 +Last modified: Sun May 20 08:29:18 CEST 2001 -$Revision: 1.3 $ +$Revision: 1.64 $

Contents

@@ -34,7 +34,7 @@ This document is mirrored on CPAN as CPAN/modules/04pause.html.

Uploading

A server dedicated to collect the work of perl authors is a Perl Authors Upload Server +href="https://pause.perl.org/pause/">Perl Authors Upload Server (PAUSE). PAUSE provides personal directories and enables their owners to upload their work into that directory themselves. The procedure of uploading is trivial and needs no explanation here. @@ -79,72 +79,33 @@ archive, send the following to the maintainers at modules@perl.org
  • your homepage if you have one
  • your preferred user-ID on CPAN. It must be between 4 and 9 characters long, all uppercase, letters only. One dash allowed.
  • -
  • a description of what you're planning to contribute
  • -
  • for modules a description in module list format (DSLI -entry, which is: Development stage, Support level, Language used, -Interface style (see the modulelist), and a 44 character description).
  • -
  • for scripts, ports, documentation, etc. please send a concise -description that helps us to categorize the issue so we can forward -your mail to the maintainers of the corresponding archive branch.
  • -
  • It would be very nice, if you could also send a note about -where you have discussed some or all parts of your contribution -publicly, and if there was at least a little bit of interest. We are -quite open for submissions, but we owe our users at least some -rudimentary quality control. If your work has never been discussed -publicly, then it's extremely difficult for us to make our judgement -whether to accept the submission or not.
  • +
  • a short description of what you're planning to contribute
  • -
    -Also: think carefully and honestly whether your module would be better -off if it were integrated as an option into an already existing module. -Sometimes it is for the best to put aside personal glory and join -a collaborative effort: Perl itself is a good example of this. -Contact the author of an existing module and ask whether your new -features would fit into his framework. Even if you in the end -decide to release the module as your very own, you really should -know your 'competition', that is, know all the similar modules -and the features they offer. Maybe you can learn from them. -
    -

    You will be notified by email about your registration. Please allow three weeks for proceeding, which should be the maximum during vacation time. Normally we hope to register you within a week. All mails to modules@perl.org is archived at http://www.xray.mpe.mpg.de/mailing-lists/modules. -modules@perl.org isn't a mailing list, just an alias for the front -desk of the Perl 5 modules list. Please do not subscribe. Visit the -archive instead.

    - -

    And please do consult these archive before you post a module proposal. -The fulltext search capabilities of the archive should help you to -find similar suggestions and contact addresses. modules@perl.org is -low volume, so your search in the archive is quite targetted. The -module list maintainers themselves are mostly lurkers. You need not -wait for a response. Generally a lack of response can be taken as -acceptance of the module name being proposed. Note by KS: If you want -a quick response, be sure to ask if anybody actually reads the list. -This is guaranteed to produce at least ten responses in rapid -suggestion (none of which will respond to your proposal).

    - +modules@perl.org isn't a mailing list, just an alias for the +maintainers of the Perl 5 modules list. Please do not subscribe. Visit +the archive instead.

    Visit PAUSE

    As soon as you have a password (see registering) you are enabled to use some forms to interact with +href="https://pause.perl.org/pause/authenquery">forms to interact with the PAUSE database (Non-SSL version). You +href="http://pause.perl.org/pause/authenquery">Non-SSL version). You can add files to your home directory, edit your name, email, and homepage address, delete your files, change your password on PAUSE, etc.

    If you haven't got a password yet or have forgotten it, please visit -https://pause.kbx.de/pause/query?ACTION=mailpw (https://pause.perl.org/pause/query?ACTION=mailpw (Non-SSL version) for further instructions.

    Please, whenever you exchange email with the maintainers of PAUSE, @@ -165,27 +126,67 @@ impression of how things fit together. It usually boils down to

    Register your namespace!

    -

    Please, talk to modules@perl.org before you decide upon -the namespace you're going to use for your module. Usually it's not -considered the perl way to have beaurocratic conventions, but when it -comes to namespace pollution, there is the need of coordination. Just -like the InterNIC has to care for unique names for internet hosts, -somebody has to (sort of) guarantee uniqueness, consistency, and -sanity of module names. The Please, talk to other people (comp.lang.perl.modules, +modules@perl.org or any mailing list that fits your problem domain) +before you decide upon the namespace you're going to use for your +module. Usually it's not considered the perl way to have beaurocratic +conventions, but when it comes to namespace pollution, there is the +need of coordination. Just like the InterNIC has to care for unique +names for internet hosts, somebody has to (sort of) guarantee +uniqueness, consistency, and sanity of module names. The modulelist is the place where all currently registered module names can be found and the email address modules@perl.org is an alias for a hand full of experienced -volunteers who maintain the module list and give advice for the -appropriate namespace for your modules.

    +volunteers who maintain the module list and--time permitting--try to +give advice for the appropriate namespace for your modules.

    Please consider the namespace you're going to occupy with all due sensitivity. Discuss it in the appropriate fora. Read what the modulelist has to say -about this. Please pay special attention to the hints about 'cutesy' -names. Reading these sections carefully will help you and us to +about this. Pay special attention to the hints about cutesy +names. Reading these sections carefully will help you and us to greatly improve the usefulness of the CPAN and avoid cumbersome renaming at a later date.

    +
    Also: think carefully and honestly whether your module +would be better off if it were integrated as an option into an already +existing module. Sometimes it is for the best to put aside personal +glory and join a collaborative effort: Perl itself is a good example +of this. Contact the author of an existing module and ask whether your +new features would fit into his framework. Even if you in the end +decide to release the module as your very own, you really should know +your 'competition', that is, know all the similar modules and the +features they offer. Maybe you can learn from them, maybe you can help +the users of your module better by giving them an overview about +similar modules.
    + +

    And please do consult the archives of modules@perl.org before you +post a module proposal. The fulltext search capabilities of the +archive should help you to find similar suggestions and contact +addresses. modules@perl.org is low volume, so your search in the +archive is quite targetted. modules@perl.org is not a mailing +list. Please do not try to subscribe. We do not want to establish yet +another perl mailing list. If we encounter hot topics, we move the +discussion to the appropriate mailing lists. The traffic on +modules@perl.org is archived at http://www.xray.mpe.mpg.de/mailing-lists/modules/. +The module list maintainers themselves are mostly +lurkers. You need not wait for a response. Generally a lack of +response can be taken as acceptance of the module name being +proposed.

    + +

    When you're done with all your preparations, considerations, and +investigations, visit the PAUSE and fill in the form for a new module +namespace. Take your time filling in the rationale of the module +proposal. Consider, your form will be posted to modules@perl.org too, +so other developers will probably stumble over this description many +years later. The better the decription, the better the chances that +your module will actually be used.

    + +

    You need not wait for approval. You can upload anytime, even before +you fill in the form. Uploading and registering are only loosely +coupled.

    +

    The indexes that are maintained automatically on CPAN all double check if the module names that are used in the uploaded packages are registered. The indexer unwraps all packages and scans the source code @@ -194,23 +195,8 @@ the risk of being ignored by the index generator if you do not talk to the modulelist maintainers about the namespace you are using.

    -

    modules@perl.org is not a mailing list. Please do not try to -subscribe. We do not want to establish yet another perl mailing list. -If we encounter hot topics, we move the discussion to the appropriate -mailing lists. The traffic on modules@perl.org is archived at -http://www.xray.mpe.mpg.de/mailing-lists/modules/.

    - -

    Please consult these archives before you post a module proposal. -The fulltext search capabilities of the archive should help you to -find similar suggestions and contact addresses. -modules@perl.org is low volume, so your search in the archive -is quite targetted. The module list maintainers themselves are mostly -lurkers. You need not wait for a response. Generally a lack of -response can be taken as acceptance of the module name being proposed.

    - - -

    Other conventions you should know about

    +

    Other conventions you +should know about

    Do not upload the READMEs that are integrated in your distribution files. PAUSE is designed to take care of unwrappig your file with tar @@ -225,8 +211,8 @@ a few hours after your upload.

    $VERSION variable that conforms to the CPAN rules, i.e. the complete computation of $VERSION must take place on the one first line within the module that assigns to it. You can test if this is the -case by running
    perl -MExtUtils::MakeMaker -le -'print MM->parse_version(shift)' filename
    +case by running
    perl -MExtUtils::MakeMaker -le +'print MM->parse_version(shift)' 'file'
    on the filenames in question. The CPAN indexer will run this code within a Safe compartement.

    @@ -277,11 +263,11 @@ the standard approval procedure. -On a more or less regular basis, the Module List is published on -USENET in the newsgroups comp.lang.perl.modules, comp.answers, and -news.answers. Simultaneously an HTML -version and a machine readable -representation are uploaded to CPAN. +On a more or less regular basis, the Module List in HTML and TXT format and a machine readable representation are +uploaded to CPAN. @@ -359,49 +345,49 @@ keep up the http server for the time being. So if you have difficulties accessing https, you can always fall back to http, but using SSL greatly improves your and PAUSE's security.

    -

    PAUSE's private key is not registered with any certificate authority, -so when you access the SSL channel for the first time, your browser -will most likely complain that it does not recognize the authority -who signed its Certificate. You can safely ignore this error. When -you verify the fingerprint to be -B4:96:CD:65:5C:B4:2F:2A:EC:D6:5E:5F:FC:D0:8E:0B, then you know you're -talking to the real PAUSE.

    +

    PAUSE's private key is not registered with any certificate +authority, so when you access the SSL channel for the first time, your +browser will most likely complain that it does not recognize the +authority who signed its Certificate. You can ignore this caveat. +The fingerprint of the self-signed certificate that expires on +2003-05-20 is +0E:E2:E9:AC:81:D0:DC:80:81:25:E5:BA:66:32:33:E5

    Software

    -

    The software running PAUSE consists of a database, which is driven by -mysql and a The software running PAUSE consists of a database, which is driven +by mysql and a mod_perl server with SSL. Besides many of the -perl standard modules like CGI, Data::Dumper, Text::Wrap, File, +href="ftp://ftp.ox.ac.uk/pub/crypto/SSL/">Ben-SSL. Besides many of +the perl standard modules like CGI, Data::Dumper, Text::Wrap, File, Directory, and IO modules, PAUSE itself uses lots of modules from the CPAN. For a complete list, feel free to visit http://pause.kbx.de/perl-status. +href="http://pause.perl.org/perl-status">http://pause.perl.org/perl-status. Also a lot of work is done by the mirror program by Lee McLoughlin, available from the CPAN scripts/ftpstuff directory.

    Thanks to all of you for your great contributions!

    -
    Contact Andreas +
    Contact
    Andreas König for any questions.
    -PGP public key for Andreas Koenig <koenig@franz.ww.TU-Berlin.DE>
    +PGP public key for Andreas Koenig <andreas.koenig@anima.de>
     -----BEGIN PGP PUBLIC KEY BLOCK-----
    -Version: 2.6.2i
    -Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface
    -
    -mQCNAy/cHRcAAAEEANwnl+iKMmChV2bclGabDurm29HHOSSc6cB3jDLC0AzOHeai
    -KpWaht05TCh95Bdx19YcfCm+NEd3FK0O1dcitufpNR7QJUvYVuN1AscLoYBmU8BW
    -ioIPsdjAj3IVdjwhS5loTyjoIT2/OWC2FxCUV5rSyAo/mQQ9knx7PGaUl9ctAAUT
    -tC1BbmRyZWFzIEtvZW5pZyA8a29lbmlnQGZyYW56Lnd3LlRVLUJlcmxpbi5ERT6J
    -AJUCBRAwcO+wYOb8KOlZZVUBAVB1BAC1B/zPYWODvdOfEdLtdtqhR/H9ULyaVmOM
    -rS1TNpDdnQzzx8jzufHPJbWaY1XbOl3XYJy59lGUGN6rYKj91sDgvSmEL1ojHWmP
    -+Ox/FU9ZuNVvwz+qYbw031JLDKX6JWyby6kr742SDX/2Cw99knzh3VpdCUwZYjAq
    -DZDrUwUx+4kAlQMFEDBw/xB8ezxmlJfXLQEBpcED/0vP1gyeKTGZGZTg94OzdWlg
    -1fRjoVIXqwc10Fce6HnodJ5ScTiVaspA/ppq0p0eKoArPmGxy6ZjX3urr4PtdRck
    -5HWf0p8K1pBJ65P7x+vOlN3/v9L9kxtUjHxn/4U0X+xAhOlYQuz3FIdnGz7EDnaK
    -6z2ss1hdSC1mTrAF4JME
    -=zlTu
    +Version: 2.6.3ia
    +Comment: Processed by Mailcrypt 3.5.5, an Emacs/PGP interface
    +
    +mQCNAzrKR68AAAEEAL2GKFOe+hJ+LWhCmPT4xc7Aw3k1/vWwwQXjl79tbr7ITLBW
    +c9UhUvlF6cw0CDvar0GzTPHFvSjgx668AQPZv2zSR7uFwwdwYHcysrbMN+iqMmpM
    +x713rltz+2WpKhGwCbUrVqgRPn9UAcesWwat48oMmkztA51LmKxNj5KflPz1AAUR
    +tChBbmRyZWFzIEtvZW5pZyA8YW5kcmVhcy5rb2VuaWdAYW5pbWEuZGU+iQCVAwUQ
    +OspKfnx7PGaUl9ctAQGmewP+M0QpAwbeyiDCWW2EY/Y2rQyUafGbjEr7w9r1nUHk
    +oDRqJQPv8XECQQbRhO7JKQmwJA5Jladx4l9kzwuLxZ7/bKj/3fGDhllYByQzaTaT
    +nPogP5pa7SwFvlcgwLZ0P2dIc3dwom80bvnmG2QcrEx5xy2I2ZhouCf1Xy/xKZr5
    +dweJAJUDBRA6ykevrE2Pkp+U/PUBAWbrBACfgcD+T8W/r5AtLk37ZFL4OtCmYoUs
    +cDz6owiBgVqQmAH8lvduA8iecd0pbdDaeSeG9QGRCHFjTkRlzig/saM8xKY3FzDD
    +ghrlgeF+lyWcnghsO5PByuPFqBUpcM62yVZJQZwAf27iiBTe+hivbuFEvfKtyYoP
    +jG/Dku2EqTXnsg==
    +=YKGX
     -----END PGP PUBLIC KEY BLOCK-----
     
    diff --git a/cpan/doc/98_full_class_name b/cpan/doc/98_full_class_name index bcd16527..d96d8a24 100644 --- a/cpan/doc/98_full_class_name +++ b/cpan/doc/98_full_class_name @@ -1,15 +1,24 @@ ex::implements Study in Polymorphism ex::interface Another study in polymorphism ex::override perl pragma to override core functions +ex::caution Same as use warnings; use strict; ex::constant::vars Perl pragma to create readonly variables +Attribute::Handlers Simpler definition of attribute handlers +Attribute::Types Attributes that confer type on variables +Attribute::Memoize Attribute interface to Memoize.pm +Attribute::TieClasses attribute wrappers for CPAN Tie classes +Attribute::Abstract implement abstract methods with attributes +Exporter::Import Alternate symbol exporter +Exporter::Options Extends Exporter to handle use-line options +Exporter::PkgAlias Load a module into multiple namespaces Inline::CPR C Perl Run - Embed Perl in C, ala Inline Inline::C Write Perl subroutines in C Inline::CPP Easy implementation of C++ extensions Inline::Python Easy implementation of Python extensions Inline::Tcl Write Perl subroutines in Tcl -Exporter::Import Alternate symbol exporter -Exporter::Options Extends Exporter to handle use-line options -Exporter::PkgAlias Load a module into multiple namespaces +Regexp::Common Provide commonly requested regular expr. +Regexp::Shellish Shell-like regular expressions +Regexp::Func Replace =~, !~, m//, s/// with functions Safe::Hole Exec subs in the original package from Safe Symbol::Table OO interface to package symbols B::Fathom Estimate the readability of Perl code @@ -24,81 +33,95 @@ Filter::sh Filters script through a shell command Filter::cpp Filters script through C preprocessor Filter::tee Copies to file perl source being compiled Filter::decrypt Template for a perl source decryption filter +Filter::Simple Simplified source filtering Thread::Group Wait()-like and grouping functions -Thread::IO IO routines -Thread::Object OO routines +Thread::IO ? IO routines +Thread::Object ? OO routines Thread::Pool Worker pools to run Perl code asynchronously Thread::Queue Thread-safe queues Thread::Semaphore Thread-safe semaphores Thread::Signal A thread which runs signal handlers reliably Thread::Specific Thread-specific keys +IThread::Mutex ? +IThread::Semaphore ? +IThread::Queue ? Module::Reload Reloads files in %INC based on timestamps Pod::Diff compare two POD files and report diff +Pod::DocBook convert POD to and from DocBook Pod::HTML converter to HTML +Pod::HTML2Pod Translate HTML into POD +Pod::Hlp Convert POD to formatted VMS Help text Pod::Index index generator -Pod::Latex converter to LaTeX Pod::LaTeX Converts pod to latex with Pod::Parser -Pod::Lint Lint-style validator for pod +Pod::Latex converter to LaTeX Pod::Lyx A pod to LyX format conversion class -Pod::Man converter to man page Pod::MIF converter to FrameMaker MIF +Pod::Man converter to man page +Pod::PP A Pod pre-processor Pod::Parser Base class for parsing pod syntax Pod::Pdf Converter to PDF Pod::Pod converter to canonical pod Pod::RTF converter to RTF +Pod::Rtf Converter from POD to Rich Text Format Pod::Sdf converter to SDF Pod::Select Print only selected sections of pod docs Pod::Simplify Common pod parsing code Pod::Texinfo converter to texinfo Pod::Text convert POD data to formatted ASCII text Pod::Usage Print Usage messages based on your own pod -Pod::Rtf Converter from POD to Rich Text Format -Pod::Hlp Convert POD to formatted VMS Help text Pod::XML Generate XML from POD -Pod::PP A Pod pre-processor +Pod::Tree Create a static syntax tree for a POD +Pod::Checker Check pod documents for syntax errors +Perl6::Variables Perl 6 variable syntax for Perl 5 +Benchmark::Timer Perl code benchmarking tool ExtUtils::DynaGlue Methods for generating Perl extension files ExtUtils::MakeMaker Writes Makefiles for extensions ExtUtils::Manifest Utilities for managing MANIFEST files -ExtUtils::Typemap xsubpp typemap handling +ExtUtils::Typemap ? xsubpp typemap handling ExtUtils::Embed Utilities for embedding Perl in C/C++ apps ExtUtils::F77 Facilitate use of FORTRAN from Perl/XS code Carp::Assert Stating the obvious to let the computer know Carp::CheckArgs Check subroutine argument types +Carp::Datum Debugging And Tracing Ultimate Module +ClearCase::Ct Generic cleartool wrapper +Conjury::C Generic software construction toolset +Conjury::Core Generic software construction toolset +Conjury::Stage Generic software construction toolset Devel::CallerItem 'caller()' Object wrapper + useful methods Devel::CoreStack generate a stack dump from a core file +Devel::Cover Code coverage metrics for Perl Devel::Coverage Coverage analysis for Perl code -Devel::Datum Debugging And Tracing Ultimate Module +Devel::DProf Execution profiler Devel::DebugAPI Interface to the Perl debug environment Devel::DebugInit Create a .gdbinit or similar file -Devel::DProf Execution profiler Devel::DumpStack Dumping of the current function stack Devel::Leak Find perl objects that are not reclaimed +Devel::Modlist Collect module use information Devel::PPPort Portability aid for your XS code Devel::Peek Peek at internal representation of Perl data Devel::RegExp Access perl internal regex functions +Devel::SearchINC loading Perl modules from development dirs Devel::SmallProf Line-by-line profiler Devel::StackTrace Stacktrace object w/ info like Carp::confess Devel::Symdump Perl symbol table access and dumping Devel::TraceFuncs Trace funcs by using object destructions Devel::TraceLoad Traces the loading of perl source code -Devel::Modlist Collect module use information Exception::Class Declare exception class hierarchies Exception::Cxx Cause perl to longjmp using C++ exceptions Perf::ARM Application Response Measurement +Sub::Curry Perl module to curry functions ((á la Lisp)) Test::Cmd Portable test infrastructure for commands Test::Harness Executes perl-style tests Test::Unit framework for XP style unit testing Test::Suite Represents a collection of Test::Cases Test::Case Represent a single test case VCS::CVS Interface to GNU's CVS -VCS::PVCS PVCS Version Manager (intersolv.com) +VCS::PVCS ? PVCS Version Manager (intersolv.com) VCS::RCS Interface layer over RCS (See also Rcs) VCS::RCE Perl layer over RCE C API -ClearCase::Ct Generic cleartool wrapper -Sub::Curry Perl module to curry functions ((á la Lisp)) Async::Group Deal with simultaneous asynchronous calls -Async::Process class to run sub-processes -BSD::HostIdent s/gethostname(), s/gethostid() +Async::Process ? class to run sub-processes +BSD::HostIdent ? s/gethostname(), s/gethostid() BSD::Ipfwgen Generate ipfw(8) filters BSD::Resource getrusage(), s/getrlimit(), s/getpriority() Env::Path Advanced operations on path variables @@ -112,7 +135,8 @@ Proc::Simple Fork wrapper with objects Proc::Spawn Run external programs Proc::SyncExec Spawn processes but report exec() errors Proc::times By-name interface to process times function -Schedule::At OS independent interface to the at command +Proc::Queue limits number of concurrent forked processes +Schedule::At ? OS independent interface to the at command Schedule::ByClock Return at given times Schedule::Cron cron-like scheduler for perl subroutines Schedule::Load Remote system load, processes, scheduling @@ -173,8 +197,9 @@ Solaris::Package Access a Solaris package pkginfo file Solaris::Contents Access a Solaris contents file Unix::ConfigFile Abstract interfaces to Unix config files Unix::Processors Interface to per-processor information -Unix::Syslog Interface to syslog functions in a C-library +Unix::Syslog ? Interface to syslog functions in a C-library Unix::UserAdmin Interface to Unix Account Information +Unix::Login Customizable Unix login prompt / validation VMS::Device Access info about any device on a VMS system VMS::Filespec VMS and Unix file name syntax VMS::ICC Interface to the ICC facilities in VMS 7.2+ @@ -185,17 +210,19 @@ VMS::Persona Interface to the VMS Persona services VMS::Priv Access VMS Privileges for processes VMS::Process Process management on VMS VMS::Queue Manage queues and entries -VMS::SysCalls VMS-specific system calls +VMS::SysCalls ? VMS-specific system calls VMS::System VMS-specific system calls VMS::User Read access to system UAF data +VMS::Mail Perl module for accessing callable VMS mail VMS::Fileutils::Root Evade VMS's 8 level directory restrictions VMS::Fileutils::SafeName Transform filenames to "VMS safe" form PDA::Pilot Interface to pilot-link library -PDA::PilotDesktop Managing Pilot Desktop databases software +PDA::PilotDesktop ? Managing Pilot Desktop databases software Hardware::Simulator Simulate different pieces of hardware Device::SerialPort POSIX clone of Win32::SerialPort -Device::SVGA SVGA Graphic card driver +Device::SVGA ? SVGA Graphic card driver Device::ISDN::OCLM Perl interface to the 3com OCLM ISDN TA +AudioCD::Mac Extension for controlling Audio CDs on MacOS Socket::PassAccessRights Pass file descriptor via Unix domain socket Net::ACAP Interface to ACAP Protocol (Internet-Draft) Net::AIM AOL Instant Messenger TOC protocol @@ -203,27 +230,36 @@ Net::AOLIM AOL Instant Messenger OO Interface (TOC) Net::Bind Interface to bind daemon files Net::CDDB Interface to the CDDB (CD Database) Net::Cmd For command based protocols (FTP, SMTP etc) +Net::DHCPClient Interface to DHCP as a client Net::DLookup Lookup domains on Internic and 2-letter TLDs Net::DNS Interface to the DNS resolver +Net::DNSServer Secure and Extensible Name Server Net::Daemon Abstract base class for portable servers -Net::Dict Client of Dictionary Server Protocol (DICT) Net::Dnet DECnet-specific socket usage Net::Domain Try to determine TCP domain name of system Net::DummyInetd A dummy Inetd server Net::FTP Interface to File Transfer Protocol Net::Gen Generic support for socket usage +Net::Gnutella Gnutella network (v0.4) interface Net::Goofey Communicate with a Goofey server +Net::HTTPTunnel Tunnel through HTTP proxies with CONNECT +Net::Hesiod Interface to Hesiod library API Net::Hotline Interface to the Hotline protocol Net::ICAP Interface to ICAP Protocol (Internet-Draft) Net::ICB ICB style chat server interface +Net::ICQ Client interface to ICQ messaging +Net::ICal RFC2445 (iCalendar) protocol tools Net::IMAP Interface to IMAP Protocol (RFC2060) +Net::IMIP RFC2447 tools for event scheduling Net::IRC Internet Relay Chat interface +Net::ITIP RFC2446 tools for scheduling events Net::Ident Performs ident (rfc1413) lookups Net::Inet Internet (IP) socket usage Net::Interface ifconfig(1) implementation Net::Jabber Access to the Jabber protocol Net::LDAP Interface to LDAP Protocol (RFC1777) Net::LDAPapi Interface to UMICH and Netscape LDAP C API +Net::LMTP LMTP Protocol - RFC2033 Net::MsgLink Abstraction of "user" part for message link Net::NIS Interface to Sun's NIS Net::NISPlus Interface to Sun's NIS+ @@ -232,15 +268,25 @@ Net::Netmask Understand and manipulate network blocks Net::Netrc Support for .netrc files Net::PH CCSO Nameserver Client class Net::POP3 Client interface to POP3 protocol +Net::Pager Send Numeric/AlphaNumeric Pages to any pager +Net::ParseWhois Get+Parse "whois" domain data Net::Patricia Patricia Trie perl module for fast IP addres Net::Pcap An interface for LBL's packet capture lib +Net::Peep Clients for Peep: The Network Auralizer Net::Ping TCP and ICMP ping Net::Printer Direct to lpd printing +Net::SCP Perl extension for secure copy protocol +Net::SFTP Secure File Transfer Protocol client +Net::SMPP Protocol for sending SMS (to GSM or CDMA). +Net::SMS Send SMS wireless text-messages. Net::SMTP Interface to Simple Mail Transfer Protocol Net::SNMP Interface to SNMP Protocol (RFC1157) Net::SNPP Client interface to SNPP protocol Net::SOCKS TCP/IP access through firewalls using SOCKS +Net::SSH Perl extension for secure shell +Net::SSL Glue that enables LWP to access https URIs Net::SSLeay Secure Socket Layer (based on OpenSSL) +Net::Server Extensible (class) oriented internet server Net::Syslog Forwarded syslog protocol Net::TCP TCP-specific socket usage Net::TFTP Interface to Trivial File Transfer Protocol @@ -249,21 +295,16 @@ Net::Time Obtain time from remote machines Net::Traceroute Trace routes Net::UDP UDP-specific socket usage Net::VNC Interface VNC remote frame buffer protocol +Net::Whois Get+parse "whois" domain data from InterNIC +Net::XWhois Whois Client Interface for Perl5. +Net::Z3950 OO interface to the Yaz Z39.50 toolkit Net::hostent A by-name interface for hosts functions Net::netent A by-name interface for networks functions Net::protoent A by-name interface for protocols functions Net::servent A by-name interface for services functions Net::xAP Interface to IMAP,ACAP,ICAP substrate -Net::Z3950 OO interface to the Yaz Z39.50 toolkit -Net::SSL Glue that enables LWP to access https URIs -Net::Pager Send Numeric/AlphaNumeric Pages to any pager -Net::Whois Get+parse "whois" domain data from InterNIC -Net::XWhois Whois Client Interface for Perl5. -Net::ICQ Client interface to ICQ messaging -Net::SMS Send SMS wireless text-messages. -Net::HTTPTunnel Tunnel through HTTP proxies with CONNECT -Net::Gnutella Gnutella network (v0.4) interface Net::Daemon::SSL SSL extension for Net::Daemon +Net::DHCP::Watch A class for monitoring a remote DHCPD server Net::IMAP::Simple Only implements the basic IMAP features Net::Ping::External Cross-platform interface to "ping" utilities Net::SMS::Genie Send SMS messages using the Genie gateway @@ -272,12 +313,11 @@ Net::SSH::Perl Perl client Interface to SSH Net::Telnet::Cisco Net::Telnet wrapper for Cisco devices NetAddr::IP Manipulation and operations on IP addresses IPC::Cache Shared-memory object cache -IPC::Chat2 Out-of-service during refit! IPC::ChildSafe Control child process w/o risk of deadlock IPC::Globalspace Multi-process shared hash and shared events IPC::LDT Implements a length based IPC protocol IPC::Locker Shared semaphore locks across a network -IPC::Mmap Interface to Unix's mmap() shared memory +IPC::Mmap ? Interface to Unix's mmap() shared memory IPC::Open2 Open a process for both reading and writing IPC::Open3 Like IPC::Open2 but with error handling IPC::Run Child procs w/ piping, redir and psuedo-ttys @@ -294,7 +334,7 @@ RPC::Simple Simple OO async remote procedure calls DCE::ACL Interface to Access Control List protocol DCE::DFS DCE Distributed File System interface DCE::Login Interface to login functions -DCE::RPC Remote Procedure Calls +DCE::RPC ? Remote Procedure Calls DCE::Registry DCE registry functions DCE::Status Make sense of DCE status codes DCE::UUID Misc uuid functions @@ -304,10 +344,12 @@ NetPacket::IGMP Internet Group Management Protocol NetPacket::IP Internet Protocol NetPacket::TCP Transmission Control Protocol NetPacket::UDP User Datagram Protocol -Proxy::Tk Tk transport class for Proxy (part of Tk) +Proxy::Tk ? Tk transport class for Proxy (part of Tk) IPChains::PortFW Interface to ipmasqadm portfw command SNMP::Monitor Accounting and graphical display SNMP::Util Perform SNMP set,get,walk,next,walk_hash,... +SNMP::NPAdmin Perl API to query printers via SNMP. +SNMP::BridgeQuery Query bridge/switch for forwarding database Mon::Client Network monitoring client Mon::SNMP Network monitoring suite Parallel::ForkManager A simple parallel processing fork manager @@ -325,8 +367,8 @@ Math::Approx Approximate x,y-values by a function Math::BaseCalc Convert numbers between various bases Math::BigFloat Arbitrary size floating point math package Math::BigInt Arbitrary size integer math package -Math::BigInteger Arbitrary size integer as XS extension -Math::BigRat Arbitrary size rational numbers (fractions) +Math::BigInteger ? Arbitrary size integer as XS extension +Math::BigRat ? Arbitrary size rational numbers (fractions) Math::Brent One-dimensional Function Minimisation Math::CDF Cumulative Distribution Functions Math::Cephes Interface to St. Moshier's Cephes library @@ -334,33 +376,39 @@ Math::Complex Complex number data type Math::Derivative 1st and 2nd order differentiation of data Math::Expr Parses agebraic expressions Math::Fortran Implements Fortran log10 & sign functions -Math::Fourier Fast Fourier Transforms +Math::Fourier ? Fast Fourier Transforms Math::Fraction Fraction Manipulation Math::Geometry 2D and 3D algorithms -Math::Integral Integration of data +Math::Integral ? Integration of data Math::Interpolate Polynomial interpolation of data -Math::LinearProg Linear programming utilities +Math::LinearProg ? Linear programming utilities Math::Logic Provides pure 2, 3 or multi-value logic Math::Matrix Matrix data type (transpose, multiply etc) Math::MatrixBool Matrix of booleans (Boolean Algebra) Math::MatrixCplx Matrix data type for Complex Numbers -Math::MatrixReal Everything you ever wanted to do with Matr. Math::Pari Interface to the powerful PARI library Math::Polynomial Polynomials as objects -Math::Prime Prime number testing -Math::RandomPrime Generates random primes of x bits +Math::Prime ? Prime number testing +Math::RandomPrime ? Generates random primes of x bits Math::Round Perl extension for rounding numbers Math::SigFigs Math using scientific significant figures Math::Spline Cubic Spline Interpolation of data Math::Trig tan asin acos sinh cosh tanh sech cosech -Math::TrulyRandom based on interrupt timing discrepancies +Math::TrulyRandom ? based on interrupt timing discrepancies Math::VecStat Some basic numeric stats on vectors Math::ematica Interface to the powerful Mathematica system Math::Libm Perl extension for the C math library, libm Math::FFT Perl extension for Fast Fourier Transforms Math::BooleanEval Parsing and evaluating Boolean expressions +Math::BigIntFast Efficient big integer arithmetic (in C) +Math::QuadTree Quad Edge data structure for 2D manifolds +Math::Fleximal Arithmetic with any base representation +Math::Project Compute intersection with upright line Math::Business::EMA An Exponential Moving Average Calculator +Math::MatrixReal Everything you ever wanted to do with Matr. +Math::MatrixReal::Ext1 Convenience extensions for Math::MatrixReal Math::Polynomial::Solve Solve polynomials up to degree 4 +Math::Random::MT The Mersenne Twister PRNG Statistics::ChiSquare Chi Square test - how random is your data? Statistics::ConwayLife Simulates life using Conway's algorithm Statistics::Descriptive Descriptive statistical methods @@ -372,6 +420,7 @@ Statistics::Distributions Perl module for calculating critical values Algorithm::Diff Diff (also Longest Common Subsequence) Algorithm::Permute Handy and fast permutation with OO interface Algorithm::SISort Select And Insert sorting algorithm +Algorithm::LUHN Calculate mod 10 Double Add Double checksum Algorithm::Graphs::TransitiveClosureCalculates the transitive closure Algorithm::Numerical::Shuffle Knuth's shuffle algorithm Algorithm::Numerical::Sample Knuth's sample algorithm @@ -387,9 +436,9 @@ Array::Compare Class to compare two arrays Array::Heap Manipulate array elements as a heap Array::IntSpan Handling arrays using IntSpan techniques Array::PrintCols Print elements in vertically sorted columns -Array::Substr Implement array using substr() -Array::Vec Implement array using vec() -Array::Virtual Implement array using a file +Array::Substr ? Implement array using substr() +Array::Vec ? Implement array using vec() +Array::Virtual ? Implement array using a file Array::Reform Convert an array into N-sized array of array Hash::NoVivify Provide non-autovivifying hash functions Heap::Binary Implement Binary Heap @@ -404,7 +453,7 @@ Heap::Elem::Ref Obj ref heap element container Heap::Elem::RefRev Obj ref element reversed order Scalar::Util Scalar utilities (dualvar reftype etc) List::Util List utilities (eg min, max, reduce) -Bit::Vector Virtual (arbitrary machineword size) CPU +Bit::Vector Fast virtual arbitrary-machineword-size CPU Set::Bag Bag (multiset) class Set::IntRange Set of integers (arbitrary intervals, fast) Set::IntSpan Set of integers newsrc style '1,5-9,11' etc @@ -413,10 +462,16 @@ Set::Object Set of Objects (smalltalkish: IdentitySet) Set::Scalar Set of scalars (inc references) Set::Window Manages an interval on the integer line Set::CheckList Maintain a list of "to-do" items -Graph::Element Base class for element of directed graph -Graph::Node A node in a directed graph -Graph::Edge An edge in a directed graph +Set::Crontab Expand crontab(5)-style integer lists +Set::Infinite Set Theory module for infinite sets Graph::Kruskal Kruskal Algorithm for Minimal Spanning Trees +Graph::Reader Base class for graph file format reader +Graph::Writer Base class for graph file format writer +Graph::Reader::XML Read a Graph from simple XML format +Graph::Writer::XML Write a Graph in a simple XML format +Graph::Writer::Dot Write a Graph in file format used by Dot +Graph::Writer::VCG Write a Graph in file format used by VCG +Graph::Writer::daVinci Write a Graph in file format used by daVinci Decision::Markov Build/evaluate Markov models for decisions Date::Calc Gregorian calendar date calculations Date::Convert Conversion between Gregorian, Hebrew, more? @@ -443,24 +498,30 @@ Time::gmtime A by-name interface for gmtime Time::localtime A by-name interface for localtime Time::Seconds API to convert seconds to other date values Time::Stopwatch Use tied scalars as timers +Time::Unix Force time() to return secs since UNIX epoch +Time::TAI64 Time manipulation in the TAI64* formats Calendar::CSA interface with calenders such as Sun and CDE Calendar::Hebrew Hebrew calendar conversion/manipulation -Calendar::RCM Russell Calendar Manager -Tie::Hash Base class for implementing tied hashes -Tie::Scalar Base class for implementing tied scalars +Calendar::RCM ? Russell Calendar Manager +Tie::AliasHash Hash with key aliases Tie::Array Base class for implementing tied arrays Tie::CPHash Case preserving but case insensitive hash Tie::Cache In memory size limited LRU cache +Tie::CharArray Access Perl scalars as arrays of characters +Tie::Cycle Cycle through a list of values via a scalar. +Tie::DBI Tie hash to a DBI handle Tie::DB_FileLock Locking access to Berkeley DB 1.x. Tie::DB_Lock Tie DB_File with automatic locking -Tie::DBI Tie hash to a DBI handle Tie::Dir Tie hash for reading directories Tie::Discovery Discover data by caching sub results +Tie::DxHash Keeps insertion order; allows duplicate keys Tie::File Tie hash to files in a directory Tie::FileLRUCache File based persistent LRU cache Tie::Handle Base class for implementing tied filehandles +Tie::Hash Base class for implementing tied hashes Tie::HashDefaults Let a hash have default values Tie::IxHash Indexed hash (ordered array/hash composite) +Tie::LDAP Ties LDAP database to Perl hash Tie::LLHash Fast ordered hashes via linked lists Tie::ListKeyedHash Use lists to key multi-level hashes Tie::Mem Bind perl variables to memory addresses @@ -468,23 +529,22 @@ Tie::MmapArray Ties a file to an array Tie::Multidim "tie"-like multidimensional data structures Tie::OffsetArray Tie one array to another, with index offset Tie::Persistent Persistent data structures via tie -Tie::Quick Simple way to create ties +Tie::Quick ? Simple way to create ties Tie::RDBM Tie hashes to relational databases +Tie::RangeHash Hashes with 'low,high' ranges as keys +Tie::RegexpHash Use regular expressions as hash keys Tie::RndHash choose a random key of a hash in O(1) time +Tie::Scalar Base class for implementing tied scalars Tie::SecureHash Enforced encapsulation of Perl objects Tie::SentientHash Tracks changes to nested data structures Tie::ShadowHash Merge multiple data sources into a hash -Tie::ShiftSplice Defines shift et al in terms of splice +Tie::ShiftSplice ? Defines shift et al in terms of splice Tie::SortHash Provides persistent sorting for hashes +Tie::StrictHash A hash with strict-like semantics Tie::SubstrHash Very compact hash stored in a string Tie::TextDir ties a hash to a directory of textfiles +Tie::WarnGlobal Ties variables to functions, warns on use Tie::Watch Watch variables, run code when read/written -Tie::Cycle Cycle through a list of values via a scalar. -Tie::LDAP Ties LDAP database to Perl hash -Tie::CharArray Access Perl scalars as arrays of characters -Tie::RangeHash Hashes with 'low,high' ranges as keys -Tie::RegexpHash Use regular expressions as hash keys -Tie::AliasHash Hash with key aliases Tie::Scalar::Timeout Scalar variables that time out Tie::Cache::LRU A Least-Recently Used cache Class::Accessor Automated accessor generation @@ -511,6 +571,10 @@ Class::Template Struct/member template builder Class::Translucent Translucent (ala perltootc) method creation Class::Tree C++ class hierarchies & disk directories Class::WhiteHole Treat unhandled method calls as errors +Class::Handler Make Apache-like pseudoclass event handlers +Class::Loader Load modules & construct objects on demand. +Class::Date a date and time class for perl +Class::ArrayObjects utility class for array based objects Class::ObjectTemplate::DB Template base class for DB objects Object::Info General info about objects (is-a, ...) Object::Transaction Transactions on serialized HASH files @@ -547,6 +611,14 @@ Data::Random Generate random sets of data Data::JavaScript Dumps structures into JavaScript code Data::MultiValuedHash Hash whose keys have multiple ordered values Data::Iterator Simple iteration over complex data strucures +Data::Buffer Read/write buffer class +Data::Lazy provides "lazy" scalars, arrays and hashes +Data::Denter An alternative to Data::Dumper and Storable. +Data::Compare Compare perl data structures +Data::HexDump Hexadecial Dumper +Data::Hexdumper Display binary data in multiple formats +Data::Stash Data structures in simple text format +Data::BinStruct OO access to binary data structures Tree::Base Defines a basic binary search tree Tree::Fat Embeddable F-Tree algorithm suite Tree::Smart Splay tree, fastest for commonly accessed ke @@ -555,9 +627,11 @@ Tree::Ternary_XS XS implementation of ternary search trees Tree::Trie An implementation of the Trie data structure Tree::Nary Perl implementation of N-ary search trees Tree::DAG_Node base class for trees +Tree::M M-trees provide efficient metric searches DFA::Command Discrete Finite Automata command processor -DFA::Kleene Kleene's Algorithm for DFA +DFA::Kleene ? Kleene's Algorithm for DFA DFA::Simple An "augmented transition network" +DBI::Format Defined display formats for data from DBI DBIx::Abstract Wrapper for DBI that generates SQL DBIx::AnyDBD Module to make cross db applications easier DBIx::CGITables Easy DB access from a CGI @@ -573,6 +647,13 @@ DBIx::TableAdapter An object-relational mapper for DBI tables DBIx::Tree Expand self-referential table into a tree DBIx::XML_RDB Creates XML from DBI datasources DBIx::DBSchema Database-independent schema objects +DBIx::XMLMEssage Exchange of XML messages between DBI sources +DBIx::Browse A class to browse related tables via CGI/Web +DBIx::XHTML_Table Create XHTML tables from SQL queries +DBIx::SchemaView Retrieving and drawing of DB schema (Tk) +DBIx::SystemCatalog Accessing system catalog in common databases +DBIx::dbMan Tk database manipulating tool +DBIx::Lookup::Field Create a lookup hash from a database table DBD::ASAny Adaptive Server Anywhere Driver for DBI DBD::Altera Altera SQL Server for DBI - pure Perl code DBD::CSV SQL engine and DBI driver for CSV files @@ -584,7 +665,7 @@ DBD::Illustra Illustra Driver for DBI DBD::Informix Informix Driver for DBI DBD::Informix4 DBI driver for Informix SE 4.10 DBD::Ingres Ingres Driver for DBI -DBD::Multiplex Spreading database load acrross servers +DBD::Multiplex Spreading database load across servers DBD::ODBC ODBC Driver for DBI DBD::Oracle Oracle Driver for DBI DBD::QBase QBase Driver for DBI @@ -601,9 +682,12 @@ DBD::pNET DBD proxy driver DBD::InterBase DBI driver for InterBase RDBMS server DBD::RDB DBI driver for Oracle RDB (OpenVMS only) DBD::DtfSQLmac dtF/SQL (Mac OS edition) driver for DBI +DBD::ADO Database interface modules of MS ADO for DBI +DBD::Excel Excel database driver for the DBI module DDL::Oracle Reverse engineers object DDL; also defrags MSSQL::DBlib Access MS SQL Server through DB-Library. MSSQL::Sqllib High-level interface using MSSQL::DBlib. +Oracle::OCI Raw interface to the Oracle OCI API Sybase::Async interact with a Sybase asynchronously Sybase::BCP Sybase BCP interface Sybase::DBlib Sybase DBlibrary interface @@ -612,8 +696,9 @@ Sybase::Sybperl sybperl 1.0xx compatibility module Sybase::CTlib Sybase CTlibrary interface MLDBM::Sync MLDBM wrapper to serialize concurrent access DB_File::Lock DB_File wrapper with flock-based locking +DB_File::DB_Database DB_File to MultiField Table with Index DBM::DBass DBM with hashes, locking and XML records -AsciiDB::Parse Generic text database parsing +AsciiDB::Parse ? Generic text database parsing AsciiDB::TagFile Tie class for a simple ASCII database Db::Ctree Faircom's CTREE+ database interface Db::Documentum Documentum EDMS Perl client interface @@ -637,12 +722,14 @@ OLE::PropertySet Property Set interface OLE::Storage Structured Storage / OLE document interface OLE::Storage_Lite Simple Class for OLE document interface Spectrum::CLI API for Spectrum Enterprise Mgr. CLI -Spreadsheet::Excel Interface to Excel spreadsheets -Spreadsheet::Lotus Interface to Lotus 1-2-3 spreadsheets -Spreadsheet::WriteExcel Write numbers & text in Excel binary format +Spreadsheet::Excel ? Interface to Excel spreadsheets +Spreadsheet::Lotus ? Interface to Lotus 1-2-3 spreadsheets +Spreadsheet::WriteExcel Write cross-platform Excel binary file. Spreadsheet::ParseExcel Get information from Excel file X500::DN X500 Distinguished Name parser +Splash::DB ? Term::ANSIColor Color output using ANSI escape sequences +Term::ANSIScreen Terminal control using ANSI escape sequences Term::Cap Basic termcap: Tgetent, Tputs, Tgoto Term::Complete Tab word completion using stty raw Term::Control Basic curses-type screen controls (gotxy) @@ -656,7 +743,7 @@ Term::ReadLine Common interface for various implementations Term::Screen Basic screen + input class (uses Term::Cap) Term::Size Simple way to get terminal size Term::TUI User interface based on Term::ReadLine -Term::ANSIScreen Terminal control using ANSI escape sequences +Term::VT102 Emulates a colour VT102 terminal in memory Term::ReadLine::Perl GNU Readline history and completion in Perl Term::ReadLine::Gnu GNU Readline XS library wrapper Curses::Forms Form management for Curses::Widgets @@ -714,6 +801,9 @@ Tk::WaitBox A Wait dialog, of the "Please Wait" variety Tk::XMLViewer Tk widget to display XML Tk::ObjEditor Tk widget to edit data or objects Tk::ObjEditorDialog Tk popup dialog to edit data or objects +Tk::Pgplot Pgplot widget for Tk +Tk::PathEntry Entry for selecting paths with completion +Tk::JComboBox another combo box (similar to the java comp) Log::Dispatch::ToTk Interface class between Log::Dispatch and Tk Log::Dispatch::TkText Text widget to log Log::Dispatch messages Puppet::Body Base class for persistent data @@ -736,25 +826,38 @@ X11::XRT XRT widget set (commercial) interface X11::Xbae Xbae matrix (spreadsheet like) interface X11::Xforms provides the binding to the xforms library X11::Xpm X Pixmap library interface -GUI::Guido bd+O Communicate with objects in a GUI -C::DynaLib Allows direct calls to dynamic libraries -C::Scan Heuristic parse of C files -C::Tk Complete access to Tk *via Tcl* +GUI::Guido ? bd+O Communicate with objects in a GUI Language::Basic Implementation of BASIC Language::Prolog An implementation of Prolog -Language::PGForth Peter Gallasch's Forth implementation -Fortran::NameList Interface to FORTRAN NameList data -ShellScript::Env Simple sh and csh script generator -Verilog::Pli Access to simulator functions -Verilog::Language Language support, number parsing, etc -Verilog::Parser Language parsing -Verilog::SigParser Signal and module extraction +Language::PGForth ? Peter Gallasch's Forth implementation +Language::ML Implementation of ML +Language::VBParser Visual Basic 6 source parser +Language::Style Interpreter/Compiler for the Style Language +Language::DATR::DATR2XML Convert DATR to XML and back, wth XSLT & DTD +Blatte::Builtins Blatte language standard intrinsics +Blatte::Compiler Convenient interface for compiling Blatte +Blatte::Parser Blatte language parser +Blatte::Syntax Internal Blatte parse-tree objects +Blatte::Ws Internal Blatte whitespace handler +Blatte::HTML Intrinsics for writing HTML in Blatte +C::DynaLib Allows direct calls to dynamic libraries +C::Scan Heuristic parse of C files FFI::Library Access to functions in shared libraries FFI::Win32::Typelib FFI taking definitions from a type library FFI::Win32::COM Access to COM using VTBL interface +Fortran::NameList Interface to FORTRAN NameList data Python::Object Wrapper for python objects Python::Err Wrapper for python exceptions +ShellScript::Env Simple sh and csh script generator Shockwave::Lingo Collection of modules for Lingo processing +SystemC::Netlist Build and lint netlist structures, AUTOs +SystemC::Parser Parse SystemC files +SystemC::Vregs Build Registers, Classes, Enums from HTML +SystemC::Tk Complete access to Tk *via Tcl* +Verilog::Pli Access to simulator functions +Verilog::Language Language support, number parsing, etc +Verilog::Parser Language parsing +Verilog::SigParser Signal and module extraction File::Attrib Get/set file attributes (stat) File::BSDGlob Secure, csh-compatible filename globbing File::Backup Easy file backup & rotation automation @@ -764,7 +867,6 @@ File::CheckTree Check file/dir tree against a specification File::Compare Compare file contents quickly File::Copy Copying files or filehandles File::CounterFile Persistent counter class -File::Df Free disk space utilities (h2ph required) File::Find Call func for every item in a directory tree File::Flock flock() wrapper. Auto-create locks File::Glob Filename globing (ksh style) @@ -787,6 +889,8 @@ File::lockf Interface to lockf system call File::stat A by-name interface for the stat function File::BasicFlock Simple flock() wrapper File::Searcher Search filetree do search/replace regexes +File::VirtualPath Portable abstraction of a file/dir/url path +File::NFSLock NFS compatible (safe) locking utility File::Searcher::Interactive Interactive search do search/replace regexes Dir::Purge Delete files in directory based on timestamp Filesys::AFS AFS Distributed File System interface @@ -798,6 +902,7 @@ Filesys::Statvfs Interface to the statvfs() system call Filesys::dfent By-name interface Filesys::mntent By-name interface Filesys::statfs By-name interface +Filesys::DiskSpace Perl df (requires h2ph) LockFile::Lock Lock handles created by LockFile::* schemes LockFile::Manager Records locks created by LockFile::* LockFile::Scheme Abstract superclass for locking modules @@ -847,8 +952,12 @@ Text::iPerl Bring text-docs to life via embedded Perl Text::DoubleMetaphone Convert string to phonetic encoding Text::FastTemplate Perl subs from line-oriented templates Text::Substitute Runtime backslash sequence substitution +Text::xSV Read CSV files, handling embedded returns +Text::Header Content-independent RFC 822 header functions +Text::BarGraph Generate text bar graph from data in a hash +Text::EtText editable-text format for HTML output Text::PDF::API Allows creation of nifty PDF-files. -Text::Wrap::Hyphenate Like Text::Wrap with ability to hyphenate +Text::Wrap::Hyphenate ? Like Text::Wrap with ability to hyphenate Text::Balanced Extract balanced-delimiter substrings Text::Banner Resembles UNIX banner command Text::Merge Methods for text templating and data merging @@ -857,27 +966,28 @@ Text::Trie Find common heads and tails from strings Text::English English language stemming Text::German German language stemming Text::Stem Porter algorithm for stemming English words -Lingua::DetectCharset Heuristics to detect coded character sets +Lingua::DetectCharset ? Heuristics to detect coded character sets Lingua::Ident Statistical language identification Lingua::Ispell Interface to the Ispell spellchecker Lingua::Stem Word stemmer with localization Lingua::Preferred Pick a language based on user's preferences -Lingua::EN Namespace for English language +Lingua::EN ? Namespace for English language Lingua::PT Namespace for Portugese language modules Lingua::EN::AddressParse Manipulate geographical addresses -Lingua::EN::Cardinal Convert numbers to words +Lingua::EN::Cardinal ? Convert numbers to words Lingua::EN::Fathom Readability measurements of English text Lingua::EN::Hyphenate Syllable based hyphenation Lingua::EN::Infinitive Find infinitive of a conjugated word -Lingua::EN::Inflect English singular->plural and "a"->"an" +Lingua::EN::Inflect English sing->plur, a/an, nums, participles Lingua::EN::MatchNames Smart matching for human names Lingua::EN::NameCase Convert NAMES and names to Correct Case Lingua::EN::NameParse Manipulate persons name Lingua::EN::Nickname Genealogical nickname matching(Peggy=Midge) -Lingua::EN::Ordinal Convert numbers to words +Lingua::EN::Ordinal ? Convert numbers to words Lingua::EN::Squeeze Shorten english text for Pagers/GSM phones -Lingua::EN::Syllable Estimate syllable count in words +Lingua::EN::Syllable ? Estimate syllable count in words Lingua::EN::Numbers::Ordinate go from cardinal (53) to ordinal (53rd) +Lingua::Romana::Perligata Perl in Latin Lingua::RU::Charset Detect/Convert russian character sets. PostScript::Barcode Various types of barcodes as PostScript PostScript::Basic Basic methods for postscript generation @@ -889,11 +999,17 @@ PostScript::FontMetrics analyzes Adobe Font Metric files PostScript::Metrics Font metrics data used by PS::TextBlock PostScript::Resources loads Unix PostScript Resources file PostScript::TextBlock Objects used by PS::Document +PostScript::PrinterFontMetricsGet font metrics from .PFM files +PostScript::BasicTypesetter Basic typesetting functions +PostScript::PseudoISO Typesetting supprort +PostScript::ISOLatin1Encoding ISO Latin1 Encoding vector +PostScript::StandardEncoding Adobe Standard Encoding vector Font::AFM Parse Adobe Font Metric files Font::TFM Read info from TeX font metric files Font::TTF TrueType font manipulation module Font::Fret Fret - Font REporting Tool Number::Format Package for formatting numbers for display +Number::Encode Encode bit strings into digit strings Number::Phone::US Validates several US phone number formats Email::Find Find RFC 822 email addresses in plain text Parse::ePerl Embedded Perl (ePerl) parser @@ -903,6 +1019,7 @@ Parse::Tokens Base class for parsing tokens from text Parse::Yapp Generates OO LALR parser modules Parse::YALALR Yet Another LALR parser Parse::Vipar Visual LALR parser debugger +Parse::Lexer Conventional generator of lexical analyzers Search::Dict Search a dictionary ordered text file Search::InvertedIndex Inverted index database support Search::Binary Generic binary search @@ -933,11 +1050,16 @@ XML::XPath A set of modules for parsing and evaluating XML::XQL Performs XQL queries on XML object trees XML::XSLT Process XSL Transformational sheets XML::miniXQL Simplistic XQL-like search using streams +XML::Excel Transform Excel spreadsheet data into XML +XML::Xalan Interface to Xalan (Apache XSLT processor) +XML::GXML XML transformation and XML->HTML conv. +XML::SAXDriver::CSV complements XML::CSV, SAX interface +XML::SAXDriver::Excel complements XML::Excel, SAX interface Frontier::RPC Performs Remote Procedure Calls using XML RDF::Service RDF API with DBI and other backends -RTF::Base Classes for Microsoft Rich Text Format +RTF::Base ? Classes for Microsoft Rich Text Format RTF::Generator Next Generation of RTF::Document -RTF::Parser Base class for parsing RTF files +RTF::Parser ? Base class for parsing RTF files SQL::Schema Convert a data dictionary to SQL statements SQL::Statement Small SQL parser and engine SQL::Builder OO interface for creating SQL statements @@ -950,6 +1072,12 @@ FrameMaker::Control Control a FrameMaker session Chatbot::Eliza Eliza algorithm encapsulated in an object Quiz::Question Questions and Answers wrapper Barcode::Code128 Generate CODE 128 bar codes +Syntax::Highlight::Perl Perform syntax highlighting of Perl code +CSS::SAC Perl implementation of the Simple API to CSS +PDF::Core Core Library for PDF library +PDF::Parse parsing functions for PDF library +PDF::Create Create PDF files +PDF::Labels Produce sheets of mailing labels in PDF Getopt::ArgvFile Take options from files Getopt::Declare An easy-to-use WYSIWYG command-line parser Getopt::EvaP Long/short options, multilevel help @@ -957,7 +1085,7 @@ Getopt::Gnu GNU form of long option handling Getopt::Help Yet another getopt, has help and defaults Getopt::Long Advanced handling of command line options Getopt::Mixed Supports both long and short options -Getopt::Regex Option handling using regular expressions +Getopt::Regex ? Option handling using regular expressions Getopt::Simple A simple-to-use interface to Getopt::Long Getopt::Std Implements basic getopt and getopts Getopt::Tabular Table-driven argument parsing with help text @@ -966,12 +1094,13 @@ Getargs::Long Parses long function args f(-arg => value) App::Config Configuration file mgmt App::Manager Installing/Managing/Uninstalling Software Config::FreeForm Provide in-memory configuration data -Config::IniFiles INI-Style configuration files +Config::IniFiles Read/Write INI-Style configuration files Config::Ini Accesses Windows .ini and .reg files +AppConfig::Std Provides standard configuration options I18N::Charset Character set names and aliases I18N::Collate Locale based comparisons I18N::LangTags compare & extract language tags (RFC1766) -I18N::WideMulti Wide and multibyte character string +I18N::WideMulti ? Wide and multibyte character string Locale::Country ISO 3166 two letter country codes Locale::Date Month/weekday names in various languages Locale::Langinfo The API @@ -982,6 +1111,7 @@ Locale::SubCountry ISO 3166-2 two letter subcountry codes Locale::gettext Multilanguage messages Locale::Maketext Framework for software localization Locale::PO Manipulate .po entries from gettext +Locale::Currency ISO 4217 codes for currencies and funds Unicode::String String manipulation for Unicode strings Unicode::Map8 Convert between most 8bit encodings Unicode::Normal Composition, canonical ordering, blocks @@ -1007,25 +1137,26 @@ Digest::MD2 MD2 message digest algorithm Digest::SHA1 NIST SHA message digest algorithm Digest::HMAC HMAC message integrity check Digest::UserSID Managing session-id's with Digest::SHA1 +Digest::BubbleBabble Create bubble-babble fingerprints Crypt::Beowulf An original, very fast encryption algorithm Crypt::Blowfish XS-based implementation of Blowfish Crypt::Blowfish_PP Blowfish encryption algorithm in Pure Perl Crypt::CBC Cipherblock chaining for Crypt::DES/IDEA Crypt::CBCeasy Easy things make really easy with Crypt::CBC -Crypt::DES DES encryption (libdes) +Crypt::DES ? DES encryption (libdes) Crypt::ElGamal ElGamal digital signatures and keys -Crypt::IDEA International Data Encryption Algorithm +Crypt::IDEA ? International Data Encryption Algorithm Crypt::Keys Management system for cryptographic keys Crypt::OTP Implements One Time Pad encryption Crypt::Passwd Perl wrapper around the UFC Crypt Crypt::PasswdMD5 Interoperable MD5-based crypt() function -Crypt::PRSG 160 bit LFSR for pseudo random sequences +Crypt::PRSG ? 160 bit LFSR for pseudo random sequences Crypt::RC4 Implements the RC4 encryption algorithm Crypt::Random Cryptographically Strong Random Numbers Crypt::Rot13 simple encryption often seen on usenet Crypt::RSA RSA public-key cryptosystem. Crypt::Solitaire A very simple encryption system -Crypt::Twofish Twofish Encryption Algorothm +Crypt::Twofish The Twofish Encryption Algorithm Crypt::UnixCrypt Perl-only implementation of crypt(3) Crypt::RandPasswd Random password generator based on FIPS-181 Crypt::Rijndael AES/Rijndael Encryption Module @@ -1039,12 +1170,21 @@ Crypt::CipherSaber OO module for CS-1 and CS-2 encryption Crypt::PGPSimple Basic interface to PGP Crypt::TEA Tiny Encryption Algorithm Crypt::DSA DSA signatures and key generation +Crypt::NULL NULL Encryption Algorithm +Crypt::DH Diffie-Hellman key exchange system +Crypt::PassGen Generate pronouncable passwords +Crypt::GOST GOST encryption algorithm +Crypt::OpenSSL::RSA Interface to OpenSSL RSA methods +Crypt::OpenSSL::Random Interface to OpenSSL PRNG methods +Crypt::OpenSSL::BN Interface to OpenSSL arithmetic +Crypt::Schnorr::AuthSign Schnorr Authentication & Signature Protocols Authen::ACE Interface to Security Dynamics ACE (SecurID) Authen::Krb4 Interface to Kerberos 4 API Authen::Krb5 Interface to Kerberos 5 API Authen::PAM Interface to PAM library Authen::TacacsPlus Authentication on tacacs+ server Authen::Ticket Suite consisting of master/client/tools +Authen::PIN Create and verify strong PIN numbers RADIUS::Dictionary Object interface to RADIUS dictionaries RADIUS::Packet Object interface to RADIUS (rfc2138) packets RADIUS::UserFile Manipulate a RADIUS users file @@ -1091,6 +1231,8 @@ CGI::SecureState Securely stores CGI parameters CGI::State CGI params into multi-dimensional hash CGI::SSI Use SSI from CGI scripts CGI::FormMagick FormMagick +CGI::Test Off-line CGI test framework +CGI::Portable Framework for server-agnostic web apps HTML::Base Object-oriented way to build pages of HTML HTML::CalendarMonth Calendar Months as easy HTML::Element trees HTML::Demoroniser Correct moronic and incompatible HTML @@ -1107,7 +1249,7 @@ HTML::Formatter Convert HTML to plain text or Postscript HTML::HeadParser Parse section of HTML documents HTML::LinkExtor Extract links from HTML documents HTML::Mason Build sites from modular Perl/HTML blocks -HTML::ParseForm Parse and handle HTML forms via templates +HTML::ParseForm ? Parse and handle HTML forms via templates HTML::Parser Basic HTML Parser HTML::QuickCheck Fast simple validation of HMTL text HTML::Simple Simple functions for generating HTML @@ -1125,6 +1267,9 @@ HTML::Tagset data tables useful in parsing HTML HTML::EasyTags Make proper HTML 4 tags/lists/parts HTML::FormTemplate Store definition, make persist forms, report HTML::LoL Construct HTML from Perl data structures +HTML::ActiveLink Dynamically activate HTML links based on URL +HTML::WebMake simple web site management system +HTML::Lint HTML validation module (& script) HTML::Widgets::DateEntry Creates date entry widgets for HTML forms. HTML::Widgets::Menu Builds an HTML menu HTML::Widgets::Search Perl module for building searches returning @@ -1142,6 +1287,8 @@ HTTP::Response Class encapsulating HTTP Responses HTTP::Status HTTP Status code processing HTTP::GHTTP Perl interface to the gnome ghttp library HTTP::WebTest Run tests on remote URLs or local web files +HTTP::QuickBase Wraps the QuickBase HTTP API +HTTP::Webdav Interface to Neon HTTP and WebDAV library HTTP::Request::Common Functions that generate HTTP::Requests HTTP::Request::Form Generates HTTP::Request objects out of forms WAP::Wbmp Wireless bitmap manipulation module @@ -1158,9 +1305,14 @@ WWW::Robot Web traversal engine for robots & agents WWW::RobotRules Parse /robots.txt file WWW::Search Front-end to Web search engines WWW::Search::AlltheWeb Class for searching AlltheWeb -WWW::Search::Deja Class for www.deja.com searching WWW::Search::Go Backend class for searching with go.com WWW::Search::FirstGov Backend class for searching FirstGov.gov +WWW::Search::Ebay search auctions on www.ebay.com +WWW::Search::Excite search on www.excite.com +WWW::Search::HotBot search on www.hotbot.com +WWW::Search::Lycos search on www.lycos.com +WWW::Search::Magellan search on Magellan +WWW::Search::Yahoo search various flavors of www.yahoo.com LWP::Conn LWPng stuff LWP::MediaTypes Media types and mailcap processing LWP::Parallel Allows parallel http, https and ftp access @@ -1188,14 +1340,13 @@ Apache::Archive Make linked contents pages of .tar(.gz) Apache::AutoIndex Lists directory content Apache::AxKit XML Application Server for Apache Apache::BBS BBS like System for Apache -Apache::Cachet OutputChain with caching Apache::CallHandler Map filenames to subroutine calls Apache::Compress Compress content on the fly -Apache::Dir OO (subclassable) mod_dir replacement +Apache::Dir ? OO (subclassable) mod_dir replacement Apache::Dispatch Call PerlHandlers as CGI scripts Apache::Embperl Embed Perl in HTML Apache::EmbperlChain Feed handler output to Embperl -Apache::FTP Full-fledged FTP proxy +Apache::FTP ? Full-fledged FTP proxy Apache::Filter OutputChain like functionality Apache::Forward OutputChain like functionality Apache::Gateway A multiplexing gateway @@ -1223,7 +1374,7 @@ Apache::Sandwich Layered document (sandwich) maker Apache::ShowRequest Show phases and module participation Apache::SimpleReplace Simple replacement template tool Apache::Stage Manage a document staging directory -Apache::TarGzip Manage .tar.gz file +Apache::TarGzip ? Manage .tar.gz file Apache::TimedRedirect Redirect urls for a given time period Apache::UploadSvr A lightweight publishing system Apache::VhostSandwich Virtual host layered document maker @@ -1232,6 +1383,8 @@ Apache::WebSQL Adaptation of Sybase's WebSQL Apache::ePerl Fast emulated Embedded Perl (ePerl) Apache::iNcom An e-commerce framework Apache::CVS Apache PerlContentHandler for CVS +Apache::Motd Provides motd functionality to a webserver +Apache::DnsZone Webbased dns-zone manager for BIND Apache::ASP::Lite Lightweight IIS emulation under Apache Apache::RequestNotes Pass cookie & form data around pnotes Apache::AuthAny Authenticate with any username/password @@ -1260,7 +1413,7 @@ Apache::AuthzGender Authorize based on gender Apache::AuthzNIS NIS authorization Apache::AuthzPasswd Authorize against /etc/passwd Apache::AuthzSSL Authorize based on client cert -Apache::RoleAuthz Role-based authorization +Apache::RoleAuthz ? Role-based authorization Apache::AccessLimitNum Limit user access by number of requests Apache::BlockAgent Block access from certain agents Apache::DayLimit Limit access based on day of week @@ -1274,12 +1427,12 @@ Apache::AdBlocker Block advertisement images Apache::AddHostPath Prepends parts of hostname to URI Apache::AnonProxy Anonymizing proxy Apache::Checksum Manage document checksum trees -Apache::DynaRPC Dynamically translate URIs into RPCs +Apache::DynaRPC ? Dynamically translate URIs into RPCs Apache::LowerCaseGETs Lowercase URI's when needed Apache::MsqlProxy Translate URI's into mSQL queries Apache::ProxyPass Perl implementation of ProxyPass Apache::ProxyPassThru Skeleton for vanilla proxy -Apache::ProxyCache Caching proxy +Apache::ProxyCache ? Caching proxy Apache::StripSession Strip session info from URI Apache::Throttle Speed-based content negotiation Apache::TransLDAP Translate URIs to LDAP queries @@ -1291,10 +1444,10 @@ Apache::DBILogger Logging via DBI Apache::DumpHeaders Watch HTTP transaction via headers Apache::LogMail Log certain requests via email Apache::Traffic Logs bytes transferred, per-user basis -Apache::WatchDog Look for problematic URIs +Apache::WatchDog ? Look for problematic URIs Apache::Resource Limit resources used by httpd children -Apache::ConfigLDAP Config via LDAP and -Apache::ConfigDBI Config via DBI and +Apache::ConfigLDAP ? Config via LDAP and +Apache::ConfigDBI ? Config via DBI and Apache::ModuleConfig Interface to configuration API Apache::PerlSections Utilities for sections Apache::httpd_conf Methods to configure and run an httpd @@ -1341,7 +1494,7 @@ Apache::StatINC Reload require'd files when updated Apache::Symbol Things for symbol things Apache::Symdump Symbol table snapshots to disk Apache::test Handy routines for 'make test' scripts -Apache::Byterun Run Perl bytecode modules +Apache::Byterun ? Run Perl bytecode modules Apache::Cookie C version of CGI::Cookie Apache::Icon Access to AddIcon* configuration Apache::Include mod_include + Apache::Registry handler @@ -1353,9 +1506,10 @@ Apache::Safe Adaptation of "safecgiperl" Apache::Session Maintain client <-> httpd session/state Apache::Servlet Interface to the Java Servlet engine Apache::SIG Signal handlers for mod_perl -Apache::State Powerful state engine +Apache::State ? Powerful state engine Apache::TempFile Manage temporary files Apache::Upload File upload class +Netscape::Bookmarks Netscape bookmarks Netscape::Cache Access Netscape cache files Netscape::History Class for accessing Netscape history DB Netscape::HistoryURL Like a URI::URL, but with visit time @@ -1369,15 +1523,22 @@ Event::tcp TCP session layer library Event::Functions Utility functions for initializing servers Event::Gettimeofday gettimeofday syscall wrapper Event::Signal signalhandler for the eventserver +FUSE::Server Custom FUSE server creation +FUSE::Client Custom FUSE client creation +NetServer::Compiler State machine compiler for TCP/IP servers +NetServer::Generic generic OOP class for internet servers +NetServer::Portal Sets up a mini-server accessible via telnet +Reefknot::Server RFC2445 calendar server +Reefknot::Client RFC2445 calendar client Server::Server::EventDriven See 'EventServer' (compatibility maintained) -Server::Echo::MailPipe A process which accepts piped mail -Server::Echo::TcpDForking TCP daemon which forks clients -Server::Echo::TcpDMplx TCP daemon which multiplexes clients -Server::Echo::TcpISWFork TCP inetd wait process, forks clients -Server::Echo::TcpISWMplx TCP inetd wait process, multiplexes clients -Server::Echo::TcpISNowait TCP inetd nowait process -Server::Echo::UdpD UDP daemon -Server::Echo::UdpIS UDP inetd process +Server::Echo::MailPipe ? A process which accepts piped mail +Server::Echo::TcpDForking ? TCP daemon which forks clients +Server::Echo::TcpDMplx ? TCP daemon which multiplexes clients +Server::Echo::TcpISWFork ? TCP inetd wait process, forks clients +Server::Echo::TcpISWMplx ? TCP inetd wait process, multiplexes clients +Server::Echo::TcpISNowait ? TCP inetd nowait process +Server::Echo::UdpD ? UDP daemon +Server::Echo::UdpIS ? UDP inetd process Server::Inet::Functions Utility functions for Inet socket handling Server::Inet::Object Basic Inet object Server::Inet::TcpClientObj A TCP client (connected) object @@ -1389,11 +1550,8 @@ Server::FileQueue::DirQueue Files queued in a directory Server::FileQueue::MboxQueue Mail queued in a mail box Server::Mail::Functions Functions for handling files and mailboxes Server::Mail::Object Basic mail object -NetServer::Compiler State machine compiler for TCP/IP servers -NetServer::Generic generic OOP class for internet servers -NetServer::Portal Sets up a mini-server accessible via telnet +Spool::Queue ? Generic printer spooling facilities Time::Warp Change the start and speed of Event time -Spool::Queue Generic printer spooling facilities Compress::Bzip2 Interface to the Bzip2 compression library Compress::LZO Interface to the LZO compression library Compress::LZV1 Leight-weight Lev-Zimpel-Vogt compression @@ -1412,12 +1570,16 @@ Convert::GeekCode Convert and generate geek code sequences Convert::IBM390 Convert data from/to S/390 representations Convert::Morse Convert from/to Morse code (.--. . .-. .-..) Convert::RACE Conversion between Unicode and RACE +Convert::Base Convert integers to/from arbitrary bases. +Convert::PEM Read/write encrypted ASN.1 PEM files +Convert::ASCII::Armor Convert binary octets to ASCII armoured msg. AppleII::Disk Read/write Apple II disk image files AppleII::ProDOS Manipulate files on ProDOS disk images -AppleII::DOS33 Manipulate files on DOS 3.3 disk images -AppleII::Pascal Manipulate files on Apple Pascal disk images +AppleII::DOS33 ? Manipulate files on DOS 3.3 disk images +AppleII::Pascal ? Manipulate files on Apple Pascal disk images Archive::Tar Read, write and manipulate tar files Archive::Zip Provides an interface to ZIP archive files +Cache::Cache Generic cache interface and implementations RPM::Constants Constants for RPM package management RPM::Database DB interface for RPM package management RPM::Headers Headers for RPM package management @@ -1428,11 +1590,11 @@ VRML::VRML1 VRML methods with the VRML 1.0 standard VRML::VRML2 VRML methods with the VRML 2.0 standard VRML::Color color functions and X11 color names VRML::Base common basic methods -VRML::Browser A complete VRML viewer +VRML::Browser ? A complete VRML viewer Graphics::Libplot Binding for C libplotter plotting library Graphics::Plotter Binding for C++ libplotter plotting library Graphics::Simple Simple drawing primitives -Graphics::Turtle Turtle graphics package +Graphics::Turtle ? Turtle graphics package Image::Colorimetry transform colors between colorspaces Image::DS9 Interface to SAO DS9 image & analysis prog Image::Grab Grabbing images off the Internet @@ -1441,6 +1603,8 @@ Image::ParseGIF Parse GIF images into component parts Image::Size Measure size of images in common formats Image::Info Extract meta information from image files Image::Imlib2 Interface to the Imlib2 image library +Image::DeAnim Create static GIF file from animated GIF +Image::IPTCInfo Extracts IPTC meta-info from images Chart::Base Business chart widget collection Chart::Gdchart based on Bruce V's C gdchart distribution Chart::Graph front-end to gnuplot and XRT @@ -1448,9 +1612,11 @@ Chart::PNGgraph Package to generate PNG graphs, uses GD.pm Chart::Pie Implements "new Chart::Pie()" Chart::Plot Graph two-dimensional data (uses GD.pm) Chart::XMGR interface to XMGR plotting package +Chart::Pie3d 3d Pie Chart Render +Chart::GRACE Interface to GRACE plotting package Xmms::Config Perl interface to the xmms_cfg_* API Xmms::Remote Perl interface to the xmms_remote_* API -Xmms::Plugin Perl interface to the xmms plugin APIs +Xmms::Plugin ? Perl interface to the xmms plugin APIs Flash::SWF Read/Write Macromedia Flash SWF files Mail::Address Manipulation of electronic mail addresses Mail::Alias Manipulate E-mail aliases and alias files @@ -1470,19 +1636,21 @@ Mail::Procmail Procmail-like facility for creating easy mai Mail::Send Simple interface for sending mail Mail::Sender socket() based mail with attachments, SMTP Mail::Sendmail Simple platform independent mailer -Mail::UCEResponder Spamfilter +Mail::UCEResponder ? Spamfilter Mail::Util Mail utilities (for by some Mail::* modules) Mail::IMAPClient An IMAP Client API Mail::VersionTracker Parses newsletters from versiontracker.com Mail::Box Mail-folder manager, fast MUA backend Mail::Vmailmgr A Perl module to use Vmailmgr daemon +Mail::ListDetector Mailing list message detector +Mail::PerlTix Mail ticketing and transaction system Mail::Field::Received Parses Received headers as per RFC822 News::Article Module for handling Usenet articles News::Gateway Mail/news gatewaying, moderation support News::NNTPClient Support for clients of NNTP servers News::Newsrc Manage .newsrc files News::Scan Gathers and reports newsgroup statistics -NNTP::Server Support for an NNTP server +NNTP::Server ? Support for an NNTP server NNML::Server An simple RFC 977 NNTP server IMAP::Admin IMAP Administration Sendmail::Milter Write mail filters for sendmail in Perl @@ -1508,8 +1676,14 @@ IO::Tee Multiplex output to multiple handles IO::Wrap Wrap old-style FHs in standard OO interface IO::WrapTie Tie your handles & retain full OO interface IO::Zlib IO:: style interface to Compress::Zlib +IO::Default Replace select() with $DEFOUT, $DEFERR, $DEF +IO::String IO::File interface for in-core strings +IO::Stringy I/O on in-core objects like strings/arrays Log::Agent A general logging framework +Log::Delayed Delay error exits until multiple errors seen +Log::Detect Detect and show error regexps in logfiles Log::Dispatch Log messages to multiple outputs +Log::Loggerx Simple file logging interface Log::Topics Control flow of topic based logging messages Log::TraceMessages Print developer's trace messages Log::Agent::Logger Application-level logging interface @@ -1549,6 +1723,9 @@ Win32::Sound An extension to play with Windows sounds Win32::WinError Interface to Win32 WinError functions Win32::SystemInfo Memory and Processor information Win32::API Perl Win32 API Import Facility +Win32::DriveInfo drives on Win32 systems +Win32::MultiMedia::Mci An interface for the MCI system on Win32 +Win32::MultiMedia::Joystick An interface for game controllers on Win32 Win32::OLE::OPC Ole for Process Control Server Interface Win32API::CommPort Win32 Serial functions/constants/interface Win32API::Console Win32 Console Window functions/consts @@ -1559,6 +1736,7 @@ Win32API::Window Win32 Windowing functions/constants AI::Fuzzy Perl extension for Fuzzy Logic AI::jNeural Jet's Neural Architecture AI::NeuralNet A simple back-prop neural net +AI::NeuralNet::SOM Kohonen Self-Organizing Maps AI::Gene::Sequence Base class of mutation methods +gene grammar AI::Gene::Simple Base class of mutation methods Astro::Coord Transform telescope and source coordinates @@ -1568,10 +1746,12 @@ Astro::SLA Interface to SLALIB positional astronomy lib Astro::SunTime Calculate sun rise/set times Astro::Time General time conversions for Astronomers Astro::Sunrise Computes sunrise/sunset for a given day +Astro::SkyCat Interface to ESO SkyCat library Audio::CD Perl interface to libcdaudio (cd + cddb) -Audio::Sox sox sound library as one or more modules +Audio::Sox ? sox sound library as one or more modules Audio::SoundFile Sound I/O based on libsndfile, PDL interface Audio::Mixer Sound mixer control using ioctl +Audio::OSS Interface to Open Sound System audio devices Audio::Play::MPG123 Generic frontend for MPG123 MPEG::ID3v1Tag ID3v1 MP3 Tag Reader/Writer MPEG::ID3v2Tag OO, extensible ID3 v2.3 tagging module @@ -1579,7 +1759,7 @@ MPEG::MP3Play Create your own MPEG audio player MP3::Info Manipulate / fetch info from MP3 audio files MP3::Tag Tag - Module for reading tags of mp3 files MP3::Daemon A daemon that possesses mpg123 -BarCode::UPC Produce PostScript UPC barcodes +BarCode::UPC ? Produce PostScript UPC barcodes Bio::Genex Store, manipulate gene expression data Business::Cashcow Internet payment with the Danish PBS Business::CreditCard Credit card number check digit test @@ -1593,8 +1773,11 @@ Chemistry::Isotopes extends Elements to deal with isotopes Cisco::Conf Cisco router administratian via TFTP Embedix::DB persistence for ECDs FAQ::OMatic A CGI-based FAQ/help database maintainer +Festival::Client Communicate with a Festival server +Festival::Client::Async Festival client blocking or non-blocking Finance::Quote Fetch stock prices over the Internet Finance::QuoteHist Historical stock quotes from multiple sites +Finance::Streamer interface to Datek Streamer Games::Cards Tools to write card games in Perl Games::Dice Simulates rolling dice Games::Hex Object library for hexmap-based board games @@ -1604,7 +1787,7 @@ Games::Dissociate a Dissociated Press algorithm and filter Games::Worms A life simulator for Conway/Patterson worms Games::AIBots An improved clone of A.I.Wars in Perl Geo::METAR Process Aviation Weather (METAR) Data -Geo::Storm_Tracker Retrieves tropical storm advisories +Geo::Storm_Tracker ? Retrieves tropical storm advisories Geo::WeatherNOAA Current/forecast weather from NOAA HP200LX::DB Handle HP 200LX palmtop computer database HP200LX::DBgui Tk base GUI for HP 200LX db files @@ -1617,14 +1800,24 @@ Remedy::AR Interface to Remedy's Action Request API Router::LG Execute commands on routers (based on lg.pl) Schedule::Match Pattern-based crontab-like schedule Silly::StringMaths Do maths with letters and strings +Silly::Werder Meaningless gibberish generator +Speech::EST Interface to the Edinburgh Speech Tools lib +Speech::Festival Communicate with a festival server process. +Speech::Festival::Synthesiser Simple text-to-speech using festival. +Speech::Recognizer::SPX Interface to Sphinx-II speech recognition SyslogScan::SyslogEntry Parse UNIX syslog SyslogScan::SendmailLine Summarize sendmail transactions +Telephony::Phonedev Interface to the Linux Telephony API Video::Capture::V4l Video4linux framegrabber + vbe interface Watchdog::Service Look for service in process table Watchdog::HTTPService Test status of HTTP server Watchdog::MysqlService Test status of Mysql server +Poetry::Vogon Vogon Poetry Generator +GISI::SHAPE ArcView SHAPE file format driver +GISI::MIFMID MapInfo MIFMID file format driver Resolute::RAPS Interface to Resolute Software's RAPS AltaVista::SearchSDK Perl Wrapper for AltaVista SDK functionality AltaVista::PerlSDK Utilize the AltaVista Search Developer's Kit -Real::Encode Interface to Progressive Network's RealAudio +Real::Encode ? Interface to Progressive Network's RealAudio +P4::Client Client interface to the Perforce SCM system Bundle::Bugzilla Bundle to load modules for Bugzilla diff --git a/cpan/doc/99_good_modules b/cpan/doc/99_good_modules index 45a0b546..59a1954f 100644 --- a/cpan/doc/99_good_modules +++ b/cpan/doc/99_good_modules @@ -1,112 +1,153 @@ Contents +3) Development Support + Introduction + S - Support Level: + Cooperation -AutoLoader SupO Automatic function loader (using AutoSplit) P5P -SelfLoader SdpO Automatic function loader (using __DATA__) JACKS -Exporter SupO Implements default import method for modules P5P -Carp Supf Throw exceptions outside current package P5P -Config Supf Stores details of perl build configuration P5P -English Supf Defines English names for special variables P5P -Symbol SupO Create 'anonymous' symbol (typeglobs) refs CHIPS -Opcode Supf Disable named opcodes when compiling code TIMB - -constant Supf Define compile-time constants P5P -diagnostics Sdpf For reporting perl diagnostics in full form TOMC -integer Supf Controls float vs. integer arithmetic P5P -less Supf Controls optimisations (yet unimplemented) P5P -lib Supf Simple way to add/delete directories in @INC P5P -overload SdpO Overload perl operators for new data types ILYAZ -sigtrap Supf For trapping an abort and giving a traceback P5P -strict Supf Controls averments (similar to pragmas) P5P -subs Supf use subs qw(x y); is short for sub x; sub y; P5P -vars Supf predeclare variable names P5P +AutoLoader SupO? Automatic function loader (using AutoSplit) P5P +SelfLoader SdpO? Automatic function loader (using __DATA__) JACKS +Exporter SupO? Implements default import method for modules P5P +Carp Supf? Throw exceptions outside current package P5P +Config Supf? Stores details of perl build configuration P5P +English Supf? Defines English names for special variables P5P +Symbol SupO? Create 'anonymous' symbol (typeglobs) refs CHIPS +Opcode Supf? Disable named opcodes when compiling code P5P + +constant Supf? Define compile-time constants P5P +diagnostics Sdpf? For reporting perl diagnostics in full form TOMC +integer Supf? Controls float vs. integer arithmetic P5P +less Supf? Controls optimisations (yet unimplemented) P5P +lib Supf? Simple way to add/delete directories in @INC P5P +overload SdpO? Overload perl operators for new data types ILYAZ +sigtrap Supf? For trapping an abort and giving a traceback P5P +strict Supf? Controls averments (similar to pragmas) P5P +subs Supf? use subs qw(x y); is short for sub x; sub y; P5P +vars Supf? predeclare variable names P5P ex:: -::implements RdpO Study in Polymorphism PDCAWLEY -::interface RdpO Another study in polymorphism PDCAWLEY -::override Rdpf perl pragma to override core functions CTWETEN +::implements RdpO? Study in Polymorphism PDCAWLEY +::interface RdpO? Another study in polymorphism PDCAWLEY +::override Rdpf? perl pragma to override core functions CTWETEN ex::constant:: -::vars Rdph Perl pragma to create readonly variables CTWETEN +::vars Rdph? Perl pragma to create readonly variables CTWETEN -End RdpO Generalized END {}. ABIGAIL +End RdpO? Generalized END {}. ABIGAIL +NEXT RdpO? Perl5 implementation of NEXT (RFC190) DCONWAY -Inline:: +Attribute:: +::Handlers RdpO? Simpler definition of attribute handlers DCONWAY +::Types RdpO? Attributes that confer type on variables DCONWAY +::Memoize RdpOp Attribute interface to Memoize.pm MARCEL +::TieClasses RdpOp attribute wrappers for CPAN Tie classes MARCEL +::Abstract RdpOp implement abstract methods with attributes MARCEL Exporter:: -::Import Rdpn Alternate symbol exporter GARROW +::Import Rdpn? Alternate symbol exporter GARROW + +Inline:: + +Regexp:: +::Common RdpO? Provide commonly requested regular expr. DCONWAY +::Shellish RdpO? Shell-like regular expressions RBS +::Func adpf? Replace =~, !~, m//, s/// with functions NWIGER Safe:: Symbol:: -::Table RdpO OO interface to package symbols GARROW +::Table RdpO? OO interface to package symbols GARROW B:: Filter::Util:: Filter:: +::Simple RdpO? Simplified source filtering DCONWAY Thread:: +IThread:: + +Module Support + Module:: -::Reload Rdpf Reloads files in %INC based on timestamps JPRIT +::Reload Rdpf? Reloads files in %INC based on timestamps JPRIT Pod:: -::Text Supf convert POD data to formatted ASCII text TOMC -::Rtf RdpO Converter from POD to Rich Text Format PVHP -::Hlp RdpO Convert POD to formatted VMS Help text PVHP -::XML RdpO Generate XML from POD MSERGEANT +::HTML2Pod RdpO? Translate HTML into POD SBURKE +::Hlp RdpO? Convert POD to formatted VMS Help text PVHP +::Rtf RdpO? Converter from POD to Rich Text Format PVHP +::Text Supf? convert POD data to formatted ASCII text TOMC +::XML RdpO? Generate XML from POD MSERGEANT +::Tree RdpO? Create a static syntax tree for a POD SWMCD +::Checker RdpO? Check pod documents for syntax errors BRADAPP + +Perl6:: +::Variables RdpO? Perl 6 variable syntax for Perl 5 DCONWAY + +3) Development Support + +AutoSplit Supf? Splits modules into files for AutoLoader P5P +Bleach RdpO? For really clean programs DCONWAY +Coy Rdpn? Like Carp - only prettier DCONWAY +Perlbug RdpO? Database driven bug tracking system RFOLEY +Smirch Rdpfa For really dirty programs JNAGRA -AutoSplit Supf Splits modules into files for AutoLoader P5P -Benchmark Supf Easy way to time fragments of perl code P5P -Conjury Rdp? Generic software construction toolset JWOODYATT -Coy Rdpn Like Carp - only prettier DCONWAY +Benchmark Supf? Easy way to time fragments of perl code P5P +Benchmark:: +::Timer RdpO? Perl code benchmarking tool ANDREWHO ExtUtils:: -::MakeMaker SupO Writes Makefiles for extensions MMML -::Manifest Supf Utilities for managing MANIFEST files MMML -::Embed Sdpf Utilities for embedding Perl in C/C++ apps DOUGM -::F77 RdpO Facilitate use of FORTRAN from Perl/XS code KGB +::MakeMaker SupO? Writes Makefiles for extensions MMML +::Manifest Supf? Utilities for managing MANIFEST files MMML +::Embed Sdpf? Utilities for embedding Perl in C/C++ apps DOUGM +::F77 RdpO? Facilitate use of FORTRAN from Perl/XS code KGB Carp:: -::CheckArgs Rdpf Check subroutine argument types GARROW +::CheckArgs Rdpf? Check subroutine argument types GARROW + +ClearCase:: +::Ct Mnpf? Generic cleartool wrapper DSB + +Conjury:: +::C Rdph? Generic software construction toolset JWOODYATT +::Core Rdph? Generic software construction toolset JWOODYATT +::Stage Rdph? Generic software construction toolset JWOODYATT Devel:: -::CallerItem RupO 'caller()' Object wrapper + useful methods JACKS -::DumpStack Rupf Dumping of the current function stack JACKS -::SmallProf Rdpf Line-by-line profiler ASHTED -::StackTrace RdpO Stacktrace object w/ info like Carp::confess DROLSKY -::Symdump RdpO Perl symbol table access and dumping ANDK -::TraceLoad Rdpf Traces the loading of perl source code JPRIT -::Modlist Rdpf Collect module use information RJRAY +::CallerItem RupO? 'caller()' Object wrapper + useful methods JACKS +::DumpStack Rupf? Dumping of the current function stack JACKS +::Modlist Rdpf? Collect module use information RJRAY +::SearchINC Rdpnp loading Perl modules from development dirs MARCEL +::SmallProf Rdpf? Line-by-line profiler ASHTED +::StackTrace RdpOp Stacktrace object w/ info like Carp::confess DROLSKY +::Symdump RdpO? Perl symbol table access and dumping ANDK +::TraceLoad Rdpf? Traces the loading of perl source code PVERD Exception:: -::Class RdpO Declare exception class hierarchies DROLSKY +::Class RdpOp Declare exception class hierarchies DROLSKY + +Sub:: +::Curry Rdpf? Perl module to curry functions ((á la Lisp)) DAVIDH -Test Sdpf Utilities for writing test scripts JPRIT +Test Sdpf? Utilities for writing test scripts JPRIT Test:: -::Cmd RdpO Portable test infrastructure for commands KNIGHT -::Harness Supf Executes perl-style tests P5P +::Cmd RdpO? Portable test infrastructure for commands KNIGHT +::Harness Supf? Executes perl-style tests P5P +::Suite cdpO? Represents a collection of Test::Cases HENKE +::Case cdpO? Represent a single test case HENKE VCS:: -::CVS RdpO Interface to GNU's CVS RSAVAGE - -ClearCase:: -::Ct Mnpf Generic cleartool wrapper DSB - -Sub:: -::Curry Rdpf Perl module to curry functions ((á la Lisp)) DAVIDH - -Perlbug RdpO Database driven bug tracking system RFOLEY +::CVS RdpO? Interface to GNU's CVS RSAVAGE -Env Supf Alias environment variables as perl vars P5P -POSIX SupO An interface to most (all?) of POSIX.1 P5P -Shell Supf Run shell commands transparently within perl P5P +Env Supf? Alias environment variables as perl vars P5P +POSIX SupO? An interface to most (all?) of POSIX.1 P5P +Shell Supf? Run shell commands transparently within perl P5P Async:: @@ -115,18 +156,19 @@ BSD:: Env:: Proc:: -::Background RdpO OS independent background process objects BZAJAC -::ExitStatus Rdpf Interpret and act on wait() status values ROSCH -::Forkfunc Rdpf Simple lwall-style fork wrapper MUIR -::Spawn Rdpf Run external programs GARROW -::SyncExec Rdpf Spawn processes but report exec() errors ROSCH +::Background RdpO? OS independent background process objects BZAJAC +::ExitStatus Rdpf? Interpret and act on wait() status values ROSCH +::Forkfunc Rdpf? Simple lwall-style fork wrapper MUIR +::Spawn Rdpf? Run external programs GARROW +::SyncExec Rdpf? Spawn processes but report exec() errors ROSCH +::Queue Rdpfp limits number of concurrent forked processes SALVA -::Load RdpO Remote system load, processes, scheduling WSNYDER +::Load RdpOp Remote system load, processes, scheduling WSNYDER Sys:: -::AlarmCall Rupf Timeout on any sub. Allows nested alarms JACKS -::Hostname Supf Implements a portable hostname function P5P -::Syslog Supf Provides same functionality as BSD syslog P5P +::AlarmCall Rupf? Timeout on any sub. Allows nested alarms JACKS +::Hostname Supf? Implements a portable hostname function P5P +::Syslog Supf? Provides same functionality as BSD syslog P5P Be:: @@ -135,25 +177,25 @@ FreeBSD:: HPUX:: Mac:: -::AssistantFrames RdpO Easy creation of assistant dialogs GBAUER +::AssistantFrames RdpO? Easy creation of assistant dialogs GBAUER Mac::AppleEvents:: -::Simple Rdph Simple access to Mac::AppleEvents CNANDOR +::Simple Rdph? Simple access to Mac::AppleEvents CNANDOR Mac::Apps:: -::Anarchie RdpO Control Anarchie 2.01+ CNANDOR -::Launch Rdpf MacPerl module to launch / quit apps CNANDOR -::MacPGP RdpO Control MacPGP 2.6.3 CNANDOR -::PBar RdpO Control Progress Bar 1.0.1 CNANDOR +::Anarchie RdpO? Control Anarchie 2.01+ CNANDOR +::Launch Rdpf? MacPerl module to launch / quit apps CNANDOR +::MacPGP RdpO? Control MacPGP 2.6.3 CNANDOR +::PBar RdpO? Control Progress Bar 1.0.1 CNANDOR Mac::Comm:: -::OT_PPP RdpO Control Open Transport PPP / Remote Access CNANDOR +::OT_PPP RdpO? Control Open Transport PPP / Remote Access CNANDOR Mac::FileSpec:: -::Unixish Mdpf Unixish-compatability in filespecs SBURKE +::Unixish Mdpf? Unixish-compatability in filespecs SBURKE Mac::OSA:: -::Simple Rdph Simple access to Mac::OSA CNANDOR +::Simple Rdph? Simple access to Mac::OSA CNANDOR MSDOS:: @@ -166,16 +208,16 @@ OS2:: SGI:: Solaris:: -::MapDev bdpf Maps sdNN disk names to cNtNdN disk names ABURLISON +::MapDev bdpf? Maps sdNN disk names to cNtNdN disk names ABURLISON Unix:: -::UserAdmin Rdpf Interface to Unix Account Information JZAWODNY +::UserAdmin Rdpf? Interface to Unix Account Information JZAWODNY VMS:: VMS::Fileutils:: -::Root RdpO Evade VMS's 8 level directory restrictions CLANE -::SafeName Rdpf Transform filenames to "VMS safe" form CLANE +::Root RdpO? Evade VMS's 8 level directory restrictions CLANE +::SafeName Rdpf? Transform filenames to "VMS safe" form CLANE PDA:: @@ -185,56 +227,66 @@ Device:: Device::ISDN:: +AudioCD:: + Socket:: Net:: -::AOLIM RdpO AOL Instant Messenger OO Interface (TOC) RWAHBY -::DummyInetd RdpO A dummy Inetd server GBARR -::Goofey RdpO Communicate with a Goofey server GOSSAMER -::Hotline RdpO Interface to the Hotline protocol JSIRACUSA -::Ident RdpO Performs ident (rfc1413) lookups JPC -::Netmask RdpO Understand and manipulate network blocks MUIR -::PH RdpO CCSO Nameserver Client class GBARR -::Ping SupO TCP and ICMP ping RMOSE -::Printer RdpO Direct to lpd printing CFUHRMAN -::Syslog RdpO Forwarded syslog protocol LHOWARD -::Telnet RdpO Interact with TELNET port or other TCP ports JROGERS -::Pager RdpO Send Numeric/AlphaNumeric Pages to any pager ROOTLEVEL -::Whois RdpO Get+parse "whois" domain data from InterNIC DHUDES -::XWhois RdpO Whois Client Interface for Perl5. VIPUL -::SMS RdpO Send SMS wireless text-messages. ROOTLEVEL +::AOLIM RdpO? AOL Instant Messenger OO Interface (TOC) RWAHBY +::DummyInetd RdpO? A dummy Inetd server GBARR +::Goofey RdpO? Communicate with a Goofey server GOSSAMER +::Hotline RdpO? Interface to the Hotline protocol JSIRACUSA +::Ident RdpO? Performs ident (rfc1413) lookups JPC +::Netmask RdpO? Understand and manipulate network blocks MUIR +::Netrc adpO? Support for .netrc files GBARR +::PH RdpO? CCSO Nameserver Client class GBARR +::Pager RdpO? Send Numeric/AlphaNumeric Pages to any pager ROOTLEVEL +::ParseWhois RmpO? Get+Parse "whois" domain data ABEROHAM +::Peep RdpO? Clients for Peep: The Network Auralizer STARKY +::Ping SupO? TCP and ICMP ping RMOSE +::Printer RdpO? Direct to lpd printing CFUHRMAN +::SCP Rdphp Perl extension for secure copy protocol IVAN +::SMS RdpOp Send SMS wireless text-messages. ROOTLEVEL +::SSH Rdphp Perl extension for secure shell IVAN +::Syslog RdpOp Forwarded syslog protocol LHOWARD +::Telnet RdpO? Interact with TELNET port or other TCP ports JROGERS +::Whois RdpO? Get+parse "whois" domain data from InterNIC DHUDES +::XWhois RdpO? Whois Client Interface for Perl5. VIPUL Net::Daemon:: -::SSL RdpO SSL extension for Net::Daemon MKUL +::SSL RdpO? SSL extension for Net::Daemon MKUL + +Net::DHCP:: Net::IMAP:: Net::Ping:: Net::SMS:: -::Genie RdpO Send SMS messages using the Genie gateway AWRIGLEY +::Genie RdpO? Send SMS messages using the Genie gateway AWRIGLEY Net::SNMP:: -::Interfaces RdpO Obtain IfTable entries via SNMP JSTOWE +::Interfaces RdpO? Obtain IfTable entries via SNMP JSTOWE Net::SSH:: +::Perl RdpOp Perl client Interface to SSH BTROTT Net::Telnet:: -::Cisco RdpO Net::Telnet wrapper for Cisco devices JOSHUA +::Cisco RdpO? Net::Telnet wrapper for Cisco devices JOSHUA NetAddr:: -::IP RdpO Manipulation and operations on IP addresses LUISMUNOZ +::IP RdpO? Manipulation and operations on IP addresses LUISMUNOZ IPC:: -::LDT Rdpf Implements a length based IPC protocol JSTENZEL -::Locker RdpO Shared semaphore locks across a network WSNYDER -::Open2 Supf Open a process for both reading and writing P5P -::Open3 Supf Like IPC::Open2 but with error handling P5P -::SharedCache Rmpr Manage a cache in SysV IPC shared memory SAMTREGAR -::Signal Rdpf Translate signal names to/from numbers ROSCH +::LDT Rdpf? Implements a length based IPC protocol JSTENZEL +::Locker RdpOp Shared semaphore locks across a network WSNYDER +::Open2 Supf? Open a process for both reading and writing P5P +::Open3 Supf? Like IPC::Open2 but with error handling P5P +::SharedCache Rmpr? Manage a cache in SysV IPC shared memory SAMTREGAR +::Signal Rdpf? Translate signal names to/from numbers ROSCH -::PlServer RdpO Interface for building Perl Servers JWIED -::PlClient RdpO Interface for building pServer Clients JWIED +::PlServer RdpO? Interface for building Perl Servers JWIED +::PlClient RdpO? Interface for building pServer Clients JWIED NetPacket:: @@ -243,80 +295,89 @@ Proxy:: IPChains:: SNMP:: -::Util RdpO Perform SNMP set,get,walk,next,walk_hash,... WMARQ +::Util RdpO? Perform SNMP set,get,walk,next,walk_hash,... WMARQ Mon:: -::Client RdpO Network monitoring client TROCKIJ -::SNMP RdpO Network monitoring suite TROCKIJ +::Client RdpO? Network monitoring client TROCKIJ +::SNMP RdpO? Network monitoring suite TROCKIJ Parallel:: -::ForkManager RdpO A simple parallel processing fork manager DLUX +::ForkManager RdpO? A simple parallel processing fork manager DLUX CORBA:: Modem:: -::VBox RdpO Perl module for creation of voiceboxes MLEHMANN +::VBox RdpO? Perl module for creation of voiceboxes MLEHMANN ControlX10:: -::CM10 RmpO Control unit for X10 modules BBIRTH -::CM17 RmpO inexpensive RF transmit-only X10 BBIRTH +::CM10 RmpO? Control unit for X10 modules BBIRTH +::CM17 RmpO? inexpensive RF transmit-only X10 BBIRTH RAS:: -::PortMaster RdpO Interface to Livingston PortMaster STIGMATA -::AS5200 RdpO Interface to Cisco AS5200 dialup server STIGMATA -::HiPerARC RdpO Interface to 3Com TotalControl HiPerARC STIGMATA +::PortMaster RdpO? Interface to Livingston PortMaster STIGMATA +::AS5200 RdpO? Interface to Cisco AS5200 dialup server STIGMATA +::HiPerARC RdpO? Interface to 3Com TotalControl HiPerARC STIGMATA Math:: -::Amoeba Rdpr Multidimensional Function Minimisation JARW -::BaseCalc RdpO Convert numbers between various bases KWILLIAMS -::BigFloat SupO Arbitrary size floating point math package MARKB -::BigInt SupO Arbitrary size integer math package MARKB -::Brent Rdpr One-dimensional Function Minimisation JARW -::Complex SdpO Complex number data type RAM -::Derivative Rdpr 1st and 2nd order differentiation of data JARW -::Fortran Rdpf Implements Fortran log10 & sign functions JARW -::Interpolate Rdpr Polynomial interpolation of data MATKIN -::Logic RdpO Provides pure 2, 3 or multi-value logic SUMMER -::MatrixReal RdpO Everything you ever wanted to do with Matr. STBEY -::Polynomial RdpO Polynomials as objects MATKIN -::SigFigs Rdpf Math using scientific significant figures SBECK -::Spline RdpO Cubic Spline Interpolation of data JARW -::VecStat Rdpr Some basic numeric stats on vectors ASPINELLI +::Amoeba Rdpr? Multidimensional Function Minimisation JARW +::BaseCalc RdpO? Convert numbers between various bases KWILLIAMS +::BigFloat SupO? Arbitrary size floating point math package MARKB +::BigInt SupO? Arbitrary size integer math package MARKB +::Brent Rdpr? One-dimensional Function Minimisation JARW +::Complex SdpO? Complex number data type RAM +::Derivative Rdpr? 1st and 2nd order differentiation of data JARW +::Fortran Rdpf? Implements Fortran log10 & sign functions JARW +::Interpolate Rdpr? Polynomial interpolation of data MATKIN +::Logic RdpO? Provides pure 2, 3 or multi-value logic SUMMER +::Polynomial RdpO? Polynomials as objects MATKIN +::SigFigs Rdpf? Math using scientific significant figures SBECK +::Spline RdpO? Cubic Spline Interpolation of data JARW +::VecStat Rdpr? Some basic numeric stats on vectors ASPINELLI +::Project RdpO? Compute intersection with upright line MILSO Math::Business:: +Math:: +::MatrixReal RdpO? Everything you ever wanted to do with Matr. STBEY + +Math::MatrixReal:: +::Ext1 RdpO? Convenience extensions for Math::MatrixReal MSOUTH + Math::Polynomial:: -::Solve Rdpf Solve polynomials up to degree 4 JGAMBLE +::Solve Rdpf? Solve polynomials up to degree 4 JGAMBLE + +Math::Random:: Statistics:: -::ChiSquare Rdpf Chi Square test - how random is your data? JONO -::ConwayLife RdpO Simulates life using Conway's algorithm DANB -::Descriptive RdpO Descriptive statistical methods COLINK -::LTU RdpO Implements Linear Threshold Units TOMFA -::MaxEntropy Rdpf Maximum Entropy Modeling TERDOEST -::Distributions RdpO Perl module for calculating critical values MIKEK +::ChiSquare Rdpf? Chi Square test - how random is your data? JONO +::ConwayLife RdpO? Simulates life using Conway's algorithm DANB +::Descriptive RdpO? Descriptive statistical methods COLINK +::LTU RdpO? Implements Linear Threshold Units TOMFA +::MaxEntropy Rdpf? Maximum Entropy Modeling TERDOEST +::Distributions RdpO? Perl module for calculating critical values MIKEK Algorithm:: -::Diff Rdpf Diff (also Longest Common Subsequence) NEDKONZ +::Diff Rdpf? Diff (also Longest Common Subsequence) NEDKONZ +::LUHN Rdpf? Calculate mod 10 Double Add Double checksum TAYERS Algorithm::Graphs:: -::TransitiveClosure RdpO Calculates the transitive closure ABIGAIL +::TransitiveClosure RdpO? Calculates the transitive closure ABIGAIL Algorithm::Numerical:: -::Shuffle Rdph Knuth's shuffle algorithm ABIGAIL -::Sample RDph Knuth's sample algorithm ABIGAIL +::Shuffle Rdph? Knuth's shuffle algorithm ABIGAIL +::Sample RDph? Knuth's sample algorithm ABIGAIL PDL:: -::Options Rdph Provides hash options handling for PDL TJENNESS +::Options Rdphp Provides hash options handling for PDL TJENNESS Quantum:: -::Superpositions RdpO QM-like superpositions in Perl DCONWAY -::Entanglement Rdph QM entanglement of variables in perl AJGOUGH +::Superpositions Rdpf? QM-like superpositions in Perl DCONWAY +::Entanglement Rdph? QM entanglement of variables in perl AJGOUGH Array:: -::Compare RdpO Class to compare two arrays DAVECROSS -::IntSpan RdpO Handling arrays using IntSpan techniques TEVERETT -::Reform RdpO Convert an array into N-sized array of array TBONE +::Compare RdpO? Class to compare two arrays DAVECROSS +::IntSpan RdpO? Handling arrays using IntSpan techniques TEVERETT +::Reform RdpO? Convert an array into N-sized array of array TBONE Hash:: @@ -330,157 +391,185 @@ List:: Bit:: Set:: -::Bag RdpO Bag (multiset) class JHI -::NestedGroups RdpO Grouped data eg ACL's, city/state/country ABARCLAY +::Bag RdpO? Bag (multiset) class JHI +::NestedGroups RdpO? Grouped data eg ACL's, city/state/country ABARCLAY +::Crontab RdpOa Expand crontab(5)-style integer lists AMS +Graph RdpO? Data structure and ops for directed graphs JHI Graph:: -::Element RdpO Base class for element of directed graph NEILB -::Node RdpO A node in a directed graph NEILB -::Edge RdpO An edge in a directed graph NEILB -::Kruskal Rdpf Kruskal Algorithm for Minimal Spanning Trees STBEY +::Kruskal Rdpf? Kruskal Algorithm for Minimal Spanning Trees STBEY +::Reader RdpO? Base class for graph file format reader NEILB +::Writer RdpO? Base class for graph file format writer NEILB + +Graph::Reader:: +::XML RdpO? Read a Graph from simple XML format NEILB + +Graph::Writer:: +::XML RdpO? Write a Graph in a simple XML format NEILB +::Dot RdpO? Write a Graph in file format used by Dot NEILB +::VCG RdpO? Write a Graph in file format used by VCG NEILB Decision:: Date:: -::Format Rdpf Date formatter ala strftime GBARR -::Manip Rdpf Complete date/time manipulation package SBECK -::Parse Rdpf ASCII Date parser using regexp's GBARR +::Format Rdpf? Date formatter ala strftime GBARR +::Manip Rdpf? Complete date/time manipulation package SBECK +::Parse Rdpf? ASCII Date parser using regexp's GBARR Date::Tolkien:: -::Shire RdpO J.R.R. Tolkien's hobbit calendar TBRAUN +::Shire RdpOp J.R.R. Tolkien's hobbit calendar TBRAUN Time:: -::Avail Rdpf Calculate min. remaining in time interval PSANTORO -::CTime Rdpf Format Times ala ctime(3) with many formats MUIR -::DaysInMonth Rdpf Returns the number of days in a month MUIR -::JulianDay Rdpf Converts y/m/d into seconds MUIR -::Local Supf Implements timelocal() and timegm() P5P -::ParseDate Rdpf Parses many forms of dates and times MUIR -::Period Rdpf Code to deal with time periods PRYAN -::Timezone Rdpf Figures out timezone offsets MUIR -::Zone Rdpf Timezone info and translation routines GBARR -::gmtime Supf A by-name interface for gmtime TOMC -::localtime Supf A by-name interface for localtime TOMC +::Avail Rdpf? Calculate min. remaining in time interval PSANTORO +::CTime Rdpf? Format Times ala ctime(3) with many formats MUIR +::DaysInMonth Rdpf? Returns the number of days in a month MUIR +::JulianDay Rdpf? Converts y/m/d into seconds MUIR +::Local Supf? Implements timelocal() and timegm() P5P +::ParseDate Rdpf? Parses many forms of dates and times MUIR +::Period Rdpf? Code to deal with time periods PRYAN +::Timezone Rdpf? Figures out timezone offsets MUIR +::Zone Rdpf? Timezone info and translation routines GBARR +::gmtime Supf? A by-name interface for gmtime TOMC +::localtime Supf? A by-name interface for localtime TOMC +::Stopwatch Rdpr? Use tied scalars as timers ILTZU +::Unix RdpO? Force time() to return secs since UNIX epoch NWIGER Calendar:: Tie:: -::Hash Supr Base class for implementing tied hashes P5P -::Scalar Supr Base class for implementing tied scalars P5P -::Array Supr Base class for implementing tied arrays P5P -::Cache Mdpr In memory size limited LRU cache CHAMAS -::DB_FileLock Rdpr Locking access to Berkeley DB 1.x. JMV -::DB_Lock Rdpr Tie DB_File with automatic locking KWILLIAMS -::DBI RdpO Tie hash to a DBI handle LDS -::Discovery Rdpr Discover data by caching sub results SIMON -::Handle RdpO Base class for implementing tied filehandles STBEY -::IxHash RdpO Indexed hash (ordered array/hash composite) GSAR -::LLHash Rdpr Fast ordered hashes via linked lists KWILLIAMS -::ListKeyedHash Rdpr Use lists to key multi-level hashes SNOWHARE -::Persistent Rdpr Persistent data structures via tie RGIERSIG -::RDBM RdpO Tie hashes to relational databases LDS -::SecureHash RdpO Enforced encapsulation of Perl objects DCONWAY -::SortHash Rdpr Provides persistent sorting for hashes CTWETEN -::SubstrHash SdpO Very compact hash stored in a string LWALL -::TextDir Rdpr ties a hash to a directory of textfiles KWILLIAMS -::Cycle RdpO Cycle through a list of values via a scalar. BDFOY -::AliasHash Rdpr Hash with key aliases ACALPINI +::AliasHash Rdpr? Hash with key aliases ACALPINI +::Array Supr? Base class for implementing tied arrays P5P +::Cache Mdpr? In memory size limited LRU cache CHAMAS +::CharArray Rdpr? Access Perl scalars as arrays of characters ILTZU +::Cycle RdpO? Cycle through a list of values via a scalar. BDFOY +::DBI RdpO? Tie hash to a DBI handle LDS +::DB_FileLock Rdpr? Locking access to Berkeley DB 1.x. JMV +::DB_Lock Rdpr? Tie DB_File with automatic locking KWILLIAMS +::Discovery Rdpr? Discover data by caching sub results SIMON +::DxHash Rdprp Keeps insertion order; allows duplicate keys KRUSCOE +::Hash Supr? Base class for implementing tied hashes P5P +::IxHash RdpO? Indexed hash (ordered array/hash composite) GSAR +::LLHash Rdpr? Fast ordered hashes via linked lists KWILLIAMS +::ListKeyedHash Rdpr? Use lists to key multi-level hashes SNOWHARE +::Persistent Rdpr? Persistent data structures via tie RGIERSIG +::RDBM RdpO? Tie hashes to relational databases LDS +::Scalar Supr? Base class for implementing tied scalars P5P +::SecureHash RdpO? Enforced encapsulation of Perl objects DCONWAY +::SortHash Rdpr? Provides persistent sorting for hashes CTWETEN +::StrictHash RdpO? A hash with strict-like semantics KVAIL +::SubstrHash SdpO? Very compact hash stored in a string LWALL +::TextDir Rdpr? ties a hash to a directory of textfiles KWILLIAMS Tie::Scalar:: Tie::Cache:: Class:: -::BlackHole RdpO treat unhandled method calls as no-op SBURKE -::Classless MdpO Framework for classless OOP SBURKE -::Contract RdpO Design-by-Contract OO in Perl. GGOEBEL -::Eroot RdpO Eternal Root - Object persistence DMR -::ISA Mdpf Report the search path thru an ISA tree SBURKE -::MethodMaker MdpO Create generic class methods FLUFFY -::Multimethods Rdpf A multiple dispatch mechanism for Perl DCONWAY -::NamedParms MdpO A named parameter accessor base class SNOWHARE -::ParamParser RdpO Provides complex parameter list parsing DUNCAND -::ParmList MdpO A named parameter list processor SNOWHARE -::TOM RmpO Transportable Object Model for perl JDUNCAN -::Template Rdpr Struct/member template builder DMR -::Translucent RdpO Translucent (ala perltootc) method creation GED -::Tree MdpO C++ class hierarchies & disk directories RSAVAGE -::WhiteHole RdpO Treat unhandled method calls as errors MSCHWERN +::BlackHole RdpO? treat unhandled method calls as no-op SBURKE +::Classless MdpO? Framework for classless OOP SBURKE +::Contract RdpO? Design-by-Contract OO in Perl. GGOEBEL +::Eroot RdpO? Eternal Root - Object persistence DMR +::ISA Mdpf? Report the search path thru an ISA tree SBURKE +::MethodMaker MdpO? Create generic class methods FLUFFY +::Multimethods Rdpf? A multiple dispatch mechanism for Perl DCONWAY +::NamedParms MdpO? A named parameter accessor base class SNOWHARE +::ParamParser RdpO? Provides complex parameter list parsing DUNCAND +::ParmList MdpO? A named parameter list processor SNOWHARE +::TOM RmpO? Transportable Object Model for perl JDUNCAN +::Template Rdpr? Struct/member template builder DMR +::Translucent RdpO? Translucent (ala perltootc) method creation GED +::Tree MdpO? C++ class hierarchies & disk directories RSAVAGE +::WhiteHole RdpO? Treat unhandled method calls as errors MSCHWERN Class::ObjectTemplate:: Object:: -::Info Rupf General info about objects (is-a, ...) JACKS +::Info Rupf? General info about objects (is-a, ...) JACKS -::Kernel RdpO An event queue that dispatches events RCAPUTO -::Session RdpO state machine running on POE::Kernel events RCAPUTO +::Kernel RdpO? An event queue that dispatches events RCAPUTO +::Session RdpO? state machine running on POE::Kernel events RCAPUTO POE::Component:: -::UserBase RdpO A component to manage user authentication JGOFF +::UserBase RdpO? A component to manage user authentication JGOFF POE::Component::IRC:: -::Onjoin RdpO Provides IRC moved message & onjoin services AFOXSON +::Onjoin RdpO? Provides IRC moved message & onjoin services AFOXSON -Ref RdpO Print, compare, and copy perl structures MUIR -SOOP RdpO Safe Object Oriented Programming GARROW +Ref RdpO? Print, compare, and copy perl structures MUIR +SOOP RdpO? Safe Object Oriented Programming GARROW Sort:: -::Versions Rdpf sorting of revision (and similar) numbers KJALB +::Versions Rdpf? sorting of revision (and similar) numbers KJALB Persistence:: Marshal:: -Tangram RmpO Object persistence in relational databases JLLEROY +Tangram RmpO? Object persistence in relational databases JLLEROY Persistent:: Data:: -::Dumper RdpO Convert data structure into perl code GSAR -::Flow RdpO Acquire data based on recipes ILYAZ -::Locations RdpO Insert data into other data w/o temp files STBEY -::Walker RdpO Navigate through Perl data structures JNOLAN -::JavaScript Rdpr Dumps structures into JavaScript code SCHOP -::MultiValuedHash RdpO Hash whose keys have multiple ordered values DUNCAND -::Iterator RupO Simple iteration over complex data strucures HCAMP +::Dumper RdpO? Convert data structure into perl code GSAR +::Flow RdpO? Acquire data based on recipes ILYAZ +::Reporter RdcO? Ascii Report Generator RVAZ +::Walker RdpO? Navigate through Perl data structures JNOLAN +::JavaScript Rdpr? Dumps structures into JavaScript code SCHOP +::MultiValuedHash RdpO? Hash whose keys have multiple ordered values DUNCAND +::Iterator RupO? Simple iteration over complex data strucures HCAMP +::Lazy Rdpr? provides "lazy" scalars, arrays and hashes JENDA +::Denter RdpO? An alternative to Data::Dumper and Storable. INGY +::Compare RdpO? Compare perl data structures FTASSIN +::HexDump RdpO? Hexadecial Dumper FTASSIN +::Hexdumper Rdpfa Display binary data in multiple formats DCANTRELL Tree:: -::Nary RdpO Perl implementation of N-ary search trees FSORIANO -::DAG_Node MdpO base class for trees SBURKE +::Nary RdpO? Perl implementation of N-ary search trees FSORIANO +::DAG_Node MdpO? base class for trees SBURKE DFA:: -::Command MdpO Discrete Finite Automata command processor RSAVAGE +::Command MdpO? Discrete Finite Automata command processor RSAVAGE + +Boulder MdpO? Generalized tag/value data objects LDS +Thesaurus RdpOp Create associations between related things DROLSKY -Boulder MdpO Generalized tag/value data objects LDS -Thesaurus RdpO Create associations between related things DROLSKY +YAML cdhOp Yet Another Markup Language Support Module INGY + +DBI:: DBIx:: -::Abstract RmpO Wrapper for DBI that generates SQL TURNERA -::Password MdpO Abstration layer for database passwords KROW +::Abstract RmpO? Wrapper for DBI that generates SQL TURNERA +::Password MdpO? Abstration layer for database passwords KROW +::SystemCatalog RdpO? Accessing system catalog in common databases MILSO + +DBIx::Lookup:: +::Field Rdpfp Create a lookup hash from a database table MARCEL DBD:: -::XBase RmpO XBase driver for DBI JANPAZ -::DtfSQLmac RdpO dtF/SQL (Mac OS edition) driver for DBI TWEGNER +::XBase RmpO? XBase driver for DBI JANPAZ +::DtfSQLmac RdpO? dtF/SQL (Mac OS edition) driver for DBI TWEGNER -Oraperl Rmpf Oraperl emulation interface for DBD::Oracle DBIML +Oraperl Rmpf? Oraperl emulation interface for DBD::Oracle DBIML DDL:: -::Oracle RdpO Reverse engineers object DDL; also defrags RVSUTHERL +::Oracle RdpO? Reverse engineers object DDL; also defrags RVSUTHERL MSSQL:: -::Sqllib MdpO High-level interface using MSSQL::DBlib. SOMMAR +::Sqllib MdpO? High-level interface using MSSQL::DBlib. SOMMAR + +Oracle:: Sybase:: -::Sybperl Rdpf sybperl 1.0xx compatibility module MEWP +::Sybperl Rdpf? sybperl 1.0xx compatibility module MEWP -BBDB Rdph Insiduous big brother database LAXEN -Sprite RdpO Limited SQL interface to flat file databases SHGUN -XBase RdpO Read/write interface to XBase files JANPAZ +BBDB Rdph? Insiduous big brother database LAXEN +Sprite RdpO? Limited SQL interface to flat file databases SHGUN +XBase RdpO? Read/write interface to XBase files JANPAZ -AnyDBM_File Sup Uses first available *_File module above P5P +AnyDBM_File Sup ? Uses first available *_File module above P5P -MLDBM RdpO Transparently store multi-level data in DBM GSAR +MLDBM RdpO? Transparently store multi-level data in DBM GSAR MLDBM:: -::Lock RdpO DB_File wrapper with flock-based locking DHARRIS +::Lock RdpO? DB_File wrapper with flock-based locking DHARRIS DBM:: @@ -499,71 +588,79 @@ Metadata:: OLE:: Spectrum:: -::CLI RdpO API for Spectrum Enterprise Mgr. CLI PLONKA +::CLI RdpO? API for Spectrum Enterprise Mgr. CLI PLONKA Spreadsheet:: -::ParseExcel RdpO Get information from Excel file KWITKNR +::WriteExcel RupO? Write cross-platform Excel binary file. JMCNAMARA +::ParseExcel RdpO? Get information from Excel file KWITKNR X500:: -::DN MdpO X500 Distinguished Name parser RSAVAGE +::DN MdpO? X500 Distinguished Name parser RSAVAGE + +Alzabo RdpOp A data modelling tool and RDBMS-OO mapper DROLSKY + +Gemstone RdpO? Interface to a GemStone object database YOUD + +Splash:: Term:: -::ANSIColor Sdpf Color output using ANSI escape sequences RRA -::Cap Supf Basic termcap: Tgetent, Tputs, Tgoto TSANDERS -::Complete Supf Tab word completion using stty raw WTOMPSON -::Query Rdpf Intelligent user prompt/response driver AKSTE -::Screen RdpO Basic screen + input class (uses Term::Cap) MRKAE +::ANSIColor Sdpf? Color output using ANSI escape sequences RRA +::Cap Supf? Basic termcap: Tgetent, Tputs, Tgoto TSANDERS +::Complete Supf? Tab word completion using stty raw WTOMPSON +::Query Rdpf? Intelligent user prompt/response driver AKSTE +::Screen RdpO? Basic screen + input class (uses Term::Cap) MRKAE Term::ReadLine:: -::Perl RdpO GNU Readline history and completion in Perl ILYAZ +::Perl RdpO? GNU Readline history and completion in Perl ILYAZ -PerlMenu Mdpf Curses-based menu and template system SKUNZ +PerlMenu Mdpf? Curses-based menu and template system SKUNZ Curses:: -::Widgets Rdpf Assorted widgets for rapid interfaces CORLISS +::Widgets Rdpf? Assorted widgets for rapid interfaces CORLISS +Emacs adpf? Support for Perl embedded in GNU Emacs JTOBEY Emacs:: Tk:: -::Axis RmpO Canvas with Axes TKML -::CheckBox RdpO A radio button widget that uses a checkmark DKWILSON -::ChildNotification RdpO Alert widget when child is created DKWILSON -::Clock RdpO Canvas based Clock widget HMBRAND -::Cloth RdpO Object interface to Tk::Canvas and items ACH -::Columns RdpO Multi column lists w/ resizable borders DKWILSON -::ComboEntry RdpO Drop down list + entry widget DKWILSON -::Dial RmpO An alternative to the Scale widget TKML -::FileDialog RdpO A highly configurable file selection widget BPOWERS -::FireButton RdpO Keeps invoking callback when pressed ACH -::IconCanvas RdpO Canvas with movable iconic interface DKWILSON -::LockDisplay RdpO Screen saver/lock widget with animation LUSOL -::Menustrip RdpO Another MenuBar DKWILSON -::NumEntry RdpO Numerical entry widget with up/down buttons ACH -::ObjScanner RdpO Tk data or object scanner DDUMONT -::Olwm RmpO Interface to OpenLook toplevels properties TKML -::Pane RdpO A Frame that can be scrolled TKML -::ProgressBar RdpO Status/progress bar TKML -::RotCanvas RdpO Canvas with arbitrary rotation support AQUMSIEH -::SplitFrame RdpO A sliding separator for two child widgets DKWILSON -::TabFrame RdpO A tabbed frame geometry manager DKWILSON -::TabbedForm RdpO Ext. TabFrame, allowing managed subwidgets DKWILSON -::TableEdit RdpO Simplified interface to a flat file database DKWILSON -::TiedListbox RmpO Gang together Listboxes TKML -::TFrame RdpO A Frame with a title ACH -::Tree RdpO Create and manipulate Tree widgets CTDEAN -::TreeGraph RdpO Widget to draw a tree in a Canvas DDUMONT -::WaitBox RdpO A Wait dialog, of the "Please Wait" variety BPOWERS +::Axis RmpO? Canvas with Axes TKML +::CheckBox RdpO? A radio button widget that uses a checkmark DKWILSON +::ChildNotification RdpO? Alert widget when child is created DKWILSON +::Clock RdpO? Canvas based Clock widget HMBRAND +::Cloth RdpO? Object interface to Tk::Canvas and items ACH +::Columns RdpO? Multi column lists w/ resizable borders DKWILSON +::ComboEntry RdpO? Drop down list + entry widget DKWILSON +::Dial RmpO? An alternative to the Scale widget TKML +::FileDialog RdpO? A highly configurable file selection widget BPOWERS +::FireButton RdpO? Keeps invoking callback when pressed ACH +::IconCanvas RdpO? Canvas with movable iconic interface DKWILSON +::LockDisplay RdpO? Screen saver/lock widget with animation LUSOL +::Menustrip RdpO? Another MenuBar DKWILSON +::NumEntry RdpO? Numerical entry widget with up/down buttons ACH +::ObjScanner RdpO? Tk data or object scanner DDUMONT +::Olwm RmpO? Interface to OpenLook toplevels properties TKML +::Pane RdpO? A Frame that can be scrolled TKML +::ProgressBar RdpO? Status/progress bar TKML +::RotCanvas RdpO? Canvas with arbitrary rotation support AQUMSIEH +::SplitFrame RdpO? A sliding separator for two child widgets DKWILSON +::TabFrame RdpO? A tabbed frame geometry manager DKWILSON +::TabbedForm RdpO? Ext. TabFrame, allowing managed subwidgets DKWILSON +::TableEdit RdpO? Simplified interface to a flat file database DKWILSON +::TiedListbox RmpO? Gang together Listboxes TKML +::TFrame RdpO? A Frame with a title ACH +::Tree RdpO? Create and manipulate Tree widgets CTDEAN +::TreeGraph RdpO? Widget to draw a tree in a Canvas DDUMONT +::WaitBox RdpO? A Wait dialog, of the "Please Wait" variety BPOWERS Log::Dispatch:: -::ToTk RdpO Interface class between Log::Dispatch and Tk DDUMONT -::TkText RdpO Text widget to log Log::Dispatch messages DDUMONT +::ToTk RdpO? Interface class between Log::Dispatch and Tk DDUMONT +::TkText RdpO? Text widget to log Log::Dispatch messages DDUMONT Puppet:: Puppet::VcsTools:: -Orac RdpO DBA GUI tool for Oracle, Informix and Sybase ANDYDUNC -PPresenter MdpO Create presentations with Tk in Perl or XML MARKOV +Orac RdpO? DBA GUI tool for Oracle, Informix and Sybase ANDYDUNC +PPresenter MdpO? Create presentations with Tk in Perl or XML MARKOV Gtk:: @@ -571,156 +668,178 @@ X11:: GUI:: -C:: -::Scan RdpO Heuristic parse of C files ILYAZ - Language:: -Fortran:: +Language::DATR:: +::DATR2XML RdpOp Convert DATR to XML and back, wth XSLT & DTD LGODDARD -ShellScript:: +Blatte:: -Verilog:: -::Language Rdpf Language support, number parsing, etc WSNYDER -::Parser RdpO Language parsing WSNYDER -::SigParser RdpO Signal and module extraction WSNYDER +C:: +::Scan RdpO? Heuristic parse of C files ILYAZ FFI:: FFI::Win32:: +Fortran:: + Python:: +ShellScript:: + Shockwave:: -Cwd Supf Current working directory functions P5P +SystemC:: + +Verilog:: +::Language Rdpfp Language support, number parsing, etc WSNYDER +::Parser RdpOp Language parsing WSNYDER +::SigParser RdpOp Signal and module extraction WSNYDER + +Cwd Supf? Current working directory functions P5P File:: -::Basename Supf Return basename of a filename P5P -::CheckTree Supf Check file/dir tree against a specification P5P -::Compare Supf Compare file contents quickly P5P -::CounterFile RdpO Persistent counter class GAAS -::Find Supf Call func for every item in a directory tree P5P -::Flock Mdph flock() wrapper. Auto-create locks MUIR -::Listing Rdpf Parse directory listings GAAS -::Path Supf File path and name utilities P5P -::Remote Rdph Read/write/edit remote files transparently NWIGER -::Slurp Mdpf Read/write/append files quickly MUIR -::Sort Rdpf Sort a file or merge sort multiple files CNANDOR -::chmod Mdpf Allows for symbolic chmod notation PINYAN -::stat Supf A by-name interface for the stat function TOMC -::BasicFlock Rdpf Simple flock() wrapper MUIR +::Basename Supf? Return basename of a filename P5P +::CheckTree Supf? Check file/dir tree against a specification P5P +::Compare Supf? Compare file contents quickly P5P +::CounterFile RdpO? Persistent counter class GAAS +::Find Supf? Call func for every item in a directory tree P5P +::Flock Mdph? flock() wrapper. Auto-create locks MUIR +::Listing Rdpf? Parse directory listings GAAS +::Path Supf? File path and name utilities P5P +::Remote Rdph? Read/write/edit remote files transparently NWIGER +::Slurp Mdpf? Read/write/append files quickly MUIR +::Sort Rdpfa Sort a file or merge sort multiple files CNANDOR +::Temp Rdpfp Create temporary files safely TJENNESS +::chmod Mdpf? Allows for symbolic chmod notation PINYAN +::stat Supf? A by-name interface for the stat function TOMC +::BasicFlock Rdpf? Simple flock() wrapper MUIR +::VirtualPath RdpO? Portable abstraction of a file/dir/url path DUNCAND File::Searcher:: Dir:: -::Purge Rdpf Delete files in directory based on timestamp JV +::Purge Rdpf? Delete files in directory based on timestamp JV Filesys:: -::Df Rdpr Disk free based on Filesys::Statvfs IGUTHRIE -::Ext2 Rdpf Interface to e2fs filesystem attributes JPIERCE +::Df Rdpr? Disk free based on Filesys::Statvfs IGUTHRIE +::Ext2 Rdpf? Interface to e2fs filesystem attributes JPIERCE +::DiskSpace RdpO? Perl df (requires h2ph) FTASSIN Stat:: -::lsMode Rdpf Translate mode 0644 to -rw-r--r-- MJD +::lsMode Rdpf? Translate mode 0644 to -rw-r--r-- MJD String:: -::Approx Rdpf Approximate string matching and substitution JHI -::RexxParse Rdph Perl implementation of REXX 'parse' command BLCKSMTH -::Scanf Rdpf Implementation of C sscanf function JHI -::ShellQuote Rdpf Quote string for safe passage through shells ROSCH -::Random RdpO Perl module to generate random strings based STEVE +::Approx Rdpf? Approximate string matching and substitution JHI +::RexxParse Rdph? Perl implementation of REXX 'parse' command BLCKSMTH +::Scanf Rdpf? Implementation of C sscanf function JHI +::ShellQuote Rdpf? Quote string for safe passage through shells ROSCH +::Random RdpO? Perl module to generate random strings based STEVE Text:: -::Abbrev Supf Builds hash of all possible abbreviations P5P -::Bib RdpO Module moved to Text::Refer ERYQ -::DelimMatch RdpO Match (possibly nested) delimited strings NWALSH -::FillIn RdpO Fill-in text templates KWILLIAMS -::Format RdpO Advanced paragraph formatting GABOR -::Graphics RdpO Graphics rendering toolkit with text output SFARRELL -::ParseWords Supf Parse strings containing shell-style quoting HALPOM -::Refer RdpO Parse refer(1)-style bibliography files ERYQ -::Tabs Sdpf Expand and contract tabs ala expand(1) MUIR -::Templar RdpO An object-oriented templating system GED -::Template MdpO Expand template text with embedded perl MJD -::Vpp RdpO Versatile text pre-processor DDUMONT -::Wrap Sdpf Wraps lines to make simple paragraphs MUIR +::Abbrev Supf? Builds hash of all possible abbreviations P5P +::Bib RdpO? Module moved to Text::Refer ERYQ +::DelimMatch RdpO? Match (possibly nested) delimited strings NWALSH +::FillIn RdpO? Fill-in text templates KWILLIAMS +::Format RdpO? Advanced paragraph formatting GABOR +::Graphics RdpO? Graphics rendering toolkit with text output SFARRELL +::ParseWords Supf? Parse strings containing shell-style quoting HALPOM +::Refer RdpO? Parse refer(1)-style bibliography files ERYQ +::Tabs Sdpf? Expand and contract tabs ala expand(1) MUIR +::Templar RdpO? An object-oriented templating system GED +::Template MdpO? Expand template text with embedded perl MJD +::Vpp RdpO? Versatile text pre-processor DDUMONT +::Wrap Sdpf? Wraps lines to make simple paragraphs MUIR +::BarGraph RdpO? Generate text bar graph from data in a hash KBAUCOM +::EtText RmpO? editable-text format for HTML output JMASON Text::PDF:: Text::Wrap:: Text:: -::Balanced Mdpf Extract balanced-delimiter substrings DCONWAY +::Balanced Mdpf? Extract balanced-delimiter substrings DCONWAY Text:: Lingua:: -::Ident RdpO Statistical language identification MPIOTR -::Stem Rdph Word stemmer with localization SNOWHARE -::Preferred Rdpf Pick a language based on user's preferences EDAVIS +::Ident RdpO? Statistical language identification MPIOTR +::Stem Rdph? Word stemmer with localization SNOWHARE +::Preferred Rdpf? Pick a language based on user's preferences EDAVIS Lingua:: Lingua::EN:: -::Fathom RdpO Readability measurements of English text KIMRYAN -::Hyphenate Rdpf Syllable based hyphenation DCONWAY -::Infinitive MdpO Find infinitive of a conjugated word RSAVAGE -::Inflect Mdpf English singular->plural and "a"->"an" DCONWAY -::NameCase Rdpf Convert NAMES and names to Correct Case SUMMER -::NameParse RdpO Manipulate persons name KIMRYAN +::AddressParse RdpO? Manipulate geographical addresses KIMRYAN +::Fathom RdpO? Readability measurements of English text KIMRYAN +::Infinitive MdpO? Find infinitive of a conjugated word RSAVAGE +::Inflect Mdpf? English sing->plur, a/an, nums, participles DCONWAY +::NameCase Rdpf? Convert NAMES and names to Correct Case SUMMER +::NameParse RdpO? Manipulate persons name KIMRYAN Lingua::EN::Numbers:: -::Ordinate Rdpf go from cardinal (53) to ordinal (53rd) SBURKE +::Ordinate Rdpf? go from cardinal (53) to ordinal (53rd) SBURKE + +Lingua::Romana:: +::Perligata RdpO? Perl in Latin DCONWAY Lingua::RU:: -ERG Rdpf An extensible report generator framework PHOENIXL +ERG Rdpf? An extensible report generator framework PHOENIXL PostScript:: -::Font RdpO analyzes PostScript font files JV -::FontInfo RdpO analyzes Windows font info files JV -::FontMetrics RdpO analyzes Adobe Font Metric files JV -::Resources RdpO loads Unix PostScript Resources file JV +::Font RdpO? analyzes PostScript font files JV +::FontInfo RdpO? analyzes Windows font info files JV +::FontMetrics RdpO? analyzes Adobe Font Metric files JV +::Resources RdpO? loads Unix PostScript Resources file JV +::PseudoISO RdpO? Typesetting supprort JV +::ISOLatin1Encoding RdpO? ISO Latin1 Encoding vector JV +::StandardEncoding Rdpf? Adobe Standard Encoding vector JV Font:: -::AFM RdpO Parse Adobe Font Metric files GAAS -::TFM RdpO Read info from TeX font metric files JANPAZ -::Fret RdpO Fret - Font REporting Tool MHOSKEN +::AFM RdpO? Parse Adobe Font Metric files GAAS +::TFM RdpO? Read info from TeX font metric files JANPAZ +::Fret RdpO? Fret - Font REporting Tool MHOSKEN Number:: -::Format RdpO Package for formatting numbers for display WRW +::Format RdpO? Package for formatting numbers for display WRW +::Encode RdpO? Encode bit strings into digit strings LUISMUNOZ Number::Phone:: -::US Rdpf Validates several US phone number formats KENNEDYH +::US Rdpf? Validates several US phone number formats KENNEDYH Email:: Parse:: -::RecDescent MdpO Recursive descent parser generator DCONWAY -::Yapp RdpO Generates OO LALR parser modules FDESAR -::YALALR RdpO Yet Another LALR parser SFINK +::RecDescent MdpO? Recursive descent parser generator DCONWAY +::Yapp RdpOp Generates OO LALR parser modules FDESAR +::YALALR RdpO? Yet Another LALR parser SFINK Search:: -::Dict Supf Search a dictionary ordered text file P5P -::InvertedIndex RdpO Inverted index database support SNOWHARE -::Binary Rdpf Generic binary search RANT +::Dict Supf? Search a dictionary ordered text file P5P +::InvertedIndex RdpO? Inverted index database support SNOWHARE +::Binary Rdpf? Generic binary search RANT SGML:: -::Parser RdpO SGML instance parser EHOOD -::Entity RdpO An entity defined in an SGML or XML document KMACLEOD +::Parser RdpO? SGML instance parser EHOOD +::Entity RdpO? An entity defined in an SGML or XML document KMACLEOD -SGMLS RdpO A Post-Processor for SGMLS and NSGMLS INGOMACH +SGMLS RdpO? A Post-Processor for SGMLS and NSGMLS INGOMACH XML:: -::AutoWriter RdpO DOCTYPE based XML output RBS -::Catalog RdpO Resolve public identifiers and remap system EBOHLMAN -::Doctype RdpO A DTD object class RBS -::Element RdpO XML elements with the same interface as HTML SBURKE -::Grove RmpO Flexible lightweight mid-level XML objects KMACLEOD -::PPD RdpO PPD file format and XML parsing elements MURRAY -::PYX RdpO XML to PYX generator MSERGEANT -::TreeBuilder RdpO Build a tree of XML::Element objects SBURKE -::XPath RdpO A set of modules for parsing and evaluating MSERGEANT +::AutoWriter RdpO? DOCTYPE based XML output RBS +::Catalog RdpO? Resolve public identifiers and remap system EBOHLMAN +::Doctype RdpO? A DTD object class RBS +::Element RdpO? XML elements with the same interface as HTML SBURKE +::Grove RmpO? Flexible lightweight mid-level XML objects KMACLEOD +::PPD RdpO? PPD file format and XML parsing elements MURRAY +::PYX RdpO? XML to PYX generator MSERGEANT +::TreeBuilder RdpO? Build a tree of XML::Element objects SBURKE +::XPath RdpO? A set of modules for parsing and evaluating MSERGEANT +::GXML MdpOp XML transformation and XML->HTML conv. JCARTER + +XML::SAXDriver:: RDF:: @@ -729,210 +848,244 @@ RTF:: SQL:: TeX:: -::DVI RdpO Methods for writing DVI (DeVice Independent) JANPAZ -::Hyphen RdpO Hyphenate words using TeX's patterns JANPAZ +::DVI RdpO? Methods for writing DVI (DeVice Independent) JANPAZ +::Hyphen RdpO? Hyphenate words using TeX's patterns JANPAZ FrameMaker:: Chatbot:: -::Eliza RdpO Eliza algorithm encapsulated in an object JNOLAN +::Eliza RdpO? Eliza algorithm encapsulated in an object JNOLAN Quiz:: -Template RdpO Extensive Toolkit for template processing ABW +Template RdpO? Extensive Toolkit for template processing ABW +dTemplate RmpO? Flexible templating system DLUX Barcode:: +Syntax::Highlight:: +::Perl Rdph? Perform syntax highlighting of Perl code JOHNSCA + +CSS:: + +Whitespace MdpOp Detect and cleanup bogus whitespace in files RVAIDH + +PDF RdpO? PDF access and manipulation in Perl ANTRO +PDF:: +::Core RdpO? Core Library for PDF library ANTRO +::Parse RdpO? parsing functions for PDF library ANTRO +::Create RmpOd Create PDF files FTASSIN + Getopt:: -::ArgvFile Rdpf Take options from files JSTENZEL -::Declare MdpO An easy-to-use WYSIWYG command-line parser DCONWAY -::EvaP Mdpr Long/short options, multilevel help LUSOL -::Long Sdpr Advanced handling of command line options JV -::Mixed Rdpf Supports both long and short options CJM -::Simple MdpO A simple-to-use interface to Getopt::Long RSAVAGE -::Std Supf Implements basic getopt and getopts P5P +::ArgvFile Rdpf? Take options from files JSTENZEL +::Declare MdpO? An easy-to-use WYSIWYG command-line parser DCONWAY +::EvaP Mdpr? Long/short options, multilevel help LUSOL +::Long Sdpr? Advanced handling of command line options JV +::Mixed Rdpf? Supports both long and short options CJM +::Simple MdpO? A simple-to-use interface to Getopt::Long RSAVAGE +::Std Supf? Implements basic getopt and getopts P5P Getargs:: Config:: -::Ini RdpO Accesses Windows .ini and .reg files AVATAR +::Ini RdpO? Accesses Windows .ini and .reg files AVATAR + +AppConfig MdpO? Application config (from ARGV, file, ...) ABW +AppConfig:: +::Std RdpO? Provides standard configuration options NEILB I18N:: -::Charset Rdpf Character set names and aliases MTHURN -::Collate Sdpr Locale based comparisons JHI -::LangTags Mdpf compare & extract language tags (RFC1766) SBURKE +::Charset Rdpf? Character set names and aliases MTHURN +::Collate Sdpr? Locale based comparisons JHI +::LangTags Mdpf? compare & extract language tags (RFC1766) SBURKE Locale:: -::Country Rdpf ISO 3166 two letter country codes NEILB -::Language Rdpf ISO 639 two letter language codes NEILB -::SubCountry RdpO ISO 3166-2 two letter subcountry codes KIMRYAN -::Maketext RdpO Framework for software localization SBURKE -::PO RdpO Manipulate .po entries from gettext ALANSZ +::Country Rdpf? ISO 3166 two letter country codes NEILB +::Language Rdpf? ISO 639 two letter language codes NEILB +::SubCountry RdpO? ISO 3166-2 two letter subcountry codes KIMRYAN +::Maketext RdpO? Framework for software localization SBURKE +::PO RdpO? Manipulate .po entries from gettext ALANSZ +::Currency Rdpf? ISO 4217 codes for currencies and funds NEILB Unicode:: -::MapUTF8 Rdpf Conversions to and from arbitrary charsets SNOWHARE +::MapUTF8 Rdpf? Conversions to and from arbitrary charsets SNOWHARE No:: -::Dato Rdpf Norwegian stuff GAAS -::KontoNr Rdpf Norwegian stuff GAAS -::PersonNr Rdpf Norwegian stuff GAAS -::Sort Rdpf Norwegian stuff GAAS -::Telenor Rdpf Norwegian stuff GAAS +::Dato Rdpf? Norwegian stuff GAAS +::KontoNr Rdpf? Norwegian stuff GAAS +::PersonNr Rdpf? Norwegian stuff GAAS +::Sort Rdpf? Norwegian stuff GAAS +::Telenor Rdpf? Norwegian stuff GAAS Cz:: -::Cstocs RdpO Charset reencoding JANPAZ -::Sort RdpO Czech sorting JANPAZ +::Cstocs RdpO? Charset reencoding JANPAZ +::Sort RdpO? Czech sorting JANPAZ Geography:: -::States Rdp? Map states and provinces to their codes ABIGAIL +::States Rdp?? Map states and provinces to their codes ABIGAIL Sort:: -::ArbBiLex Mdpf sort functions for arbitrary sort orders SBURKE +::ArbBiLex Mdpf? sort functions for arbitrary sort orders SBURKE User:: PGP:: GnuPG:: -::Interface RdpO OO interface to GNU Privacy Guard FTOBIN +::Interface MdpO? OO interface to GNU Privacy Guard FTOBIN -OpenCA RmpO Tools for running a Certification Authority MADWOLF +OpenCA RmpO? Tools for running a Certification Authority MADWOLF Digest:: -::HMAC Rdph HMAC message integrity check GAAS +::HMAC Rdph? HMAC message integrity check GAAS Crypt:: -::Beowulf Rdpf An original, very fast encryption algorithm SIFUKURT -::OTP Rdpf Implements One Time Pad encryption SIFUKURT -::RC4 Rdpf Implements the RC4 encryption algorithm SIFUKURT -::Solitaire Rdpf A very simple encryption system SIFUKURT -::Twofish Rdpf Twofish Encryption Algorothm NISHANT -::UnixCrypt Rdpf Perl-only implementation of crypt(3) MVORL -::RandPasswd RdpO Random password generator based on FIPS-181 JDPORTER -::TripleDES RdpO Triple DES encyption. VIPUL -::ECB Mdph ECB mode for Crypt::DES, Blowfish, etc. APPEL +::Beowulf Rdpf? An original, very fast encryption algorithm SIFUKURT +::OTP Rdpf? Implements One Time Pad encryption SIFUKURT +::RC4 Rdpf? Implements the RC4 encryption algorithm SIFUKURT +::Solitaire Rdpf? A very simple encryption system SIFUKURT +::UnixCrypt Rdpf? Perl-only implementation of crypt(3) MVORL +::RandPasswd RdpO? Random password generator based on FIPS-181 JDPORTER +::TripleDES RdpO? Triple DES encyption. VIPUL +::ECB Mdph? ECB mode for Crypt::DES, Blowfish, etc. APPEL +::CipherSaber RdpO? OO module for CS-1 and CS-2 encryption CHROMATIC +::NULL RdpOa NULL Encryption Algorithm AMS + +Crypt::OpenSSL:: + +Crypt::Schnorr:: Authen:: +::PIN RdpO? Create and verify strong PIN numbers LUISMUNOZ RADIUS:: URI:: -::Escape Rmpf General URI escaping/unescaping functions LWWWP -::URL RmpO Uniform Resource Locator objects LWWWP +::Escape Rmpf? General URI escaping/unescaping functions LWWWP +::URL RmpO? Uniform Resource Locator objects LWWWP CGI:: -::Application RmpO Framework for building reusable web-apps JERLBAUM -::Authent Mdpf request the HTTP authentification JENDA -::Base RmpO Complete HTTPD CGI Interface class CGIP -::BasePlus RmpO Extra CGI::Base methods (incl file-upload) CGIP -::Debug Mdph show CGI debugging data JONAS -::Deurl Mdpr decode the CGI parameters JENDA -::Enurl Mdpr encode the CGI parameters JENDA -::Formalware MdpO Convert an XML file to a suite of CGI forms RSAVAGE -::Imagemap Rdph Imagemap handling for specialized apps MIKEH -::LogCarp Rdph Error, log, bug streams, httpd style format MIKEKING -::MiniSvr RmpO Fork CGI app as a per-session mini server CGIP -::Minimal MdpO A micro-sized CGI handler SNOWHARE -::PathInfo RdpO A lightweight PATH_INFO based CGI package SNOWHARE -::QuickForm Rdpf Handles UI & validation for CGI forms SUMMER -::Request RmpO Parse CGI request and handle form fields CGIP -::WML RdpO Subclass of CGI.pm for WML output AWOOD -::SSI RdpO Use SSI from CGI scripts JAMES +::Application MmpOp Framework for building reusable web-apps JERLBAUM +::Authent Mdpf? request the HTTP authentification JENDA +::Base RmpO? Complete HTTPD CGI Interface class CGIP +::BasePlus RmpO? Extra CGI::Base methods (incl file-upload) CGIP +::Debug Mdph? show CGI debugging data JONAS +::Deurl Mdpr? decode the CGI parameters JENDA +::Enurl Mdpr? encode the CGI parameters JENDA +::Formalware MdpO? Convert an XML file to a suite of CGI forms RSAVAGE +::Imagemap Rdph? Imagemap handling for specialized apps MIKEH +::LogCarp Rdph? Error, log, bug streams, httpd style format MIKEKING +::MiniSvr RmpO? Fork CGI app as a per-session mini server CGIP +::Minimal MdpO? A micro-sized CGI handler SNOWHARE +::PathInfo RdpO? A lightweight PATH_INFO based CGI package SNOWHARE +::QuickForm Rdpf? Handles UI & validation for CGI forms SUMMER +::Request RmpO? Parse CGI request and handle form fields CGIP +::WML RdpO? Subclass of CGI.pm for WML output AWOOD +::SSI RdpO? Use SSI from CGI scripts JAMES HTML:: -::CalendarMonth RmpO Calendar Months as easy HTML::Element trees MSISK -::Element RdpO Representation of a HTML parsing tree SBURKE -::ElementGlob RmpO Manipulate multiple HTML elements as one MSISK -::ElementRaw RmpO Graft HTML strings onto an HTML::Element MSISK -::ElementSuper RmpO Various HTML::Element extensions MSISK -::ElementTable RmpO Tables as easy HTML element structures MSISK -::Entities Rmpf Encode/decode HTML entities LWWWP -::HeadParser RmpO Parse section of HTML documents LWWWP -::LinkExtor RmpO Extract links from HTML documents LWWWP -::SimpleParse RdpO Bare-bones HTML parser KWILLIAMS -::Stream RdpO HTML output stream ERYQ -::Table RupO Write HTML tables via spreadsheet metaphor AJPEACOCK -::TableExtract RmpO Flexible HTML table extraction MSISK -::Template MmpO a simple HTML templating system SAMTREGAR -::TokeParser RmpO Alternative HTML::Parser interface LWWWP -::Tagset Rdpf data tables useful in parsing HTML SBURKE -::EasyTags RdpO Make proper HTML 4 tags/lists/parts DUNCAND -::LoL Rdpf Construct HTML from Perl data structures BOBG +::CalendarMonth RmpO? Calendar Months as easy HTML::Element trees MSISK +::Element RdpO? Representation of a HTML parsing tree SBURKE +::ElementGlob RmpO? Manipulate multiple HTML elements as one MSISK +::ElementRaw RmpO? Graft HTML strings onto an HTML::Element MSISK +::ElementSuper RmpO? Various HTML::Element extensions MSISK +::ElementTable RmpO? Tables as easy HTML element structures MSISK +::Entities Rmpf? Encode/decode HTML entities LWWWP +::HeadParser RmpO? Parse section of HTML documents LWWWP +::LinkExtor RmpO? Extract links from HTML documents LWWWP +::SimpleParse RdpO? Bare-bones HTML parser KWILLIAMS +::Stream RdpO? HTML output stream ERYQ +::Table RupOp Write HTML tables via spreadsheet metaphor AJPEACOCK +::TableExtract RmpO? Flexible HTML table extraction MSISK +::Template MmpO? a simple HTML templating system SAMTREGAR +::TokeParser RmpO? Alternative HTML::Parser interface LWWWP +::Tagset Rdpf? data tables useful in parsing HTML SBURKE +::EasyTags RdpO? Make proper HTML 4 tags/lists/parts DUNCAND +::LoL Rdpf? Construct HTML from Perl data structures BOBG +::WebMake RmpO? simple web site management system JMASON HTML::Widgets:: -::DateEntry RdpO Creates date entry widgets for HTML forms. KENNEDYH -::Menu RdpO Builds an HTML menu FRANKIE -::Search RdpO Perl module for building searches returning FRANKIE +::DateEntry RdpO? Creates date entry widgets for HTML forms. KENNEDYH +::Menu RdpO? Builds an HTML menu FRANKIE +::Search RdpO? Perl module for building searches returning FRANKIE HTTP:: -::Cookies RmpO Storage of cookies LWWWP -::Daemon RmpO Base class for simple HTTP servers LWWWP -::Date Rmpf Date conversion for HTTP date formats LWWWP -::Headers RmpO Class encapsulating HTTP Message headers LWWWP -::Message RmpO Base class for Request/Response LWWWP -::Negotiate Rmpf HTTP content negotiation LWWWP -::Request RmpO Class encapsulating HTTP Requests LWWWP -::Response RmpO Class encapsulating HTTP Responses LWWWP -::Status Rmpf HTTP Status code processing LWWWP -::WebTest Rdph Run tests on remote URLs or local web files RANDERSON +::Cookies RmpO? Storage of cookies LWWWP +::Daemon RmpO? Base class for simple HTTP servers LWWWP +::Date Rmpf? Date conversion for HTTP date formats LWWWP +::Headers RmpO? Class encapsulating HTTP Message headers LWWWP +::Message RmpO? Base class for Request/Response LWWWP +::Negotiate Rmpf? HTTP content negotiation LWWWP +::Request RmpO? Class encapsulating HTTP Requests LWWWP +::Response RmpO? Class encapsulating HTTP Responses LWWWP +::Status Rmpf? HTTP Status code processing LWWWP +::WebTest Rdph? Run tests on remote URLs or local web files RANDERSON +::QuickBase RdpO? Wraps the QuickBase HTTP API CVONROES HTTP::Request:: -::Common Rmpf Functions that generate HTTP::Requests LWWWP -::Form RdpO Generates HTTP::Request objects out of forms GBAUER +::Common Rmpf? Functions that generate HTTP::Requests LWWWP +::Form RdpO? Generates HTTP::Request objects out of forms GBAUER WAP:: WML:: -::Card RdpO Builds WML code for different wap browsers MALVARO -::Deck RdpO WML Deck generator MALVARO +::Card RdpO? Builds WML code for different wap browsers MALVARO +::Deck RdpO? WML Deck generator MALVARO HTTPD:: WWW:: -::BBSWatch RdpO email WWW bulletin board postings TAYERS +::BBSWatch RdpO? email WWW bulletin board postings TAYERS +::Search RdpO? Front-end to Web search engines MTHURN WWW::Search:: -::AlltheWeb RdpO Class for searching AlltheWeb JSMYSER -::Deja RdpO Class for www.deja.com searching MTHURN -::Go RdpO Backend class for searching with go.com ALIAN -::FirstGov RdpO Backend class for searching FirstGov.gov SUTCH - -LWP RmpO Libwww-perl LWWWP +::AlltheWeb RdpO? Class for searching AlltheWeb JSMYSER +::Go RdpO? Backend class for searching with go.com ALIAN +::FirstGov RdpO? Backend class for searching FirstGov.gov SUTCH +::Ebay RdpO? search auctions on www.ebay.com MTHURN +::Excite RdpO? search on www.excite.com MTHURN +::HotBot RdpO? search on www.hotbot.com MTHURN +::Lycos RdpO? search on www.lycos.com MTHURN +::Magellan RdpO? search on Magellan MTHURN +::Yahoo RdpO? search various flavors of www.yahoo.com MTHURN + +LWP RmpO? Libwww-perl LWWWP LWP:: -::MediaTypes Rmpf Media types and mailcap processing LWWWP -::Parallel RmpO Allows parallel http, https and ftp access MARCLANG -::Protocol RmpO LWP support for URL schemes (http, file etc) LWWWP -::RobotUA RmpO A UserAgent for robot applications LWWWP -::Simple Rmpf Simple procedural interface to libwww-perl LWWWP -::UserAgent RmpO A WWW UserAgent class LWWWP +::MediaTypes Rmpf? Media types and mailcap processing LWWWP +::Parallel RmpO? Allows parallel http, https and ftp access MARCLANG +::Protocol RmpO? LWP support for URL schemes (http, file etc) LWWWP +::RobotUA RmpO? A UserAgent for robot applications LWWWP +::Simple Rmpf? Simple procedural interface to libwww-perl LWWWP +::UserAgent RmpO? A WWW UserAgent class LWWWP MIME:: -::QuotedPrint Rdpf Encode/decode Quoted-Printable GAAS -::Decoder RdpO OO interface for decoding MIME messages ERYQ -::Entity RdpO An extracted and decoded MIME entity ERYQ -::Head RdpO A parsed MIME header ERYQ -::Lite RdpO Single module for composing simple MIME msgs ERYQ -::Parser RdpO Parses streams to create MIME entities ERYQ -::Words Rdpf Encode/decode RFC1522-escaped header strings ERYQ +::QuotedPrint Rdpf? Encode/decode Quoted-Printable GAAS +::Decoder RdpO? OO interface for decoding MIME messages ERYQ +::Entity RdpO? An extracted and decoded MIME entity ERYQ +::Head RdpO? A parsed MIME header ERYQ +::Lite RdpO? Single module for composing simple MIME msgs ERYQ +::Parser RdpO? Parses streams to create MIME entities ERYQ +::Words Rdpf? Encode/decode RFC1522-escaped header strings ERYQ MIME::Lite:: Apache:: -::Filter RdpO OutputChain like functionality KWILLIAMS -::PerlRun Smpf Run unaltered CGI scripts APML -::PrettyPerl Rdpf Syntax highlighting for Perl files RA -::Registry Smpf Run unaltered CGI scripts APML -::Reload RdpO Reload changed modules (extending StatINC) MSERGEANT -::SSI RmpO Implement server-side includes in Perl KWILLIAMS -::Stage Rdpf Manage a document staging directory ANDK -::ePerl Rdpr Fast emulated Embedded Perl (ePerl) RSE +::CallHandler cdpf? Map filenames to subroutine calls GKNOPS +::Filter RdpO? OutputChain like functionality KWILLIAMS +::PerlRun Smpf? Run unaltered CGI scripts APML +::PrettyPerl Rdpf? Syntax highlighting for Perl files RA +::Registry Smpf? Run unaltered CGI scripts APML +::Reload RdpO? Reload changed modules (extending StatINC) MSERGEANT +::SSI RmpO? Implement server-side includes in Perl KWILLIAMS +::Stage Rdpf? Manage a document staging directory ANDK +::ePerl Rdpr? Fast emulated Embedded Perl (ePerl) RSE Apache::ASP:: Apache:: Apache:: -::AuthCookie RdpO Authen + Authz via cookies MSCHOUT +::AuthCookie RdpO? Authen + Authz via cookies MSCHOUT Apache:: @@ -947,67 +1100,79 @@ Apache:: Apache:: Apache:: -::Resource Smpf Limit resources used by httpd children APML +::Resource Smpf? Limit resources used by httpd children APML Apache:: -::PerlSections SmpO Utilities for sections APML -::src SmpO Finding and reading bits of source APML +::PerlSections SmpO? Utilities for sections APML +::src SmpO? Finding and reading bits of source APML Apache:: Apache::Sybase:: -::CTlib Mdpn Persistent CTlib connection mgmt for Apache MDOWNING +::CTlib Mdpn? Persistent CTlib connection mgmt for Apache MDOWNING Apache:: -::ExtUtils SmpO Utils for Apache:C/Perl glue APML +::ExtUtils SmpO? Utils for Apache:C/Perl glue APML Apache:: Apache:: -::SizeLimit Smpf Graceful exit for large children APML -::GTopLimit Sdpn Child exit on small shared or large mem STAS -::Status Smpf Embedded interpreter runtime status APML -::VMonitor Mdpn Visual System and Processes Monitor STAS +::SizeLimit Smpf? Graceful exit for large children APML +::GTopLimit Sdpn? Child exit on small shared or large mem STAS +::Status Smpf? Embedded interpreter runtime status APML +::VMonitor Mdpn? Visual System and Processes Monitor STAS Apache::Watchdog:: -::RunAway Rdpn RunAway processes watchdog/terminator STAS +::RunAway Rdpn? RunAway processes watchdog/terminator STAS Apache:: -::Debug Rmpf mod_perl debugging utilities APML -::StatINC Smpf Reload require'd files when updated APML -::test Smpf Handy routines for 'make test' scripts APML +::Debug Rmpf? mod_perl debugging utilities APML +::StatINC Smpf? Reload require'd files when updated APML +::test Smpf? Handy routines for 'make test' scripts APML Apache:: -::Include Smpf mod_include + Apache::Registry handler APML -::RegistryLoader SmpO Apache::Registry startup script loader APML -::SIG SmpO Signal handlers for mod_perl APML +::Include Smpf? mod_include + Apache::Registry handler APML +::RegistryLoader SmpO? Apache::Registry startup script loader APML +::SIG SmpO? Signal handlers for mod_perl APML Netscape:: HyperWave:: WebFS:: -::FileCopy Rdpf Get, put, copy, delete files located by URL BZAJAC +::FileCopy Rdpf? Get, put, copy, delete files located by URL BZAJAC WebCache:: -ASP Rdpr Perl interface to ASP PerlScript TIMMY -BizTalk RdpO Microsoft BizTalk Framework Toolkit SIMONJ -CGI_Lite MnpO Light-weight interface for fast apps SHGUN -CIPP RdpO Preprocessor for embedding Perl, SQL in HTML JRED -WDDX RdpO Allows distributed data exchange via XML GUELICH +ASP Rdpr? Perl interface to ASP PerlScript TIMMY +BizTalk RdpO? Microsoft BizTalk Framework Toolkit SIMONJ +CGI_Lite MnpO? Light-weight interface for fast apps SHGUN +CIPP RdpO? Preprocessor for embedding Perl, SQL in HTML JRED +WDDX RdpO? Allows distributed data exchange via XML GUELICH FCGI:: +HTTP:QuickBase RdpO? Wraps the QuickBase HTTP API CVONROES + +UDDI RdpO? UDDI client interface GAAS + Event:: -EventServer RupO Triggers objects on i/o, timers & interrupts JACKS -::Functions Rupf Utility functions for initializing servers JACKS -::Gettimeofday Rupr gettimeofday syscall wrapper JACKS -::Signal Rupr signalhandler for the eventserver JACKS +EventServer RupO? Triggers objects on i/o, timers & interrupts JACKS +::Functions Rupf? Utility functions for initializing servers JACKS +::Gettimeofday Rupr? gettimeofday syscall wrapper JACKS +::Signal Rupr? signalhandler for the eventserver JACKS + +FUSE:: +::Server RdpO? Custom FUSE server creation IAMCAL + +NetServer:: +::Generic RdpO? generic OOP class for internet servers CHSTROSS + +Reefknot:: Server::Server:: -::EventDriven RupO See 'EventServer' (compatibility maintained) JACKS +::EventDriven RupO? See 'EventServer' (compatibility maintained) JACKS Server::Echo:: @@ -1017,160 +1182,180 @@ Server::FileQueue:: Server::Mail:: -NetServer:: -::Generic RdpO generic OOP class for internet servers CHSTROSS +Spool:: Time:: -Spool:: - Compress:: Convert:: -::Recode Rdpf Mapping functions between character sets GAAS -::Translit MdpO String conversion among many character sets GENJISCH -::Morse Rdpf Convert from/to Morse code (.--. . .-. .-..) TELS +::Recode Rdpf? Mapping functions between character sets GAAS +::Translit MdpO? String conversion among many character sets GENJISCH +::Morse Rdpf? Convert from/to Morse code (.--. . .-. .-..) TELS + +Convert::ASCII:: +::Armor RdpO? Convert binary octets to ASCII armoured msg. VIPUL AppleII:: Archive:: -::Zip RdpO Provides an interface to ZIP archive files NEDKONZ +::Zip RdpO? Provides an interface to ZIP archive files NEDKONZ + +Cache:: -PPM Rdpf Perl Package Manager MURRAY +PPM Rdpf? Perl Package Manager MURRAY RPM:: -ElectricArc RdpO Generic diagram manipulation toolset SELKOVJR -GIFgraph RdpO Obsolete, see GD::Graph MVERB -GraphViz RdpO Interface to the GraphViz graphing tool LBROCARD +ElectricArc RdpO? Generic diagram manipulation toolset SELKOVJR +GIFgraph RdpO? Obsolete, see GD::Graph MVERB +GraphViz RdpOp Interface to the GraphViz graphing tool LBROCARD GD:: -::Graph RdpO Create charts using GD MVERB -::Text RdpO Classes for string handling with GD MVERB +::Graph RdpO? Create charts using GD MVERB +::Text RdpO? Classes for string handling with GD MVERB -VRML RdpO VRML methods independent of specification HPALM +VRML RdpO? VRML methods independent of specification HPALM VRML:: -::VRML1 RdpO VRML methods with the VRML 1.0 standard HPALM -::VRML2 RdpO VRML methods with the VRML 2.0 standard HPALM -::Color Rdpf color functions and X11 color names HPALM -::Base RdpO common basic methods HPALM +::VRML1 RdpO? VRML methods with the VRML 1.0 standard HPALM +::VRML2 RdpO? VRML methods with the VRML 2.0 standard HPALM +::Color Rdpf? color functions and X11 color names HPALM +::Base RdpO? common basic methods HPALM Graphics:: Image:: -::Grab RdpO Grabbing images off the Internet MAHEX -::ParseGIF RdpO Parse GIF images into component parts BENL -::Size Rdpf Measure size of images in common formats RJRAY -::Info RdpO Extract meta information from image files GAAS +::Grab RdpO? Grabbing images off the Internet MAHEX +::ParseGIF RdpO? Parse GIF images into component parts BENL +::Size Rdpf? Measure size of images in common formats RJRAY +::Info RdpO? Extract meta information from image files GAAS +::DeAnim RdpO? Create static GIF file from animated GIF KENMACF +::IPTCInfo RdpOp Extracts IPTC meta-info from images JCARTER Chart:: -::Base RdpO Business chart widget collection NINJAZ -::Graph Rmpr front-end to gnuplot and XRT MHYOUNG -::PNGgraph RdpO Package to generate PNG graphs, uses GD.pm SBONDS -::XMGR Rdph interface to XMGR plotting package TJENNESS +::Base RdpO? Business chart widget collection NINJAZ +::Graph Rmpr? front-end to gnuplot and XRT MHYOUNG +::PNGgraph RdpO? Package to generate PNG graphs, uses GD.pm SBONDS +::XMGR Rdphp interface to XMGR plotting package TJENNESS +::GRACE Rdphp Interface to GRACE plotting package TJENNESS Xmms:: Flash:: Mail:: -::Audit RdpO Toolkit for constructing mail filters SIMON -::Field RdpO Base class for handling mail header fields GBARR -::Freshmeat RdpO Parses newsletters from http://freshmeat.net ASPIERS -::Header RdpO Manipulate mail RFC822 compliant headers GBARR -::POP3Client RdpO Support for clients of POP3 servers SDOWD -::Procmail Rdpf Procmail-like facility for creating easy mai JV -::Sender MdpO socket() based mail with attachments, SMTP JENDA -::Sendmail Rdpf Simple platform independent mailer MIVKOVIC -::IMAPClient RdpO An IMAP Client API DJKERNEN +::Audit RdpO? Toolkit for constructing mail filters SIMON +::Field RdpO? Base class for handling mail header fields GBARR +::Freshmeat RdpO? Parses newsletters from http://freshmeat.net ASPIERS +::Header RdpO? Manipulate mail RFC822 compliant headers GBARR +::POP3Client RdpO? Support for clients of POP3 servers SDOWD +::Procmail Rdpf? Procmail-like facility for creating easy mai JV +::Sender MdpO? socket() based mail with attachments, SMTP JENDA +::Sendmail Rdpf? Simple platform independent mailer MIVKOVIC +::IMAPClient RdpO? An IMAP Client API DJKERNEN Mail::Field:: -::Received RdpO Parses Received headers as per RFC822 ASPIERS +::Received RdpO? Parses Received headers as per RFC822 ASPIERS News:: +::NNTPClient bdpO? Support for clients of NNTP servers RVA NNTP:: +::Server i ? Support for an NNTP server JOEHIL NNML:: IMAP:: -::Admin RdpO IMAP Administration EESTABROO +::Admin RdpO? IMAP Administration EESTABROO Sendmail:: -AtExit Rdpr atexit() function to register exit-callbacks BRADAPP -Callback RdpO Define easy to use function callback objects MUIR +AtExit Rdpr? atexit() function to register exit-callbacks BRADAPP +Callback RdpO? Define easy to use function callback objects MUIR Hook:: Memoize:: -::ExpireLRU Rdpr Provide LRU Expiration for Memoize BPOWERS +::ExpireLRU Rdpr? Provide LRU Expiration for Memoize BPOWERS IO:: -::AtomicFile RdpO Write a file which is updated atomically ERYQ -::Lines RdpO I/O handle to read/write to array of lines ERYQ -::React RdpO OO Expect-like communication GARROW -::Scalar RdpO I/O handle to read/write to a string ERYQ -::ScalarArray RdpO I/O handle to read/write to array of scalars ERYQ -::Tee RdpO Multiplex output to multiple handles KENSHAN -::Wrap RdpO Wrap old-style FHs in standard OO interface ERYQ -::WrapTie RdpO Tie your handles & retain full OO interface ERYQ - -FileHandle SupO File handle objects and methods P5P -FileCache Supf Keep more files open than the system permits P5P -DirHandle SupO Directory handle objects and methods CHIPS -SelectSaver SupO Save and restore selected file handle CHIPS +::AtomicFile RdpO? Write a file which is updated atomically ERYQ +::Lines RdpO? I/O handle to read/write to array of lines ERYQ +::React RdpO? OO Expect-like communication GARROW +::Scalar RdpO? I/O handle to read/write to a string ERYQ +::ScalarArray RdpO? I/O handle to read/write to array of scalars ERYQ +::Tee RdpO? Multiplex output to multiple handles KENSHAN +::Wrap RdpO? Wrap old-style FHs in standard OO interface ERYQ +::WrapTie RdpO? Tie your handles & retain full OO interface ERYQ +::Default RdpO? Replace select() with $DEFOUT, $DEFERR, $DEF NWIGER +::String RdpO? IO::File interface for in-core strings GAAS +::Stringy RdpO? I/O on in-core objects like strings/arrays ERYQ + +FileHandle SupO? File handle objects and methods P5P +FileCache Supf? Keep more files open than the system permits P5P +DirHandle SupO? Directory handle objects and methods CHIPS +SelectSaver SupO? Save and restore selected file handle CHIPS Log:: -::Dispatch RdpO Log messages to multiple outputs DROLSKY -::Topics Rdpf Control flow of topic based logging messages JARW -::TraceMessages RdpO Print developer's trace messages EDAVIS +::Delayed RdpOa Delay error exits until multiple errors seen WSNYDER +::Detect RdpOa Detect and show error regexps in logfiles WSNYDER +::Dispatch RdpOp Log messages to multiple outputs DROLSKY +::Loggerx RdpOp Simple file logging interface JSCH +::Topics Rdpf? Control flow of topic based logging messages JARW +::TraceMessages RdpO? Print developer's trace messages EDAVIS Log::Agent:: -Expect RdpO Close relative of Don Libes' Expect in perl RGIERSIG +Expect RdpO? Close relative of Don Libes' Expect in perl RGIERSIG Win32:: -::ASP Rdpr Makes PerlScript ASP development easier WNODOM -::AbsPath Rdpf relative paths to absolute, understands UNCs JENDA -::FileOp Mdpf file operations + fancy dialogs, INI files JENDA -::FileType RdpO modify Win32 fily type mapping JENDA -::RASE Rdpf Dialup entries and connections on Win32 MBLAZ -::SerialPort RdpO Win32 Serial functions/constants/interface BBIRTH -::SystemInfo RdpO Memory and Processor information CJOHNSTON +::ASP Rdpr? Makes PerlScript ASP development easier WNODOM +::AbsPath Rdpf? relative paths to absolute, understands UNCs JENDA +::FileOp Mdpf? file operations + fancy dialogs, INI files JENDA +::FileType RdpO? modify Win32 fily type mapping JENDA +::RASE Rdpf? Dialup entries and connections on Win32 MBLAZ +::SerialPort RdpO? Win32 Serial functions/constants/interface BBIRTH +::SystemInfo RdpO? Memory and Processor information CJOHNSTON +::DriveInfo Rdpf? drives on Win32 systems MBLAZ + +Win32::MultiMedia:: Win32::OLE:: -::OPC RdpO Ole for Process Control Server Interface MARTINTO +::OPC RdpO? Ole for Process Control Server Interface MARTINTO Win32API:: -::CommPort RdpO Win32 Serial functions/constants/interface BBIRTH +::CommPort RdpO? Win32 Serial functions/constants/interface BBIRTH -Archie Rdpf Archie queries via Prospero ARDP protocol GBOSS -CPAN RdpO Perl Archive browse and download ANDK -Logfile RdpO Generic methods to analyze logfiles ULPFR -Roman Rdpf Convert Roman numbers to and from Arabic OZAWA +Archie Rdpf? Archie queries via Prospero ARDP protocol GBOSS +CPAN RdpO? Perl Archive browse and download ANDK +Hints RdpO? Tools for access hints databases (tips) MILSO +Logfile RdpO? Generic methods to analyze logfiles ULPFR +Roman Rdpf? Convert Roman numbers to and from Arabic OZAWA AI:: -::Fuzzy RdpO Perl extension for Fuzzy Logic SABREN -::NeuralNet RdpO A simple back-prop neural net JBRYAN +::Fuzzy RdpO? Perl extension for Fuzzy Logic SABREN +::NeuralNet RdpO? A simple back-prop neural net JBRYAN + +AI::NeuralNet:: +::SOM adpO? Kohonen Self-Organizing Maps VOISCHEV AI::Gene:: -::Sequence RdpO Base class of mutation methods +gene grammar AJGOUGH -::Simple RdpO Base class of mutation methods AJGOUGH +::Sequence RdpO? Base class of mutation methods +gene grammar AJGOUGH +::Simple RdpO? Base class of mutation methods AJGOUGH Astro:: -::Coord Rdpf Transform telescope and source coordinates CPHIL -::Misc Rdpf Miscellaneous astronomical routines CPHIL -::MoonPhase Rdpf Information about the phase of the Moon. RPIKKARA -::Time Rdpf General time conversions for Astronomers CPHIL -::Sunrise RdpO Computes sunrise/sunset for a given day RKHILL +::Coord Rdpf? Transform telescope and source coordinates CPHIL +::Misc Rdpf? Miscellaneous astronomical routines CPHIL +::MoonPhase Rdpf? Information about the phase of the Moon. RPIKKARA +::Time Rdpfp General time conversions for Astronomers CPHIL +::Sunrise RdpO? Computes sunrise/sunset for a given day RKHILL Audio:: Audio::Play:: MPEG:: -::ID3v1Tag MdpO ID3v1 MP3 Tag Reader/Writer SVANZOEST +::ID3v1Tag MdpO? ID3v1 MP3 Tag Reader/Writer SVANZOEST MP3:: @@ -1179,46 +1364,52 @@ BarCode:: Bio:: Business:: -::CreditCard Rdpf Credit card number check digit test IVAN -::ISBN RdpO Work with ISBN as objects BDFOY -::OnlinePayment RdpO Ecommerce middleware JASONK -::US_Amort Mdph US-style loan amortization calculations SBURKE +::CreditCard Rdpfp Credit card number check digit test IVAN +::ISBN RdpO? Work with ISBN as objects BDFOY +::OnlinePayment RdpO? Ecommerce middleware JASONK +::US_Amort Mdph? US-style loan amortization calculations SBURKE Chemistry:: -::Elements RdpO Working with Chemical Elements BDFOY +::Elements RdpO? Working with Chemical Elements BDFOY Cisco:: Embedix:: FAQ:: -::OMatic RdpO A CGI-based FAQ/help database maintainer JHOWELL +::OMatic RdpO? A CGI-based FAQ/help database maintainer JHOWELL + +Festival:: +::Client RdpO? Communicate with a Festival server GOSSAMER + +Festival::Client:: +::Async RdpO? Festival client blocking or non-blocking DJHD Finance:: -::Quote RmpO Fetch stock prices over the Internet PJF -::QuoteHist RdpO Historical stock quotes from multiple sites MSISK +::Quote RmpO? Fetch stock prices over the Internet PJF +::QuoteHist RdpO? Historical stock quotes from multiple sites MSISK Games:: -::Alak Rdpf a simple gomoku-like game SBURKE -::Dissociate Mdpf a Dissociated Press algorithm and filter SBURKE -::Worms RdpO A life simulator for Conway/Patterson worms SBURKE +::Alak Rdpf? a simple gomoku-like game SBURKE +::Dissociate Mdpf? a Dissociated Press algorithm and filter SBURKE +::Worms RdpO? A life simulator for Conway/Patterson worms SBURKE Geo:: -::METAR Rdpf Process Aviation Weather (METAR) Data JZAWODNY -::WeatherNOAA Rdpf Current/forecast weather from NOAA MSOLOMON +::METAR Rdpf? Process Aviation Weather (METAR) Data JZAWODNY +::WeatherNOAA Rdpf? Current/forecast weather from NOAA MSOLOMON HP200LX:: LEGO:: -MIDI Mdph read/edit/compose MIDI files SBURKE +MIDI Mdph? read/edit/compose MIDI files SBURKE MIDI:: Music:: -Penguin RdpO Remote Perl in Secure Environment AMERZKY +Penguin RdpO? Remote Perl in Secure Environment AMERZKY Penguin:: -::Easy RdpO Provides quick, easy access to Penguin API JDUNCAN +::Easy RdpO? Provides quick, easy access to Penguin API JDUNCAN Psion:: @@ -1227,22 +1418,45 @@ Remedy:: Router:: Silly:: +::Werder RdpO? Meaningless gibberish generator CXREG + +Speech:: +::Festival RdpO? Communicate with a festival server process. RCALEY + +Speech::Festival:: +::Synthesiser RdpO? Simple text-to-speech using festival. RCALEY + +Speech::Recognizer:: SyslogScan:: +Telephony:: + Video::Capture:: Watchdog:: +Poetry:: + +GISI:: +::MIFMID ampO? MapInfo MIFMID file format driver SORO + Resolute:: AltaVista:: Real:: -HtDig RdpO Interface for the HtDig indexing system JTILLMAN +HtDig RdpO? Interface for the HtDig indexing system JTILLMAN + +P4:: Bundle:: +RFC1960 String Representation of LDAP Search Filters Net::LDAP::Filter + + JREPROGLE Jim Reprogle + RAM Raphael Manfredi + Europe: Asia: -- cgit v1.2.1