Package: libaudio-scan-perl / 1.01-3

Metadata

Package Version Patches format
libaudio-scan-perl 1.01-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix invalid xs syntax that breaks the bu.patch | (download)

Scan.xs | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 [patch] fix invalid xs syntax that breaks the build with perl 5.42

Older versions of ExtUtils::ParseXS used to silently ignore parameter
declarations that it could not parse. Newer ones (starting around Perl
5.42) issue a syntax error ("Unparseable XSUB parameter") instead.

See https://rt.cpan.org/Public/Bug/Display.html?id=162293 for a similar
issue in another module (Crypt-SMIME), where Dave Mitchell recommends
giving the ignored parameter a name but no type.