in reply to Parallel::ForkManager and utf8::all crash perl on Windows

What happens if you load the modules in the other order; load utf8::all first?

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re: Parallel::ForkManager and utf8::all crash perl on Windows

Replies are listed 'Best First'.
Re^2: Parallel::ForkManager and utf8::all crash perl on Windows
by szabgab (Priest) on Dec 22, 2012 at 10:22 UTC
    Same crash. (Even if I remove all the Test::More related code.)