$NetBSD: patch-ac,v 1.1 2000/08/15 01:12:16 jlam Exp $

--- eperl_perl5.c.orig	Sun Aug  2 10:33:55 1998
+++ eperl_perl5.c	Sat Aug 12 04:34:39 2000
@@ -39,6 +39,11 @@
 #include "eperl_perl5_sm.h"
 #include "eperl_proto.h"
 
+#if AC_perl_vnum >= 510600
+#define PERL_POLLUTE 1
+#include <embedvar.h>		/* declaration of curstash */
+#endif
+
 #ifdef HAVE_PERL_DYNALOADER
 
 extern void boot_DynaLoader _((CV* cv));