For the Data::Dumper CPAN version on 5.6, we need PPPort's sv_2pv_flags
Steffen Mueller [Sat, 6 Jun 2009 11:06:32 +0000 (13:06 +0200)]
ext/Data-Dumper/Dumper.xs

index b39b77a..4f7eed3 100644 (file)
@@ -4,6 +4,7 @@
 #include "XSUB.h"
 #ifdef USE_PPPORT_H
 #  define NEED_my_snprintf
+#  define NEED_sv_2pv_flags
 #  include "ppport.h"
 #endif