- Timestamp:
- 06/02/05 15:35:40 (4 years ago)
- svk:copy_cache_prev:
- 5913
- Files:
-
- 1 modified
-
inc/Module/Install/Pugs.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/Module/Install/Pugs.pm
r4188 r4325 149 149 sub assert_ghc { 150 150 my $self = shift; 151 my $ghc = $self->can_run($ENV{GHC} || 'ghc');151 my $ghc = $self->can_run($ENV{GHC} || ( 'ghc' . $Config{_exe} ) ); 152 152 my $ghcver = `$ghc --version`; 153 153 ($ghcver =~ /Glasgow.*\bversion\s*(\S+)/s) or die << '.';
