Fix ext/Win32API/File/t/file.t under test harness
Jerry D. Hedden [Tue, 27 Feb 2007 09:38:15 +0000 (01:38 -0800)]
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <994673.36516.qm@web30215.mail.mud.yahoo.com>

p4raw-id: //depot/perl@30426

ext/Win32API/File/t/file.t

index d89ea91..a7c1920 100644 (file)
@@ -24,6 +24,8 @@ END {print "not ok 1\n" unless $loaded;}
 # the ../lib directory in @INC will no longer work once
 # we chdir() into the TEMP directory.
 use Win32;
+use Carp;
+use Carp::Heavy;
 
 use Win32API::File qw(:ALL);
 $loaded = 1;