summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2016-09-27 09:27:30 +0100
committerDavid Mitchell <davem@iabyn.com>2016-09-27 09:27:30 +0100
commit8944d2e9909e3336200cbf2ead2a819cc78f4986 (patch)
treebdd440b06a5626c93e26988f60399533392dc836 /pod
parentd12be05dd0210a08e077f0cc9586a5a963122547 (diff)
downloadperl-8944d2e9909e3336200cbf2ead2a819cc78f4986.tar.gz
perldelta for PADOFFSET changes
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a8ec6a8457..2c3986b14f 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -322,7 +322,9 @@ well.
=item *
-XXX
+The C<PADOFFSET> type has changed from being unsigned to signed, and
+several pad-related variables such as C<PL_padix> have changed from being
+of type C<I32> to type C<PADOFFSET>.
=back