perl plugin: Reimplemented plugin_{,un}register() in plain Perl.
authorSebastian Harl <sh@tokkee.org>
Sun, 30 Sep 2007 22:09:50 +0000 (00:09 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 1 Oct 2007 05:46:51 +0000 (07:46 +0200)
commit7f27b191564dc366eab17f1515fc183b24911dbf
treea01f79df69e33c466ceedb6441f9b01c7628ef33
parent8721b18aab49b5f68c7f44a3168684bf92b47498
perl plugin: Reimplemented plugin_{,un}register() in plain Perl.

As this involves only Perl data structures, it makes more sense to write
the algorithms in plain Perl as well. I suppose the perl interpreter can
do a better job optimizing the code :-)

Signed-off-by: Sebastian Harl <sh@tokkee.org>
bindings/perl/Collectd.pm
src/perl.c