----- Original Message -----
From: "Rich Lafferty" <[EMAIL PROTECTED]>


> On Fri, Jan 31, 2003 at 10:39:09PM -0500, Michael Soulier
<[EMAIL PROTECTED]> wrote:
> > On 01/02/03 jeroen did say:
> >
> > > 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?
> >
> >     If you want to check if they load properly, you can do so from the
> > debugger.
>
> Or without it :-)
>
>   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.)
>

Thanks guys for the directions. Found out what the problem is, the rpm's are
build for Perl 5.6.1 and not for Perl 5.6.0.

Jeroen



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Searchable archive at http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to