is this a bug? (5.6.1b1 MacPerl)
[email protected] ("Scott R. Godin")
| Newsgroups | perl.macperl.porters |
|---|---|
| Organization | Laughing Dragon Services |
| Message-ID | <[email protected]> |
#!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 should I report this one? -- Scott R. Godin | e-mail : [email protected] Laughing Dragon Services | web : http://www.webdragon.net/ It is not necessary to cc: me via e-mail unless you mean to speak off-group. I read these via nntp.perl.org, so as to get the stuff OUT of my mailbox. :-)