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
26 For pre-5.6.0 thread compatibility, instead use dTHXR, available only through
29 __UNDEFINED__ dTHXa(x) dNOOP
31 __UNDEFINED__ pTHX void
36 For pre-5.6.0 thread compatibility, instead use aTHXR, available only through
42 For pre-5.6.0 thread compatibility, instead use aTHXR_, available only
45 #if { VERSION < 5.6.0 }
60 __UNDEFINED__ dTHXoa(x) dTHXa(x)
68 RETVAL = 1 + sv_2iv(sv);
80 ok(&Devel::PPPort::no_THX_arg("42"), 43);
81 eval { &Devel::PPPort::with_THX_arg("yes\n"); };