Skip to content

Commit 1ab3373

Browse files
author
Father Chrysostomos
committed
Porting/todo.pod: Suggest documenting XS & lex subs
1 parent 1e83449 commit 1ab3373

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Porting/todo.pod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,11 @@ term, once the run-time implementation is proven, it should be possible to
595595
progressively update ExtUtils::ParseXS to generate OP implementations for
596596
some XSUBs.
597597

598+
=head2 Document how XS modules can install lexical subs
599+
600+
There is an example in XS::APItest (look for C<lexical_import> in
601+
F<ext/XS-APItest/APItest.xs>). The documentation could be based on it.
602+
598603
=head2 Remove the use of SVs as temporaries in dump.c
599604

600605
F<dump.c> contains debugging routines to dump out the contains of perl data

0 commit comments

Comments
 (0)