From b6d2d44693ba557644653a6e47e617feb6d3850c Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Tue, 31 Jan 2012 23:41:45 -0300 Subject: [PATCH] perlthrtut: #109408 --- pod/perlthrtut.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index 6b693d1..cec07e0 100644 --- a/pod/perlthrtut.pod +++ b/pod/perlthrtut.pod @@ -7,7 +7,7 @@ perlthrtut - Tutorial on threads in Perl =head1 DESCRIPTION This tutorial describes the use of Perl interpreter threads (sometimes -referred to as I) that was first introduced in Perl 5.6.0. In this +referred to as I). In this model, each thread runs in its own Perl interpreter, and any data sharing between threads must be explicit. The user-level interface for I uses the L class. -- 2.7.4