Author: moritz Date: 2009-09-13 19:42:03 +0200 (Sun, 13 Sep 2009) New Revision: 28232
Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] since \# is forbidden, s/unescaped/unquoted/ Modified: docs/Perl6/Spec/S05-regex.pod =================================================================== --- docs/Perl6/Spec/S05-regex.pod 2009-09-13 17:08:19 UTC (rev 28231) +++ docs/Perl6/Spec/S05-regex.pod 2009-09-13 17:42:03 UTC (rev 28232) @@ -16,8 +16,8 @@ Created: 24 Jun 2002 - Last Modified: 2 Sep 2009 - Version: 102 + Last Modified: 13 Sep 2009 + Version: 103 This document summarizes Apocalypse 5, which is about the new regex syntax. We now try to call them I<regex> rather than "regular @@ -623,7 +623,7 @@ =item * -An unescaped C<#> now always introduces a comment. If followed +An unquoted C<#> now always introduces a comment. If followed by a backtick and an opening bracket character, it introduces an embedded comment that terminates with the closing bracket. Otherwise the comment terminates at the newline.