[Perl/perl5] 194820: 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/blead/[email protected]> |
Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 19482036bad2177f44fe7ff88918e0eafdc409d4
https://github.com/Perl/perl5/commit/19482036bad2177f44fe7ff88918e0eafdc409d4
Author: David Mitchell <[email protected]>
Date: 2026-08-07 (Fri, 07 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: 817fb89b2df1c1878c4b98521ece21d54fa03dcc
https://github.com/Perl/perl5/commit/817fb89b2df1c1878c4b98521ece21d54fa03dcc
Author: David Mitchell <[email protected]>
Date: 2026-08-07 (Fri, 07 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: 852be0c8cb3c3c9a68b6085a38a969671ceb9f02
https://github.com/Perl/perl5/commit/852be0c8cb3c3c9a68b6085a38a969671ceb9f02
Author: David Mitchell <[email protected]>
Date: 2026-08-07 (Fri, 07 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/38b2d84c44b1...852be0c8cb3c
To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications