1 Feb 2003 01:33
Re: [ANNOUNCEMENT] Spamassassin contrib BETA
jeroen <sme <at> maatman.yi.org>
2003-02-01 00:33:01 GMT
2003-02-01 00:33:01 GMT
> > Tried to install it on 5.1.2 without the nodeps option. It fails on: > perl(Pod::Usage) is needed by perl-Mail-SpamAssassin-2.43-3. > What module is needed here? > Hmmm....I see those modules are in /usr/lib/perl5/5.6.0 so they are there. Is there a way I can check those modules? Jeroen -- Please report bugs to bugs <at> e-smith.com Please mail smesecurity <at> mitel.com (only) to discuss security issues Support for registered customers and partners to smesupport <at> mitel.com To unsubscribe, e-mail: devinfo-unsubscribe <at> lists.e-smith.org For additional commands, e-mail: devinfo-help <at> lists.e-smith.org Searchable archive at http://www.mail-archive.com/devinfo%40lists.e-smith.org
perl -MModule::Name -e 0
or even
perl -MModule::Name -e 'print $Module::Name::VERSION'
And for the implicit question of "Which copy of a module is Perl trying
to use", you can:
perldoc -l Module::Name
(The -m option to perldoc is handy in other circumstances, btw.)
Cheers,
-Rich
If anyone knows the answer I sure would appreciate it.
Regards,
John Cusick
--
Please report bugs to bugs <at> e-smith.com
Please mail smesecurity <at> mitel.com (only) to discuss security issues
Support for registered customers and partners to smesupport <at> mitel.com
To unsubscribe, e-mail: devinfo-unsubscribe <at> lists.e-smith.org
For additional commands, e-mail: devinfo-help <at> lists.e-smith.org
Searchable archive at
RSS Feed