diff options
author | Steffen Mueller <smueller@cpan.org> | 2012-01-28 17:47:16 +0100 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2012-02-01 08:07:49 +0100 |
commit | 0eb29def25ed2263d8d36222cdd82b0e7694d181 (patch) | |
tree | a90ccb89c414a9db1a0f8e982c9d4819be167086 /lib/.gitignore | |
parent | 56ab3cdc1c88e9c7720d71c2800aae249a917b9a (diff) | |
download | perl-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 'lib/.gitignore')
-rw-r--r-- | lib/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index 6550dffa52..f46cf80ff3 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -402,6 +402,7 @@ /perlglossary.pod /perlxs.pod /perlxstut.pod +/perlxstypemap.pod /re.pm /threads /threads.pm |