Author: larry
Date: Sat Mar 31 18:59:24 2007
New Revision: 14367

Modified:
   doc/trunk/design/syn/S05.pod

Log:
quoting braino noticed by moritz++


Modified: doc/trunk/design/syn/S05.pod
==============================================================================
--- doc/trunk/design/syn/S05.pod        (original)
+++ doc/trunk/design/syn/S05.pod        Sat Mar 31 18:59:24 2007
@@ -14,9 +14,9 @@
    Maintainer: Patrick Michaud <[EMAIL PROTECTED]> and
                Larry Wall <[EMAIL PROTECTED]>
    Date: 24 Jun 2002
-   Last Modified: 26 Mar 2007
+   Last Modified: 31 Mar 2007
    Number: 5
-   Version: 55
+   Version: 56
 
 This document summarizes Apocalypse 5, which is about the new regex
 syntax.  We now try to call them I<regex> rather than "regular
@@ -3064,7 +3064,7 @@
 For example:
 
      if $text ~~ mm:g/ (\S+:) <rocks> / {
-         say 'Full match context is: [$/]';
+         say "Full match context is: [$/]";
      }
 
 But the list of individual match objects corresponding to each separate

Reply via email to