1 ################################################################################
3 ## Version 3.x, Copyright (C) 2004-2013, Marcus Holland-Moritz.
4 ## Version 2.x, Copyright (C) 2001, Paul Marquess.
5 ## Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
7 ## This program is free software; you can redistribute it and/or
8 ## modify it under the same terms as Perl itself.
10 ################################################################################
21 __UNDEFINED__ dTHR dNOOP
23 __UNDEFINED__ dTHX dNOOP
24 __UNDEFINED__ dTHXa(x) dNOOP
26 __UNDEFINED__ pTHX void
31 #if { VERSION < 5.6.0 }
46 __UNDEFINED__ dTHXoa(x) dTHXa(x)
54 RETVAL = 1 + sv_2iv(sv);
66 ok(&Devel::PPPort::no_THX_arg("42"), 43);
67 eval { &Devel::PPPort::with_THX_arg("yes\n"); };