[Perl/perl5] b5f24b: make-rmg-checklist: Make executable from anywhere

2023-09-25 Thread Elvin Aslanov via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: b5f24b1f49b3a977a4b039f4bf3a593941351661
  
https://github.com/Perl/perl5/commit/b5f24b1f49b3a977a4b039f4bf3a593941351661
  Author: Elvin Aslanov 
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
M Porting/make-rmg-checklist

  Log Message:
  ---
  make-rmg-checklist: Make executable from anywhere

Also correct usage message indicating POD format
output which is the case without the "--html" flag




[Perl/perl5]

2023-09-25 Thread James E Keenan via perl5-changes
  Branch: refs/heads/smoke-me/jkeenan/xs-typemap-build-time-warning-20230922
  Home:   https://github.com/Perl/perl5


[Perl/perl5] f1a9bf: Avoid build-time warning

2023-09-25 Thread James E Keenan via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: f1a9bff9425f5b43d0d63d1c4be758d25dd17925
  
https://github.com/Perl/perl5/commit/f1a9bff9425f5b43d0d63d1c4be758d25dd17925
  Author: James E Keenan 
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
M ext/XS-Typemap/Typemap.pm
M ext/XS-Typemap/Typemap.xs

  Log Message:
  ---
  Avoid build-time warning

Compiling with clang-14, a statement in ext/XS-Typemap/Typemap.xs, once
it was compiled to Typemap.c, was emitting a previously unobserved
'-Wunused-but-set-variable' build-time warning.  Replace previous kludge
with suggestion from Paul Evans.

Change to Typemap.xs requires bumping $VERSION in Typemap.pm.

Fixes #21505




[Perl/perl5] a77af8: Avoid build-time warning

2023-09-25 Thread James E Keenan via perl5-changes
  Branch: refs/heads/smoke-me/jkeenan/xs-typemap-build-time-warning-20230922
  Home:   https://github.com/Perl/perl5
  Commit: a77af897f4127f5a2f0e048d01db938cece5ae56
  
https://github.com/Perl/perl5/commit/a77af897f4127f5a2f0e048d01db938cece5ae56
  Author: James E Keenan 
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
M ext/XS-Typemap/Typemap.pm
M ext/XS-Typemap/Typemap.xs

  Log Message:
  ---
  Avoid build-time warning

Compiling with clang-14, a statement in ext/XS-Typemap/Typemap.xs, once
it was compiled to Typemap.c, was emitting a previously unobserved
'-Wunused-but-set-variable' build-time warning.  Replace previous kludge
with suggestion from Paul Evans.

Change to Typemap.xs requires bumping $VERSION in Typemap.pm.

Fixes #21505