projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ab4d867
)
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
patch
|
blob
|
blame
|
history
diff --git
a/ext/Data-Dumper/Dumper.xs
b/ext/Data-Dumper/Dumper.xs
index
4f7eed3
..
e3867a1
100644
(file)
--- a/
ext/Data-Dumper/Dumper.xs
+++ b/
ext/Data-Dumper/Dumper.xs
@@
-8,7
+8,7
@@
# include "ppport.h"
#endif
-#if PERL_VERSION < 6
+#if PERL_VERSION < 8
# define DD_USE_OLD_ID_FORMAT
#endif