--- trunk2/doc/CPAN.modules 2004/06/10 19:22:40 337 +++ trunk2/doc/CPAN.pod 2004/09/13 14:45:04 435 @@ -1,19 +1,68 @@ -CPAN modules to consider using: +=head1 NAME + +CPAN modules which are needed for WebPAC + +=head2 MODULES + +Here are CPAN modules which WebPAC uses. +Simpliest way is to install them using +C shell like this: + + cpan Log::Log4perl + +Some of modules might require specific version. + +=over 5 + +=item Template + +Template toolkit + +=item Log::Log4perl + +For logging (using C by default) + +=item DBM::Deep + +Used only if using C option. + +=item OpenIsis + +This module is part of L +and pre-patched version (with applied close path) is included with WebPAC. + +=item jsFind + +To create static JavaScript powered search engine. + +=item Tie:Array:Sorted + +For creating sorted indexes + +=back + +=head2 Modules which will be used + +Following modules might be used or not depending on state of +WebPAC development. + +Sorry. I will update this documentation occasionally. + +=over 5 + +=item Text::Unaccent + +available at L + +=item CGI::Application + +=item HTML::FillInForm + +=item Spreadsheet::ParseExcel + +=item MARC + +=item Text::CSV + +=back -AnyData::Format::XML -Data::DumpXML -Data::DumpXML::Parser -XML::Simple -XML::Writer - -other perl modules which are used: - -Text::Unaccent from http://www.senga.org/unac/ - -Modules which are used: -CGI::Application -HTML::Template -HTML::FillInForm -Spreadsheet::ParseExcel -MARC -Text::CSV