An installation of Red Hat Linux is built around the RPM database. CPAN's shell has no connection to that database, so files it installs are not as trackable.
Also, CPAN's shell has a habit of wanting to fetch and build the latest perl interpreter. The interface is not very intuitive, and again, mucks up what you've already installed unless you know the right place to say "no."
Also, good packages are built as non-root, and installed as root. I don't like root to compile things. There are too many ways a Makefile can make a deadly mistake.
For the modules I install from CPAN, I run it through the latest cpanflute script, which gives me a nice rebuildable-as-not-root perl-Foo-Bar-1.0.src.rpm. For the few modules it doesn't handle, I make the RPM .spec file myself. RPM can then track perl-Foo-Bar dependencies cleanly and automatically.
-- [ e d @ h a l l e y . c c ]
|