Update Module::Load::Conditional to 0.20
[p5sagit/p5-mst-13.2.git] / pod / perlthrtut.pod
index 65992c7..be49545 100644 (file)
@@ -596,7 +596,6 @@ this:
 
     $DataQueue->enqueue(12);
     $DataQueue->enqueue("A", "B", "C");
-    $DataQueue->enqueue(\$thr);
     sleep(10);
     $DataQueue->enqueue(undef);
     $thr->join();