- Timestamp:
- 09/02/06 10:48:22 (2 years ago)
- Files:
-
- 1 modified
-
inc/Module/Install/Pugs.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/Module/Install/Pugs.pm
r12890 r12938 64 64 : die "Perl version '$perl_version' is bad. Must be 5 or 6."; 65 65 my $path = File::Spec->catdir($base, $blib); 66 67 if ( basename($Config{make}, $Config{_exe}) =~ /\bdmake\b/ ) { 68 # This is purely for working around sad dmake bug 69 # Which parses C:\work\pugs as C : \work\pugs 70 $path =~ s{^\w:}{} 71 } 66 72 67 73 $self->makemaker_args->{INST_LIB} =
