[Perl/perl5] 393255: perlxs.pod: mention blank lines after keywords
[email protected] (David Mitchell via perl5-changes)
| Newsgroups | perl.perl5.changes |
|---|---|
| Message-ID | <Perl/perl5/push/refs/heads/davem/perlxs_tweaks/[email protected]> |
Branch: refs/heads/davem/perlxs_tweaks
Home: https://github.com/Perl/perl5
Commit: 393255cb8f97487afa1fa86b2db8202dad4222d1
https://github.com/Perl/perl5/commit/393255cb8f97487afa1fa86b2db8202dad4222d1
Author: David Mitchell <[email protected]>
Date: 2026-08-05 (Wed, 05 Aug 2026)
Changed paths:
M dist/ExtUtils-ParseXS/lib/perlxs.pod
Log Message:
-----------
perlxs.pod: mention blank lines after keywords
Mention in a couple of places that there has to be a blank line between
a file-scoped keyword and a CPP directive, e.g.
PROTOTYPES: ENABLE
#ifdef FOO
and mention that MODULE used to be an exception but is now like other
file-scoped keywords.
Commit: 0379ee5fb8f8ce8d3d34bdafe5e84e7f2e686e89
https://github.com/Perl/perl5/commit/0379ee5fb8f8ce8d3d34bdafe5e84e7f2e686e89
Author: David Mitchell <[email protected]>
Date: 2026-08-05 (Wed, 05 Aug 2026)
Changed paths:
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
M dist/ExtUtils-ParseXS/lib/perlxs.pod
Log Message:
-----------
perlxs.pod: mention that TYPEMAP doesn't do POD
Mention that a TYPEMAP: heredoc block doesn't recognise POD etc.
Also update the code comments for fetch_para() to reflect the same.
Commit: bdbe67a041eaf6a2869b6a77da9a137fde51049e
https://github.com/Perl/perl5/commit/bdbe67a041eaf6a2869b6a77da9a137fde51049e
Author: David Mitchell <[email protected]>
Date: 2026-08-05 (Wed, 05 Aug 2026)
Changed paths:
M dist/ExtUtils-ParseXS/lib/perlxs.pod
Log Message:
-----------
perlxs.pod: clarify "duplicate XSUB" conditions
Since 3.61, the circumstances where a "duplicate XSUB" warning are
emitted have been relaxed. Update the docs to reflect this.
Compare: https://github.com/Perl/perl5/compare/393255cb8f97%5E...bdbe67a041ea
To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications