__UNDEFINED__
__UNDEFINED__ dTHR dNOOP
__UNDEFINED__ dTHX dNOOP __UNDEFINED__ dTHXa(x) dNOOP
__UNDEFINED__ pTHX void __UNDEFINED__ pTHX_ __UNDEFINED__ aTHX __UNDEFINED__ aTHX_
__UNDEFINED__ dTHXoa(x) dTHXa(x)
IV no_THX_arg(sv) SV *sv CODE: RETVAL = 1 + sv_2iv(sv); OUTPUT: RETVAL
IV with_THX_arg(sv) SV *sv CODE: RETVAL = 1 + Perl_sv_2iv(aTHX_ sv); OUTPUT: RETVAL
ok(&Devel::PPPort::no_THX_arg("42"), 43); ok(&Devel::PPPort::with_THX_arg("4711"), 4712);
4 POD Errors
The following errors were encountered while parsing the POD:
- Around line 1:
Unknown directive: =provides
- Around line 5:
Unknown directive: =implementation
- Around line 19:
Unknown directive: =xsubs
- Around line 37:
Unknown directive: =tests