On Tue, 2003-11-18 at 21:55, Clint wrote:
> I upgraded a RH9 machine to Fedora, and now the script I used to use for 
> determing what CPAN modules are on my machine will not report anything 
> but Perl. That is, I know I have many modules on the machine, but the 
> script is not reporting them. I would appreciate any ideas about what I 
> can change to fix things!
> 
> Here is the script (I found it elsewhere, and did not write it myself):
> 
> use ExtUtils::Installed;
> my $instmod = ExtUtils::Installed->new();
> foreach my $module ($instmod->modules()) {
> my $version = $instmod->version($module) || "???";
>         print "$module -- $version\n";
> }
> 
> 
> Here is the relevant output:
> 
> [EMAIL PROTECTED] perlstuff]$ ./findmodules
> Perl -- 5.8.1

Clint,

Have you installed any other modules on your machine?  That's what the
output was on my Fedora Core before I installed a few modules from CPAN.

Other than that, the script runs just fine!

Hope this helps,
Kevin

-- 
Kevin Old <[EMAIL PROTECTED]>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to