in reply to RPM packaging of modules and multiple perl versions
I do not recommend trying to share modules (packages) at all -- use the entirely different naming scheme to keep things sane. Your <company>-perl-* is good. Another is "local-perl-*", used for example here:
That installs local-perl-Module-Build to /usr/local/, and it can be installed at the same time as perl-Module-Build (/usr).
--DB
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: RPM packaging of modules and multiple perl versions
by Anonymous Monk on Mar 29, 2010 at 02:09 UTC |