summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2012-01-28 17:47:16 +0100
committerSteffen Mueller <smueller@cpan.org>2012-02-01 08:07:49 +0100
commit0eb29def25ed2263d8d36222cdd82b0e7694d181 (patch)
treea90ccb89c414a9db1a0f8e982c9d4819be167086 /MANIFEST
parent56ab3cdc1c88e9c7720d71c2800aae249a917b9a (diff)
downloadperl-0eb29def25ed2263d8d36222cdd82b0e7694d181.tar.gz
Move typemap documentation to its own file
Sadly, the POD in Typemap.xs was not easily extractable into a POD file at build time, so it now lives in a separate POD file from the start. Makes keeping documentation and testing efforts in sync marginally harder, but it's probably the right trade-off. What's left to do is finding the right places in other POD files to refer to this old/new documentation.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST5
1 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index ea9b8065b7..5c06411f5a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3143,8 +3143,9 @@ dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm ExtUtils::Typemaps guts
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm ExtUtils::Typemaps, a PXS helper
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm ExtUtils::Typemaps guts
dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp External subroutine preprocessor
-dist/ExtUtils-ParseXS/lib/perlxs.pod Perl XS application programming interface
-dist/ExtUtils-ParseXS/lib/perlxstut.pod Perl XS tutorial
+dist/ExtUtils-ParseXS/lib/perlxs.pod Perl XS application programming interface
+dist/ExtUtils-ParseXS/lib/perlxstut.pod Perl XS tutorial
+dist/ExtUtils-ParseXS/lib/perlxstypemap.pod Perl XS C/Perl type conversion tools
dist/ExtUtils-ParseXS/t/001-basic.t See if ExtUtils::ParseXS works
dist/ExtUtils-ParseXS/t/002-more.t Extended ExtUtils::ParseXS testing
dist/ExtUtils-ParseXS/t/003-usage.t ExtUtils::ParseXS tests