see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
1999-05-17 01:24:16 +00:00
parent d139fc9fc0
commit a2d3aa603d
3 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,7 @@ static int perl_init(void)
dTHR; /* NOT earlier! */
perl_parse(interp, xs_init, 3, embedding, NULL);
perl_eval_pv ("require Gimp::Module", TRUE);
perl_eval_pv ("require Gimp::Module", FALSE);
if (SvTRUE (ERRSV))
{