Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions autodoc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2780,6 +2780,20 @@ ($destpod)
|to be documented. Patches welcome! The interfaces of these are subject to
|change without notice.
|
|To find out what release an element came into being, use
|
| perl dist/ppport.h --api-info=element
|
|You may also use a pattern
|
| perl dist/ppport.h --api-info=/./
|
|displays all possible public api elements, but not items in L<perlintern>.
|Some elements have been backported in L<Devel::PPPort> so that they are
|usable in earlier versions than they otherwise would be available. The
|display also includes information as to what the earliest possible version
|such an element may be used in; as well as some hints and cautions.
|
|Some of the functions documented here are consolidated so that a single entry
|serves for multiple functions which all do basically the same thing, but have
|some slight differences. For example, one form might process magic, while
Expand Down
3 changes: 2 additions & 1 deletion pod/perldelta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ Additionally, the following selected changes have been made:

=item *

XXX Description of the change here
L<perlapi> now contains information about how to find what release of
Perl first contained an API element

=back

Expand Down
Loading