Skip Menu |

This queue is for tickets about the CGI-apacheSSI CPAN distribution.

Report information
The Basics
Id: 108412
Status: resolved
Priority: 0/
Queue: CGI-apacheSSI

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.93
Fixed in: (no value)



Subject: Calling POSIX::tmpnam() is deprecated
A new warning while running the test suite with newer perls (e.g. perl 5.23.4): Calling POSIX::tmpnam() is deprecated at t/basic_tests.t line 80.
On 2015-11-03 13:55:12, SREZIC wrote: Show quoted text
> A new warning while running the test suite with newer perls (e.g. perl > 5.23.4): > > Calling POSIX::tmpnam() is deprecated at t/basic_tests.t line 80.
... and as t/basic_tests.t specify "use warnings FATAL => 'all';", this warning is causing now test failures.
Thank you for reporting. I have uploaded a new version (0.94), which should fix the issues you've reported. Please let me know how it goes so I can mark as resolved or try to fix it in the coming release (0.95, which has a few feature changes coming).
On 2016-01-30 08:05:37, INSANER wrote: Show quoted text
> Thank you for reporting. I have uploaded a new version (0.94), which > should fix the issues you've reported. Please let me know how it goes > so I can mark as resolved or try to fix it in the coming release > (0.95, which has a few feature changes coming).
This particular issue is fixed.