Skip to content

Commit b32a36b

Browse files
committed
perldelta XS xsubpp -typemap processing priority
1 parent 52745e9 commit b32a36b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pod/perldelta.pod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,14 @@ means it now requires a scalar argument, not a list, just like C<CORE::sleep>:
141141
# Evaluates @t in scalar context (giving the number of elements)
142142
# and sleeps for one second. It used to sleep for 42 seconds.
143143

144+
=item *
145+
146+
L<ExtUtils::ParseXS> has been upgraded from version 3.59 to 3.60. This
147+
release changes the ordering of the processing of typemap files which have
148+
been specified via C<xsubpp -typemap> arguments so that (as was the case
149+
prior to Perl 5.10.0) these files are applied last rather than first, and
150+
thus take priority over any system typemap files.
151+
144152
=back
145153

146154
=head2 Removed Modules and Pragmata

0 commit comments

Comments
 (0)