Data::Dumper on 5.6.* needs to use old IDs
Steffen Mueller [Sat, 6 Jun 2009 11:44:18 +0000 (13:44 +0200)]
This is the change to Dumper.xs that goes hand-in-hand with change
c2231af7a39be4217e07eedae6069566071d1682 in Dumper.pm.

ext/Data-Dumper/Dumper.xs

index 4f7eed3..e3867a1 100644 (file)
@@ -8,7 +8,7 @@
 #  include "ppport.h"
 #endif
 
-#if PERL_VERSION < 6
+#if PERL_VERSION < 8
 #  define DD_USE_OLD_ID_FORMAT
 #endif