Pod::Simple doesn't like the "over" without a "back", which was causing the following test failure:
t/doc/pod............................NOK 775 # Failed test (t/doc/pod.t at line 60) # /home/dug/svn/parrot/languages/pugs/pmc/pugsany.pmc (15): =over is the last thing in the document?! This patch adds a "back" command to the pod. -- Douglas Hunter
Index: languages/pugs/pmc/pugsany.pmc =================================================================== --- languages/pugs/pmc/pugsany.pmc (revision 11877) +++ languages/pugs/pmc/pugsany.pmc (working copy) @@ -14,6 +14,8 @@ =over 4 +=back + =cut */