--- a/libpurple/plugins/perl/common/module.h Tue May 06 13:41:54 2014 +0200 +++ b/libpurple/plugins/perl/common/module.h Tue May 06 13:52:59 2014 +0200 @@ -11,6 +11,10 @@ #undef pipe #undef STRINGIFY #endif + +#define SILENT_NO_TAINT_SUPPORT 0 +#define NO_TAINT_SUPPORT 0 + #include <EXTERN.h> #include <perl.h> #include <XSUB.h>