Sync to Data::Dumper 2.123
[p5sagit/p5-mst-13.2.git] / ext / Data-Dumper / Dumper.xs
index b39b77a..e3867a1 100644 (file)
@@ -4,10 +4,11 @@
 #include "XSUB.h"
 #ifdef USE_PPPORT_H
 #  define NEED_my_snprintf
+#  define NEED_sv_2pv_flags
 #  include "ppport.h"
 #endif
 
-#if PERL_VERSION < 6
+#if PERL_VERSION < 8
 #  define DD_USE_OLD_ID_FORMAT
 #endif