in reply to How does your distro handle Perl module installation ?

The "perl" package on Fedora and Red Hat linux is just the Perl core, the standard documentation, and all modules that are considered core (with their XS portions precompiled, obviously). Shortcuts are created for perldoc, cpan, h2xs, etc. Certain other Perl modules are provided by separate RPMS with names such as perl-DBI, perl-DateManip, etc.
  • Comment on Re: How does your distro handle Perl module installation ?