[ macperl-Bugs-482771 ] bug in ExtUtils::Installed

[email protected]
Newsgroups perl.macperl.porters
Message-ID <[email protected]>
Bugs item #482771, was opened at 2001-11-17 00:56
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=107940&aid=482771&group_id=7940

Category: Standard Library (Modules)
Group: Development Branch
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott R. Godin (webdragon)
Assigned to: Nobody/Anonymous (nobody)
Summary: bug in ExtUtils::Installed

Initial Comment:
#!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


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=107940&aid=482771&group_id=7940
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.