# HG changeset patch # User Luke Schierer # Date 1055948109 0 # Node ID 83507b72ae6d1c7f7702289325e3ee4e6557b8b1 # Parent 6a84a1892e2622ba12ea47da7ae7e5a758d6e28e [gaim-migrate @ 6362] Aaron DeLong (groff) says this gets perl modules to load, and gamaralf is complaining because the fix works and i didn't do anything with it. so i searched out where the fix would be, because the line numbers were incredibly off, which is why i didn't do anything with it in the first place, and here it is. committer: Tailor Script diff -r 6a84a1892e26 -r 83507b72ae6d plugins/perl/perl.c --- a/plugins/perl/perl.c Wed Jun 18 14:02:16 2003 +0000 +++ b/plugins/perl/perl.c Wed Jun 18 14:55:09 2003 +0000 @@ -1284,7 +1284,7 @@ gboolean status = TRUE; perl_construct(prober); - perl_parse(prober, NULL, 2, argv, NULL); + perl_parse(prober, xs_init, 2, argv, NULL); { dSP;