Code

perl plugin: Don't do any type conversion in pplugin_register_data_set().
authorSebastian Harl <sh@tokkee.org>
Mon, 9 Feb 2009 18:05:29 +0000 (19:05 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 9 Feb 2009 21:23:05 +0000 (22:23 +0100)
commit34a35d78bb0ec655f9b8cf6f464fedbe2877470b
tree3d427467d683c18b466ac6051db1662df8b4b24e
parent453d72622ba425b0507b9561d699b16a97b5d286
perl plugin: Don't do any type conversion in pplugin_register_data_set().

The conversion of the array value to a data_set_t object has been moved into
its own separate function.
src/perl.c