From Fedora Project Wiki
(Created page with '= Perl for Server Spin/SIG = Goal: have a list of main Perl modules needed on production server. Good candidates: It should be small group, which should be part of Server from ...') |
|||
Line 81: | Line 81: | ||
| help switch between perl releases | | help switch between perl releases | ||
|} | |} | ||
=== Needed/under review === | |||
Plack - [https://bugzilla.redhat.com/show_bug.cgi?id=575498|575498] |
Revision as of 15:59, 10 November 2010
Perl for Server Spin/SIG
Goal: have a list of main Perl modules needed on production server.
Good candidates: It should be small group, which should be part of Server from ServerSIG. These aim is take more care about them and watch growth of requirements of these packages.
Candidates
Minimal installation
(modules without their dependencies)
perl-Archive-Tar |
perl-Archive-Zip |
perl-CGI-Session |
perl-CGI |
perl-core |
perl-Crypt-SSLeay |
perl-DBD-MySQL |
perl-DBD-Pg |
perl-DBD-SQLite |
perl-DBI |
perl-DBIx-Simple |
perl-LDAP |
perl-libguestfs |
perl-libwww-perl |
perl-libxml-perl |
perl-Mozilla-LDAP |
perl-Net-DNS-Nameserver |
perl-Net-DNS |
perl-Task-Weaken |
perl-URI |
perl-XML-LibXML |
perl-XML-LibXSLT |
perl-XML-SAX |
perl-YAML |
Catalyst, CGI,...
perl-Task-Catalyst | install all Catalyst modules -> wrong, maybe some basic group? |
perl-CGI-? | which of these |
perl-Fast-FCGI-* | which of these |
perl-JSON-* | which of these |
CPAN enablement
(is it needed on production server?)
perl-local-lib | create local path for installation from cpan |
perl-App-perlbrew | help switch between perl releases |
Needed/under review
Plack - [1]