Skip Menu |

This queue is for tickets about the CVSUtils CPAN distribution.

Report information
The Basics
Id: 108860
Status: new
Priority: 0/
Queue: CVSUtils

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

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



Subject: Calling POSIX::tmpnam() is deprecated
With recent perls (e.g. 5.23.4) there's a new warning: Calling POSIX::tmpnam() is deprecated at /tmpfs/.cpan-build/2015111221/CVSUtils-1.01-yQUF1H/t/test.pm line 586.
On 2015-11-13 01:18:08, SREZIC wrote: Show quoted text
> With recent perls (e.g. 5.23.4) there's a new warning: > > Calling POSIX::tmpnam() is deprecated at /tmpfs/.cpan- > build/2015111221/CVSUtils-1.01-yQUF1H/t/test.pm line 586.
With bleadperl (e.g. 5.25.4) this is now a fatal compilation error: PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.4/bin/perl5.25.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Unimplemented: POSIX::tmpnam(): use File::Temp instead at /tmpfs/.cpan-build-cpansand/2016090918/CVSUtils-1.01-0/t/test.pm line 586. Compilation failed in require at t/cvs2cl-basic.t line 23. BEGIN failed--compilation aborted at t/cvs2cl-basic.t line 23. t/cvs2cl-basic.t ........ Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run