diff options
Diffstat (limited to 't/test.pl')
-rw-r--r-- | t/test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -981,7 +981,7 @@ sub watchdog ($;$) # Use a watchdog thread because either 'threads' is loaded, # or fork() failed if (eval 'require threads; 1') { - threads->create(sub { + 'threads'->create(sub { # Load POSIX if available eval { require POSIX; }; |