From: | gregoa [...] cpan.org |
Subject: | [PATCH] use File::Temp's tmpnam() instead of POSIX'. |
In Debian we are currently applying the following patch to CGI-SSI.
We thought you might be interested in it too.
Description: use File::Temp's tmpnam() instead of POSIX'.
The latter is deprecated and throws loud warnings under 5.22,
which lead to test failures due to the equally deprecated
"use warnings fatal => 'ALL';".
Origin: vendor
Bug-Debian: https://bugs.debian.org/790348
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-06-29
The patch is tracked in our Git repository at
https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-ssi-perl.git/plain/debian/patches/posix-tmpnam.patch
Thanks for considering,
gregor herrmann,
Debian Perl Group