Changeset 10751 for inc

Show
Ignore:
Timestamp:
06/19/06 17:12:42 (3 years ago)
Author:
audreyt
Message:

* Don't break ActivePerl? 5.8.8 on case-insensitive filesystems.

Aankhen++ for catching this age-old bug in inc/Module/Install.pm.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • inc/Module/Install.pm

    r7937 r10751  
    136136        unless grep { $_ eq $self->{prefix} } @INC; 
    137137 
    138     local @INC = ($path, @INC); 
    139138    foreach my $rv ($self->find_extensions($path)) { 
    140139        my ($file, $pkg) = @{$rv};