Skip to content

Commit b16fbe9

Browse files
committed
final fixups; to be squashed
1 parent 412f16e commit b16fbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/ExtUtils-ParseXS/lib/perlxs.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3696,7 +3696,7 @@ to be rewritten more cleanly as:
36963696
PPCODE:
36973697
# return $Foo::Bar::DEBUG, creating it if not already present
36983698
# (NB: XPUSHs() not needed here as the stack always has one
3699-
allocated slot available when an XSUB is called):
3699+
# allocated slot available when an XSUB is called):
37003700
PUSHs(GvSV(gv_fetchpvs("Foo::Bar::DEBUG", GV_ADD, SVt_IV)));
37013701

37023702
The C<ATTRS> keyword allows you to apply subroutine attributes to an XSUB

0 commit comments

Comments
 (0)