preload threads.pm in storage/txn.t for fork error
authorRafael Kitover <rkitover@cpan.org>
Mon, 18 Jun 2012 15:49:37 +0000 (11:49 -0400)
committerRafael Kitover <rkitover@cpan.org>
Tue, 10 Jul 2012 22:06:08 +0000 (18:06 -0400)
commit8bab2062c234a0ebab1c177220ef1d13b281d5b2
treed25b063984e523d0261b14ae409726ae75f1d28a
parent50e6c52e05fbcc9ff63926c8c85cc2ec92ae8531
preload threads.pm in storage/txn.t for fork error

SineSwiper reported this error in t/storage/txn.t on Strawberry Perl
5.12 32bit:

You must load the 'threads' module before Moo::_Utils at t/storage/txn.t
line 130.

Preload threads in a BEGIN block at the beginning of the .t file for
Win32. This fixes the error.
t/storage/txn.t