1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: Fix syntax. Perl 5.42 / ExtUtils::ParseXS 3.57
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2025-08-23
Forwarded: https://github.com/perl-authen-sasl/perl-authen-sasl-xs/pull/3
Bug: https://github.com/perl-authen-sasl/perl-authen-sasl-xs/pull/3
--- a/XS.xs
+++ b/XS.xs
@@ -1193,7 +1193,7 @@
Authen_SASL_XS
-server_new(pkg, parent, service, host = NULL, iplocalport=NULL, ipremoteport=NULL ...)
+server_new(pkg, parent, service, host = NULL, iplocalport=NULL, ipremoteport=NULL, ...)
char *pkg
SV *parent
char *service
@@ -1263,7 +1263,7 @@
=cut
Authen_SASL_XS
-client_new(pkg, parent, service, host, iplocalport = NULL, ipremoteport = NULL...)
+client_new(pkg, parent, service, host, iplocalport = NULL, ipremoteport = NULL, ...)
char *pkg
SV *parent
char *service
|