This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In inet_aton(), use newSVpvn_flags() instead of sv_newmortal(), sv_setpvn()
authorNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 10:16:22 +0000 (10:16 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 10:16:22 +0000 (10:16 +0000)
commit013e295df0c07448c793c2b6d60b0a2400261e88
treef4b4da90869e2b4d2d3711490a2f4f0a96492fdb
parentf3b02925aeacaac5636cac62dc3bf78525fdbe3d
In inet_aton(), use newSVpvn_flags() instead of sv_newmortal(), sv_setpvn()

The API calls are equivalent, but the object code is slightly smaller.
ext/Socket/Socket.xs