# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #30521]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30521 >


Closes the pod inside the C comment for "pmcarray"
Index: classes/pmcarray.pmc
===================================================================
RCS file: /cvs/public/parrot/classes/pmcarray.pmc,v
retrieving revision 1.1
diff -u -r1.1 pmcarray.pmc
--- classes/pmcarray.pmc        30 Mar 2004 16:50:38 -0000      1.1
+++ classes/pmcarray.pmc        29 Jun 2004 04:29:13 -0000
@@ -12,10 +12,12 @@
 This array holds only PMC pointers. Right now it just wraps PerlArray,
 so there's something that works.
 
+=cut
+
 */
 
 #include "parrot/parrot.h"
 
 pmclass PMCArray extends PerlArray need_ext {
 
-}
\ No newline at end of file
+}

Reply via email to