perl plugin: Re-get the perl interpreter after parsing each configuration option.
authorSebastian Harl <sh@tokkee.org>
Tue, 26 Aug 2008 09:52:53 +0000 (11:52 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 26 Aug 2008 16:59:47 +0000 (18:59 +0200)
commitb90ad9b5b6d928a211b939dc0d51aa92cd09fdd2
tree4fb4f9d891eaaa86c3afa4b8577a521ee95e7399
parent1d272ac5bc379895ca0dea80a9abe791893863e2
perl plugin: Re-get the perl interpreter after parsing each configuration option.

The current perl interpreter might change while parsing the configuration
(e.g. the first interpreter is created by the "LoadPlugin" option), so this is
to make sure that we're using the right interpreter at all times.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/perl.c