How can I make Strawberry Perl's cpan(1) find perl?
Posted
by WalterVonBruegemon
on Stack Overflow
See other posts from Stack Overflow
or by WalterVonBruegemon
Published on 2010-05-27T17:34:43Z
Indexed on
2010/05/27
17:51 UTC
Read the original article
Hit count: 487
I'm having trouble installing Template module with Strawberry Perl.
cpan Template
yields the following:
Writing Makefile for AppConfig
C:strawberryperlbinperl.exe: not found
dmake.EXE: Error code 255, while making 'blib\lib\.exists'`
I haven't been able to understand either
- how to affect the path so
dmake
will work correctly - why the path (which is correct) does not have any \ in it.
© Stack Overflow or respective owner