On Sunday 08 July 2007 12:23:48 James Keenan wrote: > # New Ticket Created by James Keenan > # Please include the string: [perl #43653] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43653 > > > > --- > osname= linux > osvers= 2.6.18.3 > arch= i486-linux-gnu-thread-multi > cc= cc > --- > Flags: > category=docs > severity=medium > ack=no > --- > t/doc/pod.t is failing on 6 files recently added from the Parrot book. > Could someone please run podchecker over these files and correct as > needed?
They're not in POD format, they're in PseudoPod. r19316 should have updated this test to skip those files. Did it not work? The relevant lines are 77 and 78: # Skip the book, because it uses extended O'Reilly-specific POD next if $file =~ m{parrot/docs/book/}; -- c