Author: lwall
Date: 2009-01-07 02:20:43 +0100 (Wed, 07 Jan 2009)
New Revision: 24791

Modified:
   docs/Perl6/Spec/S11-modules.pod
Log:
[S11] clarify the intent of the -e6 remark not to be special syntax, but
a natural outcome of -e and '6;'


Modified: docs/Perl6/Spec/S11-modules.pod
===================================================================
--- docs/Perl6/Spec/S11-modules.pod     2009-01-07 00:56:43 UTC (rev 24790)
+++ docs/Perl6/Spec/S11-modules.pod     2009-01-07 01:20:43 UTC (rev 24791)
@@ -12,9 +12,9 @@
 
   Maintainer: Larry Wall <la...@wall.org>
   Date: 27 Oct 2004
-  Last Modified: 26 Feb 2008
+  Last Modified: 06 Jan 2009
   Number: 11
-  Version: 24
+  Version: 25
 
 =head1 Overview
 
@@ -467,7 +467,7 @@
 
 it runs Perl 6 in "lax" mode, without strictures or warnings, since obviously
 a bare literal in a void context I<ought> to have produced a warning.
-(Invoking perl with C<-e6> has the same effect.)
+(Invoking perl with C<-e '6;'> has the same effect.)
 
 In the other direction, to inline Perl 5 code inside a Perl 6 program, put
 C<use v5> at the beginning of a lexical block.  Such blocks can nest 
arbitrarily

Reply via email to