Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: d5614d9db7a33b6b2fc0566c3c39810509eee90d
https://github.com/perl6/specs/commit/d5614d9db7a33b6b2fc0566c3c39810509eee90d
Author: Carl Masak <[email protected]>
Date: 2011-10-22 (Sat, 22 Oct 2011)
Changed paths:
M S26-documentation.pod
Log Message:
-----------
[S26] fixed blatant p5ism
Commit prepared by Damian Conway.
Commit: c86ca97bf6d7ab37123f797a0d762d432a4faeb0
https://github.com/perl6/specs/commit/c86ca97bf6d7ab37123f797a0d762d432a4faeb0
Author: Carl Masak <[email protected]>
Date: 2011-10-22 (Sat, 22 Oct 2011)
Changed paths:
M S26-documentation.pod
Log Message:
-----------
[S26] supplied explanatory .WHY/.WHEREFORE diagram
Commit prepared by Damian Conway.
Commit: 7d19390d0260bca59a2c0ba6d54968cc39206bd6
https://github.com/perl6/specs/commit/7d19390d0260bca59a2c0ba6d54968cc39206bd6
Author: Carl Masak <[email protected]>
Date: 2011-10-22 (Sat, 22 Oct 2011)
Changed paths:
M S26-documentation.pod
Log Message:
-----------
[S26] replaced magic by the two forms #= and #|
Previously, determining whether a declarator blog should attach
to a declaration earlier in the source or later was done by a
"works for most use cases" heuristic. Now it's instead done by
being explicit about what is wanted: #| for "attach to next
declaration" and #= for "attach to previous declaration".
Commit prepared by Damian Conway.
Commit: 3e1a9a5a576b90e9eeabdb7083d16431513513f2
https://github.com/perl6/specs/commit/3e1a9a5a576b90e9eeabdb7083d16431513513f2
Author: Carl Masak <[email protected]>
Date: 2011-10-22 (Sat, 22 Oct 2011)
Changed paths:
M S26-documentation.pod
Log Message:
-----------
[S26] lower-case $=POD, =DATA and =END
This has the effect that =END and =DATA no longer have to be special
cases to the rule "All uppercase block typenames are reserved for
specifying standard documentation, publishing, or source components."
This commit also renames =END to =finish, because =end would clash
with the end marker of delimited blocks.
Commit prepared by Damian Conway.
Compare: https://github.com/perl6/specs/compare/5e98222...3e1a9a5