-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 3/24/2010 11:12 PM, Andrew Dunbar wrote:
It seems there are some very stale old modules still installed which seem to now be considered defacto standard by the Perl community. POE and its child classes such as POE::Component::IRC for example.
I couldn't even find what was the right path for these modules for a script running on nightshade or wolfsbane and ended up installing local copies of the current versions.
$ perl -V
will tell you where perl looks for libraries, and
$ perl -MModule -e 'print "$Module::VERSION\n"'
will generally give you the version.