Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: ff11f19331bf30327cf729a0f5c9c349caa231c7
https://github.com/perl6/specs/commit/ff11f19331bf30327cf729a0f5c9c349caa231c7
Author: Larry Wall
Date: 2011-09-25 (Sun, 25 Sep 2011)
Changed paths:
M S05-regex.pod
Log Message:
---
define %%; clarify that % is not quantmod
ingy++ requested a method of stopping optionally after the separator,
so that's now %% (with some notion of "evenly divisible" in some kind
of loose sense). (Note, if you want to require the separator at the
end, don't use this construct, just use [x ',']* or such.
sorear++ requested clarification: % (and %%) are not really quantifier
modifiers; they modify a quantified atom to insert requirements
between each iteration of that quantified atom. Hence any quantifier
may still take an additional control quantmod in addition to a separator.
Commit: 6d7f9f1ad5f42fe3e14d44a10834cda869643cc7
https://github.com/perl6/specs/commit/6d7f9f1ad5f42fe3e14d44a10834cda869643cc7
Author: Larry Wall
Date: 2011-09-25 (Sun, 25 Sep 2011)
Changed paths:
M S32-setting-library/IO.pod
M S32-setting-library/Str.pod
Log Message:
---
Merge branch 'master' of github.com:perl6/specs
Compare: https://github.com/perl6/specs/compare/d7b5637...6d7f9f1