Changeset 11788

Timestamp:
07/26/06 00:30:02 (2 years ago)
Author:
markstos
svk:copy_cache_prev:
17420
Message:

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" ?
Files:
1 added