[parrot/parrot] 524dc9: [lib] using Pod::Checker to check pod

GitHub noreply at github.com
Sat Mar 8 21:28:45 UTC 2014


  Branch: refs/heads/ptc/pod_checker-gh1053
  Home:   https://github.com/parrot/parrot
  Commit: 524dc9053b5f2cd74dd9d74b7e1f1a0a44825cf1
      https://github.com/parrot/parrot/commit/524dc9053b5f2cd74dd9d74b7e1f1a0a44825cf1
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-08 (Sat, 08 Mar 2014)

  Changed paths:
    M lib/Parrot/Test/Pod/Utils.pm

  Log Message:
  -----------
  [lib] using Pod::Checker to check pod

Pod::Simple was missing many warnings and errors and thus has been replaced
by Pod::Checker.  This is sensible, since the advice given by the
`pod_syntax.t` test when errors occur is that one should use `podchecker` to
investigate errors in detail, thus we should be using Pod::Checker
internally to begin with.


  Commit: af695a1b79287dce4c6314b13693eefe1c4cde41
      https://github.com/parrot/parrot/commit/af695a1b79287dce4c6314b13693eefe1c4cde41
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-03-08 (Sat, 08 Mar 2014)

  Changed paths:
    M compilers/imcc/api.c
    M compilers/pct/src/PCT/Grammar.pir
    M compilers/pge/PGE/Exp.pir
    M compilers/pge/PGE/Perl6Regex.pir
    M compilers/tge/tgc.pir
    M docs/dev/pcc_state.pod
    M docs/project/release_manager_guide.pod
    M examples/c/nanoparrot.c
    M examples/nci/QtHelloWorld.pir
    M examples/pir/coop_threads.pir
    M examples/threads/matrix_part.winxed
    M lib/Parrot/Configure/Step.pm
    M lib/Parrot/Distribution.pm
    M lib/Parrot/Docs/Text2HTML.pm
    M lib/Parrot/Vtable.pm
    M runtime/parrot/library/OpenGL/Math.pir
    M runtime/parrot/library/PGE/Perl6Grammar.pir
    M runtime/parrot/library/Range.pir
    M src/alarm.c
    M src/dynpmc/rational.pmc
    M src/gc/gc_gms.c
    M src/gc/gc_ms.c
    M src/gc/string_gc.c
    M src/interp/inter_cb.c
    M src/io/userhandle.c
    M src/ops/io.ops
    M src/platform/generic/misc.c
    M src/platform/win32/misc.c
    M src/pmc.c
    M src/pmc/filehandle.pmc
    M src/pmc/handle.pmc
    M src/pmc/key.pmc
    M src/pmc/opcode.pmc
    M src/pmc/packfilebytecodesegment.pmc
    M src/pmc/packfileopmap.pmc
    M src/pmc/pmclist.pmc
    M src/pmc/proxy.pmc
    M src/pmc/stringbuilder.pmc
    M src/runcore/trace.c
    M src/scheduler.c
    M src/string/encoding.c
    M src/string/encoding/ascii.c
    M src/string/encoding/binary.c
    M src/string/encoding/latin1.c
    M src/string/encoding/null.c
    M src/string/encoding/shared.c
    M t/op/spawnw.t
    M t/pmc/namespace.t

  Log Message:
  -----------
  [docs] fix all podchecker issues [GH #1053]

to skip:
tools/dev/create_language.pl
tools/dev/mk_language_shell.in
lib/IO/CaptureOutput.pm

to ignore | warning:
docs/project/release_manager_guide.pod


Compare: https://github.com/parrot/parrot/compare/524dc9053b5f^...af695a1b7928


More information about the parrot-commits mailing list