In Socket.xs, convert 3 croak()s to use %s and a constant string for the name.
authorNicholas Clark <nick@ccl4.org>
Sat, 13 Feb 2010 11:41:08 +0000 (11:41 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 24 Apr 2010 20:18:06 +0000 (21:18 +0100)
commitbc354c7012685d70ce64e7f10221b03ea279af01
tree738a136f145bb8560aeba9758248be067e6862a4
parenta24c654f07035713924a2c157a5149ef670f55a5
In Socket.xs, convert 3 croak()s to use %s and a constant string for the name.

This actually saves space, because xsubpp has to use each XS function's full
name as a constant string to pass to newXS(), so any re-use of it is free.
ext/Socket/Socket.xs