Branch: refs/heads/master Home: https://github.com/perl6/specs
Commit: 448a791d19eb39f828ca66c8faadecef07eeddac https://github.com/perl6/specs/commit/448a791d19eb39f828ca66c8faadecef07eeddac Author: Larry Wall <la...@wall.org> Date: 2011-12-29 (Thu, 29 Dec 2011) Changed paths: M S05-regex.pod Log Message: ----------- simplify sigspace rule Only constructs that are actual matchers look for following sigspace. Colon declarations, opening brackets, disjunctions/conjunctions, and closures specifically do not. The beginning of a rule does not, so the TOP rule may need to account for leading whitespace. (A ^ followed by whitespace is sufficient for this.)