Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 9ed785eddca4c01f5de2ef4bfb539dc2babeceed
      
https://github.com/Perl/perl5/commit/9ed785eddca4c01f5de2ef4bfb539dc2babeceed
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2023-03-30 (Thu, 30 Mar 2023)

  Changed paths:
    M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm

  Log Message:
  -----------
  ParseXS: Correct colon translation of $type in OUTPUT section

The $type variable in typemaps is documented as in perlxstypemap as
"any : replaced with _", however currently it only does so in INPUT
sections. This will also make it do the same in OUTPUT sections.


Reply via email to