Gisle Aas wrote: > Rafael Garcia-Suarez <rgarciasuarez@free.fr> writes: > > > void > > -pack_sockaddr_un(pathname) > > - char * pathname > > +pack_sockaddr_un(pathname_sv) > > + SV * pathname_sv > > CODE: > > This change make the function usage message uglier: > > $ perl -MSocket -e 'pack_sockaddr_un()' > Usage: Socket::pack_sockaddr_un(pathname_sv) at -e line 1. > > I would suggest you instead name the other variable 'pathname_pv'. Patch now applied with your suggested tweak (change #21450.)Thread Previous