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