in reply to Core Modules & cPanel System Modules
corelist at v5.10.0:
corelist -v 5.10.0 | wc -l 541
...and v5.16.0:
corelist -v 5.16.0 | wc -l 688
So I'd say that cPanel doesn't include everything that is bundled in the perl's core.
update: One way to make things easier on yourself is by using the Devel::Dependencies module to find the dependencies (recursively) for your application, and install them on your current version of perl automatically:
perl -MDevel::Dependencies /path/to/Module.pm | cpanm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Core Modules & cPanel System Modules
by tel2 (Pilgrim) on May 11, 2016 at 22:56 UTC | |
by stevieb (Canon) on May 11, 2016 at 23:23 UTC | |
by tel2 (Pilgrim) on May 12, 2016 at 01:02 UTC |