From: Philip Newton Date: Mon, 3 Jun 2002 21:35:55 +0000 (+0200) Subject: Minor typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=693b9afdd342d2c8a04595c97af15a9ecddcb2b8;p=p5sagit%2Fp5-mst-13.2.git Minor typo Message-Id: p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e p4raw-id: //depot/perl@16980 --- diff --git a/lib/Switch.pm b/lib/Switch.pm index a43ba95..c76ac8e 100644 --- a/lib/Switch.pm +++ b/lib/Switch.pm @@ -742,7 +742,7 @@ behaviour of the third case. Perl 6 will provide a built-in switch statement with essentially the same semantics as those offered by Switch.pm, but with a different -pair of keywords. In Perl 6 C with be spelled C, and +pair of keywords. In Perl 6 C will be spelled C, and C will be pronounced C. In addition, the C statement will not require switch or case values to be parenthesized.