- Timestamp:
- 06/02/05 06:08:47 (4 years ago)
- svk:copy_cache_prev:
- 5913
- Files:
-
- 1 modified
-
inc/Module/Install/Win32.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/Module/Install/Win32.pm
r469 r4321 18 18 $Config::Config{make} =~ /^nmake\b/i and 19 19 $^O eq 'MSWin32' and 20 !$self->can_run('nmake ')20 !$self->can_run('nmake.exe') 21 21 ); 22 22
