Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 61f7da8042e456c6c4f744a651b668397a2637c5
https://github.com/perl6/specs/commit/61f7da8042e456c6c4f744a651b668397a2637c5
Author: Paul Cochrane <[email protected]>
Date: 2015-01-24 (Sat, 24 Jan 2015)
Changed paths:
M S21-calling-foreign-code.pod
Log Message:
-----------
Adding required empty line before `=for`
Commit: 7627040254aa4f0b5f87a840eb2b5b96780db65c
https://github.com/perl6/specs/commit/7627040254aa4f0b5f87a840eb2b5b96780db65c
Author: Paul Cochrane <[email protected]>
Date: 2015-01-24 (Sat, 24 Jan 2015)
Changed paths:
M S22-package-format.pod
Log Message:
-----------
Removing superfluous `<` in link name
Commit: 4fee1263392013c96e03b4e77f23e93387540255
https://github.com/perl6/specs/commit/4fee1263392013c96e03b4e77f23e93387540255
Author: Paul Cochrane <[email protected]>
Date: 2015-01-24 (Sat, 24 Jan 2015)
Changed paths:
M S32-setting-library/Basics.pod
Log Message:
-----------
Correcting location of misplaced `=back`
Commit: ddd0de609bf814974ae8b224ec179f975eb837b2
https://github.com/perl6/specs/commit/ddd0de609bf814974ae8b224ec179f975eb837b2
Author: Paul Cochrane <[email protected]>
Date: 2015-01-24 (Sat, 24 Jan 2015)
Changed paths:
M S32-setting-library/IO.pod
Log Message:
-----------
Correcting internal links in IO.pod
Commit: b7c9522d6d11921dc3691cbbae1a3343cb1e16cc
https://github.com/perl6/specs/commit/b7c9522d6d11921dc3691cbbae1a3343cb1e16cc
Author: Paul Cochrane <[email protected]>
Date: 2015-01-24 (Sat, 24 Jan 2015)
Changed paths:
M S32-setting-library/IO.pod
Log Message:
-----------
Adding stub `.contents` header in IO.pod
Now at least the link has somewhere to point to.
Commit: 2d7cd57f61b41b47ce22b4f99b22f2428932e7f7
https://github.com/perl6/specs/commit/2d7cd57f61b41b47ce22b4f99b22f2428932e7f7
Author: Paul Cochrane <[email protected]>
Date: 2015-01-24 (Sat, 24 Jan 2015)
Changed paths:
M S32-setting-library/IO.pod
Log Message:
-----------
Converting link to `IO::Spec::Win32` to a `C<>`
The rationale for doing this is that there is no section for
`IO::Spec::Win32` and in all other places in the document where this module
is mentioned, it is mentioned in a `C<>` formmating block.
Commit: c0523e9efbd630b149f7e832c3238abbf38a0168
https://github.com/perl6/specs/commit/c0523e9efbd630b149f7e832c3238abbf38a0168
Author: Paul Cochrane <[email protected]>
Date: 2015-01-24 (Sat, 24 Jan 2015)
Changed paths:
M S32-setting-library/IO.pod
Log Message:
-----------
Escaping `<` and `>` inside `C<>` block
This is because the `V<` part of `ENV<PATH>` was being confused with a
non-existent command sequence `V<`. Since the text should be printed out in
a code block, escaping the internal pointy brackets solves the problem and
makes the text only marginally more difficult (in the POD) to read. An
alternative would have been to use `Z<>`, however this is less well known
and harder to read in the plain text.
Compare: https://github.com/perl6/specs/compare/3de429d4c8b2...c0523e9efbd6