···5252 perlPackages.IOStringy
5353 ];
54545555+ # needs to find a local perl module during build
5656+ PERL_USE_UNSAFE_INC = stdenv.lib.optionalString (stdenv.lib.versionAtLeast (stdenv.lib.getVersion perl) "5.26") "1";
5757+5558 # TODO: tests are failing http://munin-monitoring.org/ticket/1390#comment:1
5659 # NOTE: important, test command always exits with 0, think of a way to abort the build once tests pass
5760 doCheck = false;