Subject: | intsall broken in 0.49 |
perlbrew install was fine up to and including 0.48, but in 0.49 it's
severely broken on some systems. It seems to be OK on Linux but fails
on NetBSD, Hurd and Darwin and possibly others. The wrong values are
put into the config.h file. Instead of
#define BIN "/home/xyzzy/perl5/perlbrew/perls/perl-blead/bin"
it puts in something like
#define BIN ".../../perl-blead/bin"