in reply to Re^3: Problem installing packages from cpan on windows 7
in thread Problem installing packages from cpan on windows 7
sub init_DIRFILESEP { my($self) = shift; # The ^ makes sure its not interpreted as an escape in nmake $self->{DIRFILESEP} = $self->is_make_type('nmake') ? '^\\' : $self->is_make_type('dmake') ? '\\\\' : '\\'; }
perl -V:make dmake
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Problem installing packages from cpan on windows 7
by Anonymous Monk on Mar 01, 2012 at 10:35 UTC |