Re: File::Temp::_gettemp warning
authorTim Jenness <tjenness@cpan.org>
Wed, 21 Feb 2001 22:15:32 +0000 (12:15 -1000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 22 Feb 2001 12:37:15 +0000 (12:37 +0000)
commit28d6a1e08734486a2b232e0fe4dcfd240dff38aa
treeb2565a275ce0eabe6122c390d18c986f1acbd933
parenta66eeb6bbb6537e05dc694a7b8653f9a512a197c
Re: File::Temp::_gettemp warning
Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>

This patch to File::Temp does two things:

1. Fixes the problem with CGI::Carp when determining
   the Fcntl constants

2. Removes most of the carps and consolidates them so that all the
reasons are included in a single die that is caught by the test. This
means that the correct skipping behaviour is displayed by the test.

p4raw-id: //depot/perl@8884
lib/File/Temp.pm