File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -2780,6 +2780,20 @@ ($destpod)
27802780|to be documented. Patches welcome! The interfaces of these are subject to
27812781|change without notice.
27822782|
2783+ |To find out what release an element came into being, use
2784+ |
2785+ | perl dist/ppport.h --api-info=element
2786+ |
2787+ |You may also use a pattern
2788+ |
2789+ | perl dist/ppport.h --api-info=/./
2790+ |
2791+ |displays all possible public api elements, but not items in L<perintern>.
2792+ |Some elements have been backported in L<Devel::PPPort> so that they are
2793+ |usable in earlier versions than they otherwise would be available. The
2794+ |display also includes information as to what the earliest possible version
2795+ |such an element may be used in; as well as some hints and cautions.
2796+ |
27832797|Some of the functions documented here are consolidated so that a single entry
27842798|serves for multiple functions which all do basically the same thing, but have
27852799|some slight differences. For example, one form might process magic, while
You can’t perform that action at this time.
0 commit comments