Skip to content

Commit

Permalink
Upgrade utf8::all to one that works with threads.
Browse files Browse the repository at this point in the history
This should fix #271 and all our Child woes.
  • Loading branch information
schwern committed Aug 10, 2016
1 parent d172a0f commit bdb2936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ my $builder = MyBuild->new(
"Devel::Declare::MethodInstaller::Simple" => '0.006009',
'true::VERSION' => '0.16',
'Capture::Tiny' => '0.06',
# Change to how @ARGV is handled, wraps glob and <>.
'utf8::all' => '0.015',
# 0.018 fixes utf8 + threads (and fork emulation on Windows)
'utf8::all' => '0.018',
'Carp::Fix::1_25' => '1.000000',
'Hash::StoredIterator' => '0.007',
'Hash::FieldHash' => '0.06',
Expand Down

0 comments on commit bdb2936

Please sign in to comment.