#!perl -w
use ExtUtils::Installed;
my $inst = ExtUtils::Installed->new();
my $module = "Time::Local";
print "$_\n" foreach (sort($inst->files($module)));
results in
# Use of uninitialized value in lstat.
File 'Primus 8.5GB:Applications:MacPerl
5.6.1b1:lib:File:Find.pm'; Line
507
# Use of uninitialized value in pattern match (m//).
File 'Primus 8.5GB:Applications:MacPerl
5.6.1b1:lib:File:Find.pm'; Line
508
# Use of uninitialized value in concatenation (.) or
string.
File 'Primus 8.5GB:Applications:MacPerl
5.6.1b1:lib:File:Find.pm'; Line
508
# Time::Local is not installed
File 'Dev:Pseudo'; Line 6
Logged In: YES
user_id=3660
Yes, should be fixed; no, I am not going to do it now. Anyone else who
wants to look into it, please do. It should not be too hard, just some
Perl hacking.
Logged In: YES
user_id=3660
Much of ExtUtils has problems, including the tests, and they need to be
addressed for MacPerl.