We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7d43d commit 3e2c4b3Copy full SHA for 3e2c4b3
pod/perldelta.pod
@@ -285,6 +285,11 @@ made:
285
286
XXX
287
288
+=item *
289
+
290
+When testing embedding, add a sanity check to ensure the C<libperl> we
291
+link against matches the perl we are building. [GH #22125]
292
293
=back
294
295
=head1 Platform Support
@@ -335,6 +340,11 @@ L</Modules and Pragmata> section.
335
340
Fix builds with C<USE_IMP_SYS> defined but C<USE_ITHREADS> not
336
341
defined.
337
342
343
+=item OpenBSD
344
345
+When testing embedding, ensure we link against the correct static
346
+libperl. [GH #22125]
347
338
348
339
349
350
=head1 Internal Changes
0 commit comments