File collectd-fix_broken_perl-5.10.patch of Package collectd

--- src/perl.c.orig
+++ src/perl.c
@@ -2504,7 +2504,12 @@ static int perl_config_loadplugin(pTHX_
 
   log_debug("perl_config: Loading Perl plugin \"%s\"", value);
   load_module(PERL_LOADMOD_NOIMPORT, newSVpv(module_name, strlen(module_name)),
-              Nullsv);
+#if PERL_VERSION >= 10
+              newSViv(0)
+#else
+              Nullsv
+#endif
+              );
   return 0;
 } /* static int perl_config_loadplugin (oconfig_item_it *) */
 
openSUSE Build Service is sponsored by