Solve the need-GHC-just-to-play-with-v6 problem.
See http://use.perl.org/~clkao/journal/30407 for a description and
the specific problem I posted in a comment there.
The solution:
Instead of:
perl Makefile.PL && make build_perl5 # Requires GHC!
Just:
./make_build_perl5
There is room for refinement:
- This script is dumb about finding a good "make" to use.
- perhaps it makes sense to roll in "util/src_to_blib.pl" ?