> It would be helpful if someone (not necessarily the original poster) > provided a recipe to build a perl6 without ICU so this bug can be tested > against a recent version.
The following should work: perl Configure.pl --gen-parrot --parrot-option="--without-icu" Pm