perlthrtut: #109408
authorBrian Fraser <fraserbn@gmail.com>
Wed, 1 Feb 2012 02:41:45 +0000 (23:41 -0300)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 27 Jun 2012 15:47:43 +0000 (08:47 -0700)
pod/perlthrtut.pod

index 6b693d1..cec07e0 100644 (file)
@@ -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<ithreads>) that was first introduced in Perl 5.6.0.  In this
+referred to as I<ithreads>).  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<ithreads>
 uses the L<threads> class.