> [EMAIL PROTECTED] - Mi 07. Sep 2005, 14:29:39]: > > 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.
Hi, I have applied the POD syntax fixes of this patch. 't/doc/pod.t' also make a lot of sense. However could you comment on the relation to t/perl/Parrot_Docs.t ? It looks like it checks the same things as 'pod.t'. I wonder whether it is worthwile to maintain Parrot::Docs, when the needed functionality is already at CPAN. CU, Bernhard > 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(-) > > -- /* [EMAIL PROTECTED] */