# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37100] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37100 > This patch adds a new test, t/docs/pod.t, that scans through the parrot tree and checks the Pod syntax of all files identified by Pod::Find as containing Pod markup. This is invoked by a new test target named "doc_tests" which has been added to the "fulltest" target. This patch also fixes all of the syntax errors currently found by the new test. MANIFEST | 1 + charset/gen_tables.pl | 4 ++++ config/gen/makefiles/root.in | 7 ++++++- docs/pdds/pdd04_datatypes.pod | 4 ---- docs/pdds/pdd09_gc.pod | 4 ++-- lib/Test/More.pm | 3 +++ ops/pic.ops | 4 ++-- t/doc/pod.t | 29 +++++++++++++++++++++++++++++ 8 files changed, 47 insertions(+), 9 deletions(-)Thread Previous