Menu

#93 bugs in ExtUtils

Release 5.8.xr*
open
nobody
6
2002-07-30
2001-11-17
No

#!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

Discussion

  • Chris Nandor

    Chris Nandor - 2001-11-20
    • priority: 5 --> 2
     
  • Chris Nandor

    Chris Nandor - 2001-11-20

    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.

     
  • Chris Nandor

    Chris Nandor - 2002-06-02
    • priority: 2 --> 6
    • summary: bug in ExtUtils::Installed --> bugs in ExtUtils
     
  • Chris Nandor

    Chris Nandor - 2002-06-02

    Logged In: YES
    user_id=3660

    Much of ExtUtils has problems, including the tests, and they need to be
    addressed for MacPerl.

     
  • Chris Nandor

    Chris Nandor - 2002-07-30
    • milestone: 102958 --> Release 5.8.xr*
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.