From c662de5eaba4bd9c7f11b272afd1bd20925a7641 Mon Sep 17 00:00:00 2001 From: Nathan Trapuzzano Date: Tue, 30 Jul 2013 19:10:20 -0400 Subject: [PATCH] Remove semicolon from inline TYPEMAP in perlxstut example. --- dist/ExtUtils-ParseXS/lib/perlxstut.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/ExtUtils-ParseXS/lib/perlxstut.pod b/dist/ExtUtils-ParseXS/lib/perlxstut.pod index 189b6e9f4ef0..403b8da7a3f4 100644 --- a/dist/ExtUtils-ParseXS/lib/perlxstut.pod +++ b/dist/ExtUtils-ParseXS/lib/perlxstut.pod @@ -615,7 +615,7 @@ Now we also need to create a typemap because the default Perl doesn't currently support the C type. Include a new TYPEMAP section in your XS code before the above function: - TYPEMAP: <