- Timestamp:
- 08/25/06 15:44:08 (2 years ago)
- Files:
-
- 1 modified
-
inc/Module/Install/Pugs.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/Module/Install/Pugs.pm
r10677 r12691 209 209 210 210 GHC_TEST: 211 for my $ghc_dir ( @ghc_choices) {211 for my $ghc_dir (sort @ghc_choices) { 212 212 my $ghc_candidate = qq/${ghc_dir}${slash}bin${slash}ghc.exe/; 213 213 if ($ghc_version = $test_ghc_ver->($ghc_candidate)) { 214 214 $ghc = $ghc_candidate; 215 warn "*** Found $ghc\n";216 215 } 217 216 } 217 warn "*** Using GHC version: $ghc\n" if $ghc; 218 218 } 219 219 }
