Changeset 12037 for inc

Show
Ignore:
Timestamp:
08/09/06 17:10:47 (2 years ago)
Author:
fglock
Message:

inc/Module/Install/PMC.pm - added 't/' in order to compile Test.pm

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • inc/Module/Install/PMC.pm

    r12028 r12037  
    2626    File::Find::find( sub { 
    2727        push @pmcs, $File::Find::name if /\.pmc$/i; 
    28     }, 'lib'); 
     28    }, 'lib', 't'); 
    2929 
    3030    $self->realclean_files("@pmcs");