From 56ab3cdc1c88e9c7720d71c2800aae249a917b9a Mon Sep 17 00:00:00 2001 From: Steffen Mueller Date: Sat, 28 Jan 2012 13:10:59 +0100 Subject: XS::Typemap: Fix typo in docs, fix version --- ext/XS-Typemap/Typemap.xs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/XS-Typemap/Typemap.xs b/ext/XS-Typemap/Typemap.xs index 99b3dbef24..e782ce96f0 100644 --- a/ext/XS-Typemap/Typemap.xs +++ b/ext/XS-Typemap/Typemap.xs @@ -351,7 +351,7 @@ override the core typemap file's mappings for common C types. =head2 Sharing typemaps Between CPAN Distributions -Starting with ExtUtils::ParseXS version 3.12 (comes with perl 5.16 +Starting with ExtUtils::ParseXS version 3.13_01 (comes with perl 5.16 and better), it is rather easy to share typemap code between multiple CPAN distributions. The general idea is to share it as a module that offers a certain API and have the dependent modules declare that as a @@ -364,7 +364,7 @@ typemaps available in your code: =item * -Declare C as a built-time dependency +Declare C as a build-time dependency in C (use C), or in your C (use C). -- cgit v1.2.1