diff options
author | Steffen Mueller <smueller@cpan.org> | 2012-01-28 13:10:59 +0100 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2012-02-01 08:07:49 +0100 |
commit | 56ab3cdc1c88e9c7720d71c2800aae249a917b9a (patch) | |
tree | 33ed07ffc27308d75f8f46b105a98bf80bf2a34e | |
parent | 21b5216d171a250a95b28c57ad6291ca696ffd63 (diff) | |
download | perl-56ab3cdc1c88e9c7720d71c2800aae249a917b9a.tar.gz |
XS::Typemap: Fix typo in docs, fix version
-rw-r--r-- | ext/XS-Typemap/Typemap.xs | 4 |
1 files 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<ExtUtils::Typemaps::Basic> as a built-time dependency +Declare C<ExtUtils::Typemaps::Basic> as a build-time dependency in C<Makefile.PL> (use C<BUILD_REQUIRES>), or in your C<Build.PL> (use C<build_requires>). |