Hi,
While reading PDDs I have noticed minor bug in pdd06_pasm.pod: missing
new line char between two =item lines. Without it perldoc renders this
PDD as
clone Px, Py =item clone Sx, xy
Index: pdd06_pasm.pod
===================================================================
RCS file: /cvs/public/parrot/docs/pdds/pdd06_pasm.pod,v
retrieving revision 1.5
diff -u -d -u -r1.5 pdd06_pasm.pod
--- pdd06_pasm.pod 2 Apr 2002 07:08:43 -0000 1.5
+++ pdd06_pasm.pod 28 Apr 2002 03:44:34 -0000
@@ -270,6 +270,7 @@
pointing at the same string.
=item clone Px, Py
+
=item clone Sx, xy
Performs a "deeper" copy of y into x, using the vtable appropriate
--
Ilya Martynov (http://martynov.org/)