From d8574e8f6e1a85ee7a4da7a6e61b6d4f98fbf7ba Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 23 Jan 2000 12:32:25 +0000 Subject: [PATCH] faulty edit p4raw-id: //depot/perl@4861 --- lib/File/stat.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/File/stat.pm b/lib/File/stat.pm index f86bfe5..0cf7a0b 100644 --- a/lib/File/stat.pm +++ b/lib/File/stat.pm @@ -15,6 +15,7 @@ BEGIN { ); %EXPORT_TAGS = ( FIELDS => [ @EXPORT_OK, @EXPORT ] ); } +use vars @EXPORT_OK; # Class::Struct forbids use of @ISA sub import { goto &Exporter::import } -- 2.7.4