summaryrefslogtreecommitdiff
path: root/pod.lst
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-07-12 22:59:56 +0200
committerFlorian Ragwitz <rafl@debian.org>2011-07-12 23:52:12 +0200
commit3214bedba346419c3021faa94d16724f686829cd (patch)
treeeaaabbe8b116a079ab01d91287c24133ddc5d7c3 /pod.lst
parente54eb2b67dada4824b911469c3e313129a057c7c (diff)
downloadperl-3214bedba346419c3021faa94d16724f686829cd.tar.gz
Move perlxs{,tut}.pod into the ExtUtils-ParseXS dist
Diffstat (limited to 'pod.lst')
-rw-r--r--pod.lst4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod.lst b/pod.lst
index 32eaa2e3b6..cd8be0b93d 100644
--- a/pod.lst
+++ b/pod.lst
@@ -109,8 +109,8 @@ h Internals and C Language Interface
perlembed Perl ways to embed perl in your C or C++ application
perldebguts Perl debugging guts and tips
- perlxstut Perl XS tutorial
- perlxs Perl XS application programming interface
+ dist/ExtUtils-ParseXS/lib/perlxstut Perl XS tutorial
+ dist/ExtUtils-ParseXS/lib/perlxs Perl XS application programming interface
perlclib Internal replacements for standard C library functions
perlguts Perl internal functions for those doing extensions
perlcall Perl calling conventions from C