Author: larry
Date: Thu Feb 22 13:06:22 2007
New Revision: 13701

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

Log:
Change hardwired 8 to $?TABSTOP // 8 for heredocs


Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod        (original)
+++ doc/trunk/design/syn/S02.pod        Thu Feb 22 13:06:22 2007
@@ -2475,7 +2475,7 @@
 delimiter will be removed from all preceding lines.  If a line is
 deemed to have less whitespace than the terminator, only whitespace
 is removed, and a warning may be issued.  (Hard tabs will be assumed
-to be 8 spaces, but as long as tabs and spaces are used consistently
+to be C<< ($?TABSTOP // 8) >> spaces, but as long as tabs and spaces are used 
consistently
 that doesn't matter.)  A null terminating delimiter terminates on
 the next line consisting only of whitespace, but such a terminator
 will be assumed to have no indentation.  (That is, it's assumed to

Reply via email to