- Timestamp:
- 08/09/06 17:10:47 (2 years ago)
- Files:
-
- 1 modified
-
inc/Module/Install/PMC.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/Module/Install/PMC.pm
r12028 r12037 26 26 File::Find::find( sub { 27 27 push @pmcs, $File::Find::name if /\.pmc$/i; 28 }, 'lib' );28 }, 'lib', 't'); 29 29 30 30 $self->realclean_files("@pmcs");
