From: Vincent Pit Date: Fri, 19 Dec 2008 14:50:07 +0000 (+0100) Subject: Silence a podchecker warning in perlxs.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6421dfaca61871abc4c112c2f1a2b6eaf40f5d11;p=p5sagit%2Fp5-mst-13.2.git Silence a podchecker warning in perlxs.pod --- diff --git a/pod/perlxs.pod b/pod/perlxs.pod index c2cae22..c367f4c 100644 --- a/pod/perlxs.pod +++ b/pod/perlxs.pod @@ -293,7 +293,7 @@ or less equivalent: ST(0) = newSVpv("Hello World",0); sv_2mortal(ST(0)); XSRETURN(1); - + SV * beta() CODE: