in reply to Re^6: Chart::Clicker Question
in thread Chart::Clicker Question
ExtUtils::Installed provides a standard way to find out what core and module files have been installed. It uses the information stored in .packlist files created during installation to provide this information. In addition it provides facilities to classify the installed files and to extract directory information from the .packlist files.So, if you install with cpan/Makefile.PL... it will make .packlist when you install.
If you install with apt-get and other OS specific tools, often times they will not make .packlist files , as such they're broken tools.
If this is the case, is there another way to verify that this LONG list of modules is in fact correctly installed on my server?
Does
I just let CPAN/CPANPLUS handle it
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Chart::Clicker Question
by Perobl (Beadle) on Nov 01, 2010 at 14:34 UTC |