We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412f16e commit b16fbe9Copy full SHA for b16fbe9
dist/ExtUtils-ParseXS/lib/perlxs.pod
@@ -3696,7 +3696,7 @@ to be rewritten more cleanly as:
3696
PPCODE:
3697
# return $Foo::Bar::DEBUG, creating it if not already present
3698
# (NB: XPUSHs() not needed here as the stack always has one
3699
- allocated slot available when an XSUB is called):
+ # allocated slot available when an XSUB is called):
3700
PUSHs(GvSV(gv_fetchpvs("Foo::Bar::DEBUG", GV_ADD, SVt_IV)));
3701
3702
The C<ATTRS> keyword allows you to apply subroutine attributes to an XSUB
0 commit comments