summaryrefslogtreecommitdiff
path: root/ext/Thread/Thread.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Thread/Thread.pm')
-rw-r--r--ext/Thread/Thread.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Thread/Thread.pm b/ext/Thread/Thread.pm
index f8a8a26bbc..3a545482a9 100644
--- a/ext/Thread/Thread.pm
+++ b/ext/Thread/Thread.pm
@@ -22,7 +22,7 @@ Thread - manipulate threads in Perl (EXPERIMENTAL, subject to change)
$result = $t->eval;
$t->detach;
$flags = $t->flags;
-
+
if ($t->done) {
$t->join;
}