]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Replace deprecated tmpnam() call
authorRichard Bradfield <bradfirj@fstab.me>
Wed, 22 Jul 2015 00:18:03 +0000 (01:18 +0100)
committerRichard Bradfield <bradfirj@fstab.me>
Wed, 22 Jul 2015 00:18:03 +0000 (01:18 +0100)
commit79d1a436bb5c7ab40e43130495c455ffc8c682a2
treef831440697316e2fb8d01825bc66d3886c69b9d6
parent539abb9e93e9657c136759116379f7182c78ea8c
Replace deprecated tmpnam() call

From Perl 5.22 onwards, POSIX::tmpnam() has been deprecated (without the
usual 2 year deprecation cycle), using the File::Temp module instead
preserves compatibility while allowing compilation on 5.22 and later.
make/utilities.pm