[parrot/parrot] 8e1982: [docs] fix most podchecker issues
GitHub
noreply at github.com
Sat Mar 8 20:43:21 UTC 2014
Branch: refs/heads/rurban/relaxcoda-gh1054
Home: https://github.com/parrot/parrot
Commit: 8e19822e7374629aa3613f2b5088e232b1844c41
https://github.com/parrot/parrot/commit/8e19822e7374629aa3613f2b5088e232b1844c41
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-03-08 (Sat, 08 Mar 2014)
Changed paths:
M docs/glossary.pod
M docs/intro.pod
M docs/project/release_parrot_github_guide.pod
M lib/Parrot/Test/Pod.pm
M t/codingstd/pod_syntax.t
Log Message:
-----------
[docs] fix most podchecker issues
at least the valid ones. podchecker warns about valid
L<name|link> tags.
See podchecker docs/*.pod docs/*/*.pod (not the book)
See also GH #1053 to use Pod::Checker in the test and
GH #1054 to relax the fill-column: 100 coda to allow 78
also, to write valid pod.
Commit: c9d116ba003a69c30f12575234276c57cb5dffae
https://github.com/parrot/parrot/commit/c9d116ba003a69c30f12575234276c57cb5dffae
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-03-08 (Sat, 08 Mar 2014)
Changed paths:
M docs/pdds/pdd07_codingstd.pod
M lib/Perl/Critic/Policy/CodeLayout/UseParrotCoda.pm
Log Message:
-----------
[pdd07] allow fill-column: 78 in parrot files [GH #1054]
pod, parrot and perl files should allow easy and correct reformatting
of pod sections, and it does not harm to optionally reformat overlong
parrot lines to 78 also.
pdd07 only state MUST NOT longer than 100 columns,
and only later SHOULD have this code with 100.
Change pdd07 to allow 78 also.
Compare: https://github.com/parrot/parrot/compare/8e19822e7374^...c9d116ba003a
More information about the parrot-commits
mailing list