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
