Modules

  • ABCDE
  • FGHIL
  • MNOPS
  • TUX

Tools

Devel::PPPort

Perl 5 version 26.0 documentation
Recently read

Devel::PPPort

NAME

Devel::PPPort - Perl/Pollution/Portability

SYNOPSIS

  1. Devel::PPPort::WriteFile(); # defaults to ./ppport.h
  2. Devel::PPPort::WriteFile('someheader.h');
  3. # Same as above but retrieve contents rather than write file
  4. my $contents = Devel::PPPort::GetFileContents();
  5. my $contents = Devel::PPPort::GetFileContents('someheader.h');

DESCRIPTION

Perl's API has changed over time, gaining new features, new functions, increasing its flexibility, and reducing the impact on the C namespace environment (reduced pollution). The header file written by this module, typically ppport.h, attempts to bring some of the newer Perl API features to older versions of Perl, so that you can worry less about keeping track of old releases, but users can still reap the benefit.

Devel::PPPort contains two functions, WriteFile and GetFileContents . WriteFile 's only purpose is to write the ppport.h C header file. This file contains a series of macros and, if explicitly requested, functions that allow XS modules to be built using older versions of Perl. Currently, Perl versions from 5.003 to 5.20 are supported.

GetFileContents can be used to retrieve the file contents rather than writing it out.

This module is used by h2xs to write the file ppport.h.

Why use ppport.h?

You should use ppport.h in modern code so that your code will work with the widest range of Perl interpreters possible, without significant additional work.

You should attempt older code to fully use ppport.h, because the reduced pollution of newer Perl versions is an important thing. It's so important that the old polluting ways of original Perl modules will not be supported very far into the future, and your module will almost certainly break! By adapting to it now, you'll gain compatibility and a sense of having done the electronic ecology some good.

How to use ppport.h

Don't direct the users of your module to download Devel::PPPort . They are most probably no XS writers. Also, don't make ppport.h optional. Rather, just take the most recent copy of ppport.h that you can find (e.g. by generating it with the latest Devel::PPPort release from CPAN), copy it into your project, adjust your project to use it, and distribute the header along with your module.

Running ppport.h

But ppport.h is more than just a C header. It's also a Perl script that can check your source code. It will suggest hints and portability notes, and can even make suggestions on how to change your code. You can run it like any other Perl program:

  1. perl ppport.h [options] [files]

It also has embedded documentation, so you can use

  1. perldoc ppport.h

to find out more about how to use it.

FUNCTIONS

WriteFile

WriteFile takes one optional argument. When called with one argument, it expects to be passed a filename. When called with no arguments, it defaults to the filename ppport.h.

The function returns a true value if the file was written successfully. Otherwise it returns a false value.

GetFileContents

GetFileContents behaves like WriteFile above, but returns the contents of the would-be file rather than writing it out.

COMPATIBILITY

ppport.h supports Perl versions from 5.003 to 5.20 in threaded and non-threaded configurations.

Provided Perl compatibility API

The header file written by this module, typically ppport.h, provides access to the following elements of the Perl API that is not available in older Perl releases:

  1. _aMY_CXT
  2. _pMY_CXT
  3. aMY_CXT
  4. aMY_CXT_
  5. aTHX
  6. aTHX_
  7. aTHXR
  8. aTHXR_
  9. AvFILLp
  10. boolSV
  11. C_ARRAY_END
  12. C_ARRAY_LENGTH
  13. call_argv
  14. call_method
  15. call_pv
  16. call_sv
  17. caller_cx
  18. cBOOL
  19. ckWARN
  20. CopFILE
  21. CopFILE_set
  22. CopFILEAV
  23. CopFILEGV
  24. CopFILEGV_set
  25. CopFILESV
  26. CopSTASH
  27. CopSTASH_eq
  28. CopSTASH_set
  29. CopSTASHPV
  30. CopSTASHPV_set
  31. CopyD
  32. CPERLscope
  33. dAX
  34. dAXMARK
  35. DEFSV
  36. DEFSV_set
  37. dITEMS
  38. dMY_CXT
  39. dMY_CXT_SV
  40. dNOOP
  41. dTHR
  42. dTHX
  43. dTHXa
  44. dTHXoa
  45. dTHXR
  46. dUNDERBAR
  47. dVAR
  48. dXCPT
  49. dXSTARG
  50. END_EXTERN_C
  51. ERRSV
  52. eval_pv
  53. eval_sv
  54. EXTERN_C
  55. G_METHOD
  56. get_av
  57. get_cv
  58. get_cvs
  59. get_hv
  60. get_sv
  61. grok_bin
  62. grok_hex
  63. grok_number
  64. GROK_NUMERIC_RADIX
  65. grok_numeric_radix
  66. grok_oct
  67. gv_fetchpvn_flags
  68. gv_fetchpvs
  69. gv_stashpvn
  70. gv_stashpvs
  71. HEf_SVKEY
  72. HeUTF8
  73. hv_fetchs
  74. hv_stores
  75. HvNAME_get
  76. HvNAMELEN_get
  77. IN_LOCALE
  78. IN_LOCALE_COMPILETIME
  79. IN_LOCALE_RUNTIME
  80. IN_PERL_COMPILETIME
  81. INT2PTR
  82. IS_NUMBER_GREATER_THAN_UV_MAX
  83. IS_NUMBER_IN_UV
  84. IS_NUMBER_INFINITY
  85. IS_NUMBER_NAN
  86. IS_NUMBER_NEG
  87. IS_NUMBER_NOT_INT
  88. isALNUMC
  89. isASCII
  90. isBLANK
  91. isCNTRL
  92. isGRAPH
  93. isPRINT
  94. isPSXSPC
  95. isPUNCT
  96. isXDIGIT
  97. IVdf
  98. IVSIZE
  99. IVTYPE
  100. load_module
  101. memEQ
  102. memEQs
  103. memNE
  104. memNEs
  105. mg_findext
  106. MoveD
  107. mPUSHi
  108. mPUSHn
  109. mPUSHp
  110. mPUSHs
  111. mPUSHu
  112. MUTABLE_PTR
  113. MUTABLE_SV
  114. mXPUSHi
  115. mXPUSHn
  116. mXPUSHp
  117. mXPUSHs
  118. mXPUSHu
  119. MY_CXT
  120. MY_CXT_CLONE
  121. MY_CXT_INIT
  122. my_snprintf
  123. my_sprintf
  124. my_strlcat
  125. my_strlcpy
  126. newCONSTSUB
  127. newRV_inc
  128. newRV_noinc
  129. newSV_type
  130. newSVpvn
  131. newSVpvn_flags
  132. newSVpvn_share
  133. newSVpvn_utf8
  134. newSVpvs
  135. newSVpvs_flags
  136. newSVpvs_share
  137. newSVuv
  138. Newx
  139. Newxc
  140. Newxz
  141. NOOP
  142. NUM2PTR
  143. NVef
  144. NVff
  145. NVgf
  146. NVTYPE
  147. OpHAS_SIBLING
  148. OpLASTSIB_set
  149. OpMAYBESIB_set
  150. OpMORESIB_set
  151. OpSIBLING
  152. packWARN
  153. PERL_ABS
  154. PERL_BCDVERSION
  155. PERL_GCC_BRACE_GROUPS_FORBIDDEN
  156. PERL_HASH
  157. PERL_INT_MAX
  158. PERL_INT_MIN
  159. PERL_LONG_MAX
  160. PERL_LONG_MIN
  161. PERL_MAGIC_arylen
  162. PERL_MAGIC_backref
  163. PERL_MAGIC_bm
  164. PERL_MAGIC_collxfrm
  165. PERL_MAGIC_dbfile
  166. PERL_MAGIC_dbline
  167. PERL_MAGIC_defelem
  168. PERL_MAGIC_env
  169. PERL_MAGIC_envelem
  170. PERL_MAGIC_ext
  171. PERL_MAGIC_fm
  172. PERL_MAGIC_glob
  173. PERL_MAGIC_isa
  174. PERL_MAGIC_isaelem
  175. PERL_MAGIC_mutex
  176. PERL_MAGIC_nkeys
  177. PERL_MAGIC_overload
  178. PERL_MAGIC_overload_elem
  179. PERL_MAGIC_overload_table
  180. PERL_MAGIC_pos
  181. PERL_MAGIC_qr
  182. PERL_MAGIC_regdata
  183. PERL_MAGIC_regdatum
  184. PERL_MAGIC_regex_global
  185. PERL_MAGIC_shared
  186. PERL_MAGIC_shared_scalar
  187. PERL_MAGIC_sig
  188. PERL_MAGIC_sigelem
  189. PERL_MAGIC_substr
  190. PERL_MAGIC_sv
  191. PERL_MAGIC_taint
  192. PERL_MAGIC_tied
  193. PERL_MAGIC_tiedelem
  194. PERL_MAGIC_tiedscalar
  195. PERL_MAGIC_utf8
  196. PERL_MAGIC_uvar
  197. PERL_MAGIC_uvar_elem
  198. PERL_MAGIC_vec
  199. PERL_MAGIC_vstring
  200. PERL_PV_ESCAPE_ALL
  201. PERL_PV_ESCAPE_FIRSTCHAR
  202. PERL_PV_ESCAPE_NOBACKSLASH
  203. PERL_PV_ESCAPE_NOCLEAR
  204. PERL_PV_ESCAPE_QUOTE
  205. PERL_PV_ESCAPE_RE
  206. PERL_PV_ESCAPE_UNI
  207. PERL_PV_ESCAPE_UNI_DETECT
  208. PERL_PV_PRETTY_DUMP
  209. PERL_PV_PRETTY_ELLIPSES
  210. PERL_PV_PRETTY_LTGT
  211. PERL_PV_PRETTY_NOCLEAR
  212. PERL_PV_PRETTY_QUOTE
  213. PERL_PV_PRETTY_REGPROP
  214. PERL_QUAD_MAX
  215. PERL_QUAD_MIN
  216. PERL_REVISION
  217. PERL_SCAN_ALLOW_UNDERSCORES
  218. PERL_SCAN_DISALLOW_PREFIX
  219. PERL_SCAN_GREATER_THAN_UV_MAX
  220. PERL_SCAN_SILENT_ILLDIGIT
  221. PERL_SHORT_MAX
  222. PERL_SHORT_MIN
  223. PERL_SIGNALS_UNSAFE_FLAG
  224. PERL_SUBVERSION
  225. PERL_UCHAR_MAX
  226. PERL_UCHAR_MIN
  227. PERL_UINT_MAX
  228. PERL_UINT_MIN
  229. PERL_ULONG_MAX
  230. PERL_ULONG_MIN
  231. PERL_UNUSED_ARG
  232. PERL_UNUSED_CONTEXT
  233. PERL_UNUSED_DECL
  234. PERL_UNUSED_RESULT
  235. PERL_UNUSED_VAR
  236. PERL_UQUAD_MAX
  237. PERL_UQUAD_MIN
  238. PERL_USE_GCC_BRACE_GROUPS
  239. PERL_USHORT_MAX
  240. PERL_USHORT_MIN
  241. PERL_VERSION
  242. Perl_warner
  243. Perl_warner_nocontext
  244. PERLIO_FUNCS_CAST
  245. PERLIO_FUNCS_DECL
  246. PL_bufend
  247. PL_bufptr
  248. PL_compiling
  249. PL_copline
  250. PL_curcop
  251. PL_curstash
  252. PL_DBsignal
  253. PL_DBsingle
  254. PL_DBsub
  255. PL_DBtrace
  256. PL_debstash
  257. PL_defgv
  258. PL_diehook
  259. PL_dirty
  260. PL_dowarn
  261. PL_errgv
  262. PL_error_count
  263. PL_expect
  264. PL_hexdigit
  265. PL_hints
  266. PL_in_my
  267. PL_in_my_stash
  268. PL_laststatval
  269. PL_lex_state
  270. PL_lex_stuff
  271. PL_linestr
  272. PL_na
  273. PL_no_modify
  274. PL_parser
  275. PL_perl_destruct_level
  276. PL_perldb
  277. PL_ppaddr
  278. PL_rsfp
  279. PL_rsfp_filters
  280. PL_signals
  281. PL_stack_base
  282. PL_stack_sp
  283. PL_statcache
  284. PL_stdingv
  285. PL_Sv
  286. PL_sv_arenaroot
  287. PL_sv_no
  288. PL_sv_undef
  289. PL_sv_yes
  290. PL_tainted
  291. PL_tainting
  292. PL_tokenbuf
  293. pMY_CXT
  294. pMY_CXT_
  295. Poison
  296. PoisonFree
  297. PoisonNew
  298. PoisonWith
  299. pTHX
  300. pTHX_
  301. PTR2IV
  302. PTR2nat
  303. PTR2NV
  304. PTR2ul
  305. PTR2UV
  306. PTRV
  307. PUSHmortal
  308. PUSHu
  309. pv_display
  310. pv_escape
  311. pv_pretty
  312. SAVE_DEFSV
  313. START_EXTERN_C
  314. START_MY_CXT
  315. STMT_END
  316. STMT_START
  317. STR_WITH_LEN
  318. sv_2pv_flags
  319. sv_2pv_nolen
  320. sv_2pvbyte
  321. sv_2pvbyte_nolen
  322. sv_2uv
  323. sv_catpv_mg
  324. sv_catpvf_mg
  325. sv_catpvf_mg_nocontext
  326. sv_catpvn_mg
  327. sv_catpvn_nomg
  328. sv_catpvs
  329. sv_catsv_mg
  330. sv_catsv_nomg
  331. SV_CONST_RETURN
  332. SV_COW_DROP_PV
  333. SV_COW_SHARED_HASH_KEYS
  334. SV_GMAGIC
  335. SV_HAS_TRAILING_NUL
  336. SV_IMMEDIATE_UNREF
  337. sv_magic_portable
  338. SV_MUTABLE_RETURN
  339. SV_NOSTEAL
  340. sv_pvn_force_flags
  341. sv_pvn_nomg
  342. sv_setiv_mg
  343. sv_setnv_mg
  344. sv_setpv_mg
  345. sv_setpvf_mg
  346. sv_setpvf_mg_nocontext
  347. sv_setpvn_mg
  348. sv_setpvs
  349. sv_setsv_mg
  350. sv_setsv_nomg
  351. sv_setuv
  352. sv_setuv_mg
  353. SV_SMAGIC
  354. sv_unmagicext
  355. sv_usepvn_mg
  356. SV_UTF8_NO_ENCODING
  357. sv_uv
  358. sv_vcatpvf
  359. sv_vcatpvf_mg
  360. sv_vsetpvf
  361. sv_vsetpvf_mg
  362. SVf
  363. SVf_UTF8
  364. SVfARG
  365. SvGETMAGIC
  366. SvIV_nomg
  367. SvMAGIC_set
  368. SvPV_const
  369. SvPV_flags
  370. SvPV_flags_const
  371. SvPV_flags_const_nolen
  372. SvPV_flags_mutable
  373. SvPV_force
  374. SvPV_force_flags
  375. SvPV_force_flags_mutable
  376. SvPV_force_flags_nolen
  377. SvPV_force_mutable
  378. SvPV_force_nolen
  379. SvPV_force_nomg
  380. SvPV_force_nomg_nolen
  381. SvPV_mutable
  382. SvPV_nolen
  383. SvPV_nolen_const
  384. SvPV_nomg
  385. SvPV_nomg_const
  386. SvPV_nomg_const_nolen
  387. SvPV_nomg_nolen
  388. SvPV_renew
  389. SvPVbyte
  390. SvPVX_const
  391. SvPVX_mutable
  392. SvREFCNT_inc
  393. SvREFCNT_inc_NN
  394. SvREFCNT_inc_simple
  395. SvREFCNT_inc_simple_NN
  396. SvREFCNT_inc_simple_void
  397. SvREFCNT_inc_simple_void_NN
  398. SvREFCNT_inc_void
  399. SvREFCNT_inc_void_NN
  400. SvRV_set
  401. SvRX
  402. SvRXOK
  403. SvSHARED_HASH
  404. SvSTASH_set
  405. SvUOK
  406. SvUV
  407. SvUV_nomg
  408. SvUV_set
  409. SvUVX
  410. SvUVx
  411. SvUVXx
  412. SvVSTRING_mg
  413. UNDERBAR
  414. UTF8_MAXBYTES
  415. UVof
  416. UVSIZE
  417. UVTYPE
  418. UVuf
  419. UVXf
  420. UVxf
  421. vload_module
  422. vnewSVpvf
  423. WARN_ALL
  424. WARN_AMBIGUOUS
  425. WARN_ASSERTIONS
  426. WARN_BAREWORD
  427. WARN_CLOSED
  428. WARN_CLOSURE
  429. WARN_DEBUGGING
  430. WARN_DEPRECATED
  431. WARN_DIGIT
  432. WARN_EXEC
  433. WARN_EXITING
  434. WARN_GLOB
  435. WARN_INPLACE
  436. WARN_INTERNAL
  437. WARN_IO
  438. WARN_LAYER
  439. WARN_MALLOC
  440. WARN_MISC
  441. WARN_NEWLINE
  442. WARN_NUMERIC
  443. WARN_ONCE
  444. WARN_OVERFLOW
  445. WARN_PACK
  446. WARN_PARENTHESIS
  447. WARN_PIPE
  448. WARN_PORTABLE
  449. WARN_PRECEDENCE
  450. WARN_PRINTF
  451. WARN_PROTOTYPE
  452. WARN_QW
  453. WARN_RECURSION
  454. WARN_REDEFINE
  455. WARN_REGEXP
  456. WARN_RESERVED
  457. WARN_SEMICOLON
  458. WARN_SEVERE
  459. WARN_SIGNAL
  460. WARN_SUBSTR
  461. WARN_SYNTAX
  462. WARN_TAINT
  463. WARN_THREADS
  464. WARN_UNINITIALIZED
  465. WARN_UNOPENED
  466. WARN_UNPACK
  467. WARN_UNTIE
  468. WARN_UTF8
  469. WARN_VOID
  470. warner
  471. WIDEST_UTYPE
  472. XCPT_CATCH
  473. XCPT_RETHROW
  474. XCPT_TRY_END
  475. XCPT_TRY_START
  476. XPUSHmortal
  477. XPUSHu
  478. XSprePUSH
  479. XSPROTO
  480. XSRETURN
  481. XSRETURN_UV
  482. XST_mUV
  483. ZeroD

Perl API not supported by ppport.h

There is still a big part of the API not supported by ppport.h. Either because it doesn't make sense to back-port that part of the API, or simply because it hasn't been implemented yet. Patches welcome!

Here's a list of the currently unsupported API, and also the version of Perl below which it is unsupported:

  • perl 5.24.0
    1. BhkDISABLE
    2. BhkENABLE
    3. BhkENTRY_set
    4. MULTICALL
    5. PERL_SYS_TERM
    6. POP_MULTICALL
    7. PUSH_MULTICALL
    8. PadARRAY
    9. PadMAX
    10. PadlistARRAY
    11. PadlistMAX
    12. PadlistNAMES
    13. PadlistNAMESARRAY
    14. PadlistNAMESMAX
    15. PadnameLEN
    16. PadnamePV
    17. PadnameREFCNT
    18. PadnameREFCNT_dec
    19. PadnameSV
    20. PadnamelistARRAY
    21. PadnamelistMAX
    22. PadnamelistREFCNT
    23. PadnamelistREFCNT_dec
    24. RESTORE_LC_NUMERIC
    25. STORE_LC_NUMERIC_FORCE_TO_UNDERLYING
    26. STORE_LC_NUMERIC_SET_TO_NEEDED
    27. XS_APIVERSION_BOOTCHECK
    28. XS_EXTERNAL
    29. XS_INTERNAL
    30. XS_VERSION_BOOTCHECK
    31. XopDISABLE
    32. XopENABLE
    33. XopENTRY
    34. XopENTRYCUSTOM
    35. XopENTRY_set
    36. cophh_new_empty
    37. my_lstat
    38. my_stat
    39. reentrant_free
    40. reentrant_init
    41. reentrant_retry
    42. reentrant_size
    43. ref
    44. sv_setref_pvs
  • perl 5.23.9
    1. toFOLD_uvchr
    2. toLOWER_uvchr
    3. toTITLE_uvchr
    4. toUPPER_uvchr
  • perl 5.23.8
    1. clear_defarray
    2. cx_popblock
    3. cx_popeval
    4. cx_popformat
    5. cx_popgiven
    6. cx_poploop
    7. cx_popsub
    8. cx_popsub_args
    9. cx_popsub_common
    10. cx_popwhen
    11. cx_pushblock
    12. cx_pusheval
    13. cx_pushformat
    14. cx_pushgiven
    15. cx_pushloop_for
    16. cx_pushloop_plain
    17. cx_pushsub
    18. cx_pushwhen
    19. cx_topblock
    20. leave_adjust_stacks
    21. savetmps
  • perl 5.22.0
    1. UVCHR_SKIP
  • perl 5.21.10
    1. DECLARATION_FOR_LC_NUMERIC_MANIPULATION
  • perl 5.21.8
    1. sv_get_backrefs
  • perl 5.21.7
    1. PadnameUTF8
    2. is_invariant_string
    3. newPADNAMELIST
    4. newPADNAMEouter
    5. newPADNAMEpvn
    6. newUNOP_AUX
    7. padnamelist_fetch
    8. padnamelist_store
  • perl 5.21.6
    1. newDEFSVOP
    2. op_convert_list
  • perl 5.21.5
    1. cv_name
    2. newMETHOP
    3. newMETHOP_named
  • perl 5.21.4
    1. cv_set_call_checker_flags
    2. grok_infnan
    3. isinfnan
    4. sync_locale
  • perl 5.21.2
    1. grok_number_flags
    2. op_sibling_splice
  • perl 5.21.1
    1. _is_in_locale_category
    2. _is_utf8_char_slow
    3. _is_utf8_idcont
    4. _is_utf8_idstart
    5. _is_utf8_xidcont
    6. _is_utf8_xidstart
    7. isALNUM_lazy
    8. isIDFIRST_lazy
    9. isUTF8_CHAR
    10. markstack_grow
    11. my_strerror
  • perl 5.19.10
    1. OP_TYPE_IS_OR_WAS
  • perl 5.19.9
    1. _to_utf8_fold_flags
    2. _to_utf8_lower_flags
    3. _to_utf8_title_flags
    4. _to_utf8_upper_flags
  • perl 5.19.7
    1. OP_TYPE_IS
  • perl 5.19.4
    1. append_utf8_from_native_byte
    2. is_safe_syscall
    3. uvoffuni_to_utf8_flags
  • perl 5.19.3
    1. croak_memory_wrap
    2. sv_pos_b2u_flags
  • perl 5.19.2
    1. SVt_INVLIST
  • perl 5.19.1
    1. re_intuit_start
    2. toFOLD
    3. toFOLD_utf8
    4. toLOWER_L1
    5. toTITLE
  • perl 5.18.0
    1. hv_rand_set
  • perl 5.17.9
    1. av_tindex
    2. av_top_index
  • perl 5.17.8
    1. _is_uni_FOO
    2. _is_uni_perl_idcont
    3. _is_utf8_FOO
    4. _is_utf8_mark
    5. _is_utf8_perl_idcont
    6. isALPHANUMERIC
    7. isIDCONT
  • perl 5.17.7
    1. SvREFCNT_dec_NN
    2. _is_uni_perl_idstart
    3. _is_utf8_perl_idstart
    4. is_uni_alnumc
    5. is_uni_alnumc_lc
    6. is_utf8_alnumc
  • perl 5.17.6
    1. READ_XDIGIT
  • perl 5.17.4
    1. PL_comppad_name
    2. PadlistREFCNT
    3. newMYSUB
    4. newSVpadname
  • perl 5.17.2
    1. is_uni_blank
    2. is_uni_blank_lc
    3. is_utf8_blank
    4. sv_copypv_flags
    5. sv_copypv_nomg
    6. sv_vcatpvfn_flags
  • perl 5.15.9
    1. utf8_to_uvchr_buf
    2. utf8_to_uvuni_buf
    3. valid_utf8_to_uvchr
    4. valid_utf8_to_uvuni
  • perl 5.15.8
    1. is_utf8_char_buf
    2. wrap_op_checker
  • perl 5.15.7
    1. toLOWER_utf8
    2. toTITLE_utf8
    3. toUPPER_utf8
    4. to_utf8_fold
    5. to_utf8_lower
    6. to_utf8_title
    7. to_utf8_upper
  • perl 5.15.6
    1. newCONSTSUB_flags
  • perl 5.15.4
    1. HvENAMELEN
    2. HvENAMEUTF8
    3. HvNAMELEN
    4. HvNAMEUTF8
    5. gv_autoload_pv
    6. gv_autoload_pvn
    7. gv_autoload_sv
    8. gv_fetchmeth_pv
    9. gv_fetchmeth_pv_autoload
    10. gv_fetchmeth_pvn
    11. gv_fetchmeth_pvn_autoload
    12. gv_fetchmeth_sv
    13. gv_fetchmeth_sv_autoload
    14. gv_fetchmethod_pv_flags
    15. gv_fetchmethod_pvn_flags
    16. gv_fetchmethod_sv_flags
    17. gv_init_pv
    18. gv_init_sv
    19. newGVgen_flags
    20. sv_derived_from_pv
    21. sv_derived_from_pvn
    22. sv_derived_from_sv
    23. sv_does_pv
    24. sv_does_pvn
    25. sv_does_sv
    26. sv_ref
    27. whichsig_pv
    28. whichsig_pvn
    29. whichsig_sv
  • perl 5.15.1
    1. cop_fetch_label
    2. cop_store_label
    3. pad_add_name_pv
    4. pad_add_name_pvn
    5. pad_add_name_pvs
    6. pad_add_name_sv
    7. pad_findmy_pv
    8. pad_findmy_pvn
    9. pad_findmy_pvs
    10. pad_findmy_sv
  • perl 5.14.0
    1. _to_uni_fold_flags
  • perl 5.13.10
    1. foldEQ_utf8_flags
    2. is_utf8_xidcont
    3. is_utf8_xidfirst
  • perl 5.13.8
    1. foldEQ_latin1
    2. parse_arithexpr
    3. parse_fullexpr
    4. parse_listexpr
    5. parse_termexpr
  • perl 5.13.7
    1. HvENAME
    2. OP_CLASS
    3. XopFLAGS
    4. amagic_deref_call
    5. bytes_cmp_utf8
    6. cop_hints_2hv
    7. cop_hints_fetch_pv
    8. cop_hints_fetch_pvn
    9. cop_hints_fetch_pvs
    10. cop_hints_fetch_sv
    11. cophh_2hv
    12. cophh_copy
    13. cophh_delete_pv
    14. cophh_delete_pvn
    15. cophh_delete_pvs
    16. cophh_delete_sv
    17. cophh_fetch_pv
    18. cophh_fetch_pvn
    19. cophh_fetch_pvs
    20. cophh_fetch_sv
    21. cophh_free
    22. cophh_store_pv
    23. cophh_store_pvn
    24. cophh_store_pvs
    25. cophh_store_sv
    26. custom_op_register
    27. custom_op_xop
    28. newFOROP
    29. newWHILEOP
    30. op_lvalue
    31. op_scope
    32. parse_barestmt
    33. parse_block
    34. parse_label
  • perl 5.13.6
    1. LINKLIST
    2. SvTRUE_nomg
    3. ck_entersub_args_list
    4. ck_entersub_args_proto
    5. ck_entersub_args_proto_or_list
    6. cv_get_call_checker
    7. cv_set_call_checker
    8. isWORDCHAR
    9. lex_stuff_pv
    10. mg_free_type
    11. newSVpv_share
    12. op_append_elem
    13. op_append_list
    14. op_contextualize
    15. op_linklist
    16. op_prepend_elem
    17. parse_stmtseq
    18. rv2cv_op_cv
    19. savesharedpvs
    20. savesharedsvpv
    21. sv_2bool_flags
    22. sv_catpv_flags
    23. sv_catpv_nomg
    24. sv_catpvs_flags
    25. sv_catpvs_mg
    26. sv_catpvs_nomg
    27. sv_cmp_flags
    28. sv_cmp_locale_flags
    29. sv_collxfrm_flags
    30. sv_eq_flags
    31. sv_setpvs_mg
  • perl 5.13.5
    1. PL_rpeepp
    2. isOCTAL
    3. lex_stuff_pvs
    4. parse_fullstmt
  • perl 5.13.3
    1. blockhook_register
    2. croak_no_modify
  • perl 5.13.2
    1. SvNV_nomg
    2. find_rundefsv
    3. foldEQ
    4. foldEQ_locale
    5. foldEQ_utf8
    6. hv_fill
    7. sv_dec_nomg
    8. sv_inc_nomg
  • perl 5.13.1
    1. croak_sv
    2. die_sv
    3. mess_sv
    4. sv_2nv_flags
    5. warn_sv
  • perl 5.11.5
    1. sv_pos_u2b_flags
  • perl 5.11.4
    1. prescan_version
  • perl 5.11.2
    1. PL_keyword_plugin
    2. lex_bufutf8
    3. lex_discard_to
    4. lex_grow_linestr
    5. lex_next_chunk
    6. lex_peek_unichar
    7. lex_read_space
    8. lex_read_to
    9. lex_read_unichar
    10. lex_stuff_pvn
    11. lex_stuff_sv
    12. lex_unstuff
  • perl 5.11.1
    1. ck_warner
    2. ck_warner_d
    3. is_utf8_perl_space
    4. is_utf8_perl_word
    5. is_utf8_posix_digit
  • perl 5.11.0
    1. Gv_AMupdate
    2. PL_opfreehook
    3. SVt_REGEXP
    4. SvOOK_offset
    5. av_iter_p
    6. gv_add_by_type
    7. is_ascii_string
    8. pregfree2
    9. save_adelete
    10. save_aelem_flags
    11. save_hdelete
    12. save_helem_flags
    13. sv_utf8_upgrade_flags_grow
  • perl 5.10.1
    1. croak_xs_usage
    2. mro_get_from_name
    3. mro_get_private_data
    4. mro_register
    5. mro_set_mro
    6. mro_set_private_data
    7. save_hints
    8. save_padsv_and_mortalize
    9. save_pushi32ptr
    10. save_pushptr
    11. save_pushptrptr
    12. sv_insert_flags
  • perl 5.10.0
    1. hv_common
    2. hv_common_key_len
    3. sv_destroyable
    4. sys_init
    5. sys_init3
    6. sys_term
  • perl 5.9.5
    1. Perl_signbit
    2. av_create_and_push
    3. av_create_and_unshift_one
    4. gv_fetchfile_flags
    5. lex_start
    6. mro_get_linear_isa
    7. mro_method_changed_in
    8. my_dirfd
    9. pregcomp
    10. ptr_table_clear
    11. ptr_table_fetch
    12. ptr_table_free
    13. ptr_table_new
    14. ptr_table_split
    15. ptr_table_store
    16. re_compile
    17. reg_named_buff_all
    18. reg_named_buff_exists
    19. reg_named_buff_fetch
    20. reg_named_buff_firstkey
    21. reg_named_buff_nextkey
    22. reg_named_buff_scalar
    23. regfree_internal
    24. savesharedpvn
    25. scan_vstring
    26. upg_version
  • perl 5.9.4
    1. PerlIO_context_layers
    2. gv_name_set
    3. hv_copy_hints_hv
    4. my_vsnprintf
    5. newXS_flags
    6. regclass_swash
    7. sv_does
    8. sv_usepvn_flags
  • perl 5.9.3
    1. av_arylen_p
    2. ckwarn
    3. ckwarn_d
    4. csighandler
    5. dMULTICALL
    6. doref
    7. gv_const_sv
    8. hv_eiter_p
    9. hv_eiter_set
    10. hv_name_set
    11. hv_placeholders_get
    12. hv_placeholders_set
    13. hv_riter_p
    14. hv_riter_set
    15. is_utf8_string_loclen
    16. newGIVENOP
    17. newSVhek
    18. newWHENOP
    19. pad_compname_type
    20. savepvs
    21. sortsv_flags
    22. vverify
  • perl 5.9.2
    1. SvPVbyte_force
    2. find_rundefsvoffset
    3. op_refcnt_lock
    4. op_refcnt_unlock
    5. savesvpv
    6. vnormal
  • perl 5.9.1
    1. hv_clear_placeholders
    2. hv_scalar
    3. scan_version
    4. sv_2iv_flags
    5. sv_2uv_flags
  • perl 5.9.0
    1. new_version
    2. save_set_svflags
    3. vcmp
    4. vnumify
    5. vstringify
  • perl 5.8.3
    1. SvIsCOW
    2. SvIsCOW_shared_hash
  • perl 5.8.1
    1. CvPADLIST
    2. PL_comppad
    3. SvVOK
    4. doing_taint
    5. find_runcv
    6. is_utf8_string_loc
    7. packlist
    8. pad_add_anon
    9. pad_new
    10. pad_tidy
    11. save_bool
    12. savestack_grow_cnt
    13. seed
    14. sv_cat_decode
    15. sv_setpviv
    16. sv_setpviv_mg
    17. unpackstring
  • perl 5.8.0
    1. HeUTF8
    2. hv_iternext_flags
    3. hv_store_flags
    4. is_utf8_idcont
    5. nothreadhook
  • perl 5.7.3
    1. OP_DESC
    2. OP_NAME
    3. PL_peepp
    4. PerlIO_clearerr
    5. PerlIO_close
    6. PerlIO_eof
    7. PerlIO_error
    8. PerlIO_fileno
    9. PerlIO_fill
    10. PerlIO_flush
    11. PerlIO_get_base
    12. PerlIO_get_bufsiz
    13. PerlIO_get_cnt
    14. PerlIO_get_ptr
    15. PerlIO_read
    16. PerlIO_seek
    17. PerlIO_set_cnt
    18. PerlIO_set_ptrcnt
    19. PerlIO_setlinebuf
    20. PerlIO_stderr
    21. PerlIO_stdin
    22. PerlIO_stdout
    23. PerlIO_tell
    24. PerlIO_unread
    25. PerlIO_write
    26. SvLOCK
    27. SvSHARE
    28. SvUNLOCK
    29. atfork_lock
    30. atfork_unlock
    31. custom_op_desc
    32. custom_op_name
    33. deb
    34. debstack
    35. debstackptrs
    36. gv_fetchmeth_autoload
    37. ibcmp_utf8
    38. my_fork
    39. my_socketpair
    40. pack_cat
    41. perl_destruct
    42. pv_uni_display
    43. save_shared_pvref
    44. savesharedpv
    45. sortsv
    46. sv_magicext
    47. sv_nolocking
    48. sv_nosharing
    49. sv_recode_to_utf8
    50. sv_uni_display
    51. to_uni_fold
    52. to_uni_lower
    53. to_uni_title
    54. to_uni_upper
    55. to_utf8_case
    56. unpack_str
    57. uvchr_to_utf8_flags
    58. uvuni_to_utf8_flags
    59. vdeb
  • perl 5.7.2
    1. calloc
    2. getcwd_sv
    3. init_tm
    4. malloc
    5. mfree
    6. mini_mktime
    7. my_atof2
    8. my_strftime
    9. op_null
    10. realloc
    11. sv_catpvn_flags
    12. sv_catsv_flags
    13. sv_setsv_flags
    14. sv_utf8_upgrade_flags
    15. sv_utf8_upgrade_nomg
    16. swash_fetch
  • perl 5.7.1
    1. ASCII_TO_NEED
    2. NATIVE_TO_NEED
    3. POPpbytex
    4. bytes_from_utf8
    5. despatch_signals
    6. do_openn
    7. gv_handler
    8. is_lvalue_sub
    9. my_popen_list
    10. save_mortalizesv
    11. scan_num
    12. sv_force_normal_flags
    13. sv_setref_uv
    14. sv_unref_flags
    15. sv_utf8_upgrade
    16. utf8_length
    17. utf8_to_uvchr
    18. utf8_to_uvuni
    19. utf8n_to_uvchr
    20. utf8n_to_uvuni
    21. uvchr_to_utf8
    22. uvuni_to_utf8
  • perl 5.6.1
    1. SvGAMAGIC
    2. apply_attrs_string
    3. bytes_to_utf8
    4. gv_efullname4
    5. gv_fullname4
    6. is_utf8_string
    7. save_generic_pvref
    8. utf16_to_utf8
    9. utf16_to_utf8_reversed
    10. utf8_to_bytes
  • perl 5.6.0
    1. DO_UTF8
    2. PERL_SYS_INIT3
    3. PL_check
    4. POPul
    5. SvIOK_UV
    6. SvIOK_notUV
    7. SvIOK_only_UV
    8. SvPOK_only_UTF8
    9. SvPVbyte_nolen
    10. SvPVbytex
    11. SvPVbytex_force
    12. SvPVutf8
    13. SvPVutf8_force
    14. SvPVutf8_nolen
    15. SvPVutf8x
    16. SvPVutf8x_force
    17. SvUOK
    18. SvUTF8
    19. SvUTF8_off
    20. SvUTF8_on
    21. UTF8SKIP
    22. av_delete
    23. av_exists
    24. call_atexit
    25. caller_cx
    26. cast_i32
    27. cast_iv
    28. cast_ulong
    29. cast_uv
    30. do_gv_dump
    31. do_gvgv_dump
    32. do_hv_dump
    33. do_magic_dump
    34. do_op_dump
    35. do_open9
    36. do_pmop_dump
    37. do_sv_dump
    38. dump_all
    39. dump_eval
    40. dump_form
    41. dump_indent
    42. dump_packsubs
    43. dump_sub
    44. dump_vindent
    45. get_context
    46. get_ppaddr
    47. gv_dump
    48. init_i18nl10n
    49. init_i18nl14n
    50. is_uni_alnum
    51. is_uni_alnum_lc
    52. is_uni_alpha
    53. is_uni_alpha_lc
    54. is_uni_ascii
    55. is_uni_ascii_lc
    56. is_uni_cntrl
    57. is_uni_cntrl_lc
    58. is_uni_digit
    59. is_uni_digit_lc
    60. is_uni_graph
    61. is_uni_graph_lc
    62. is_uni_idfirst
    63. is_uni_idfirst_lc
    64. is_uni_lower
    65. is_uni_lower_lc
    66. is_uni_print
    67. is_uni_print_lc
    68. is_uni_punct
    69. is_uni_punct_lc
    70. is_uni_space
    71. is_uni_space_lc
    72. is_uni_upper
    73. is_uni_upper_lc
    74. is_uni_xdigit
    75. is_uni_xdigit_lc
    76. is_utf8_alnum
    77. is_utf8_alpha
    78. is_utf8_ascii
    79. is_utf8_char
    80. is_utf8_cntrl
    81. is_utf8_digit
    82. is_utf8_graph
    83. is_utf8_idfirst
    84. is_utf8_lower
    85. is_utf8_mark
    86. is_utf8_print
    87. is_utf8_punct
    88. is_utf8_space
    89. is_utf8_upper
    90. is_utf8_xdigit
    91. magic_dump
    92. mess
    93. my_atof
    94. my_fflush_all
    95. newANONATTRSUB
    96. newATTRSUB
    97. newXS
    98. newXSproto
    99. new_collate
    100. new_ctype
    101. new_numeric
    102. op_dump
    103. perl_parse
    104. pmop_dump
    105. re_intuit_string
    106. reginitcolors
    107. require_pv
    108. safesyscalloc
    109. safesysfree
    110. safesysmalloc
    111. safesysrealloc
    112. save_I8
    113. save_alloc
    114. save_destructor
    115. save_destructor_x
    116. save_re_context
    117. save_vptr
    118. scan_bin
    119. set_context
    120. set_numeric_local
    121. set_numeric_radix
    122. set_numeric_standard
    123. str_to_version
    124. sv_2pvutf8
    125. sv_2pvutf8_nolen
    126. sv_force_normal
    127. sv_len_utf8
    128. sv_pos_b2u
    129. sv_pos_u2b
    130. sv_pv
    131. sv_pvbyte
    132. sv_pvbyten
    133. sv_pvbyten_force
    134. sv_pvutf8
    135. sv_pvutf8n
    136. sv_pvutf8n_force
    137. sv_rvweaken
    138. sv_utf8_decode
    139. sv_utf8_downgrade
    140. sv_utf8_encode
    141. swash_init
    142. to_uni_lower_lc
    143. to_uni_title_lc
    144. to_uni_upper_lc
    145. utf8_distance
    146. utf8_hop
    147. vcroak
    148. vform
    149. vmess
    150. vwarn
    151. vwarner
  • perl 5.005_03
    1. POPpx
    2. get_vtbl
    3. save_generic_svref
  • perl 5.005
    1. PL_curpad
    2. PL_modglobal
    3. cx_dump
    4. debop
    5. debprofdump
    6. fbm_compile
    7. fbm_instr
    8. get_op_descs
    9. get_op_names
    10. init_stacks
    11. mg_length
    12. mg_size
    13. newHVhv
    14. new_stackinfo
    15. regdump
    16. regexec_flags
    17. regnext
    18. runops_debug
    19. runops_standard
    20. save_iv
    21. save_op
    22. sv_iv
    23. sv_nv
    24. sv_peek
    25. sv_pvn
    26. sv_pvn_nomg
    27. sv_true
  • perl 5.004_05
    1. CopyD
    2. MoveD
    3. do_binmode
    4. my_bcopy
    5. save_aelem
    6. save_helem
  • perl 5.004
    1. GIMME_V
    2. G_VOID
    3. HePV
    4. HeSVKEY_set
    5. POPu
    6. SvSetMagicSV
    7. SvSetMagicSV_nosteal
    8. SvSetSV_nosteal
    9. SvTAINTED
    10. SvTAINTED_off
    11. SvTAINTED_on
    12. block_end
    13. block_gimme
    14. block_start
    15. call_list
    16. delimcpy
    17. form
    18. gv_autoload4
    19. gv_fetchmethod_autoload
    20. hv_delayfree_ent
    21. hv_free_ent
    22. ibcmp_locale
    23. intro_my
    24. my_failure_exit
    25. newSVpvf
    26. rsignal
    27. rsignal_state
    28. save_I16
    29. save_gp
    30. share_hek
    31. start_subparse
    32. sv_catpvf
    33. sv_catpvf_mg
    34. sv_cmp_locale
    35. sv_derived_from
    36. sv_magic_portable
    37. sv_setpvf
    38. sv_setpvf_mg
    39. sv_taint
    40. sv_tainted
    41. sv_untaint
    42. sv_vcatpvf
    43. sv_vcatpvf_mg
    44. sv_vcatpvfn
    45. sv_vsetpvf
    46. sv_vsetpvf_mg
    47. sv_vsetpvfn
    48. toLOWER_LC
    49. vnewSVpvf
    50. warner
  • perl 5.003_07
    1. HeHASH
    2. HeKEY
    3. HeKLEN
    4. HeSVKEY
    5. HeSVKEY_force
    6. HeVAL
    7. cv_const_sv
    8. do_open
    9. gv_efullname3
    10. gv_fullname3
    11. hv_delete_ent
    12. hv_exists_ent
    13. hv_fetch_ent
    14. hv_iterkeysv
    15. hv_ksplit
    16. hv_store_ent
    17. my_pclose
    18. my_popen
    19. sv_gets
    20. unsharepvn

BUGS

If you find any bugs, Devel::PPPort doesn't seem to build on your system, or any of its tests fail, please file an issue here: https://github.com/mhx/Devel-PPPort/issues/

AUTHORS

  • Version 1.x of Devel::PPPort was written by Kenneth Albanowski.

  • Version 2.x was ported to the Perl core by Paul Marquess.

  • Version 3.x was ported back to CPAN by Marcus Holland-Moritz.

  • Versions >= 3.22 are maintained with support from Matthew Horsfall (alh).

COPYRIGHT

Version 3.x, Copyright (C) 2004-2013, Marcus Holland-Moritz.

Version 2.x, Copyright (C) 2001, Paul Marquess.

Version 1.x, Copyright (C) 1999, Kenneth Albanowski.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

See h2xs, ppport.h.