From Fedora Project Wiki
Line 8: | Line 8: | ||
(modules without their dependencies) | (modules without their dependencies) | ||
{| | {| | ||
| perl-Archive-Tar | | perl-Archive-Tar || an interface to TAR archive files | ||
|- | |- | ||
| perl-Archive-Zip | | perl-Archive-Zip || an interface to ZIP archive files | ||
|- | |- | ||
| perl-CGI-Session | | perl-CGI-Session || persistent session data in CGI applications | ||
|- | |- | ||
| perl-CGI | | perl-CGI || simply CGI | ||
|- | |- | ||
| perl-core | | perl-core || main perl (interpreter and core modules) | ||
|- | |- | ||
| perl-Crypt-SSLeay | | perl-Crypt-SSLeay || OpenSSL support for LWP (libwww-perl) | ||
|- | |- | ||
| perl-DBD-MySQL | | perl-DBD-MySQL || database driver | ||
|- | |- | ||
| perl-DBD-Pg | | perl-DBD-Pg || database driver | ||
|- | |- | ||
| perl-DBD-SQLite | | perl-DBD-SQLite || database driver | ||
|- | |- | ||
| perl-DBI | | perl-DBI || database independent interface | ||
|- | |- | ||
| perl-DBIx-Simple | | perl-DBIx-Simple || OO interface to database | ||
|- | |- | ||
| perl-LDAP | | perl-LDAP || Lightweight Directory Access Protocol | ||
|- | |- | ||
| perl-libguestfs | | perl-libguestfs | ||
Line 38: | Line 38: | ||
| perl-libxml-perl | | perl-libxml-perl | ||
|- | |- | ||
| perl-Mozilla-LDAP | | perl-Mozilla-LDAP || could be removed? last release in 1999, no rating | ||
|- | |- | ||
| perl-Net-DNS-Nameserver | | perl-Net-DNS-Nameserver |
Revision as of 09:02, 12 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 | an interface to TAR archive files |
perl-Archive-Zip | an interface to ZIP archive files |
perl-CGI-Session | persistent session data in CGI applications |
perl-CGI | simply CGI |
perl-core | main perl (interpreter and core modules) |
perl-Crypt-SSLeay | OpenSSL support for LWP (libwww-perl) |
perl-DBD-MySQL | database driver |
perl-DBD-Pg | database driver |
perl-DBD-SQLite | database driver |
perl-DBI | database independent interface |
perl-DBIx-Simple | OO interface to database |
perl-LDAP | Lightweight Directory Access Protocol |
perl-libguestfs | |
perl-libwww-perl | |
perl-libxml-perl | |
perl-Mozilla-LDAP | could be removed? last release in 1999, no rating |
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 review [1]