From: Steffen Mueller Date: Sat, 6 Jun 2009 11:06:32 +0000 (+0200) Subject: For the Data::Dumper CPAN version on 5.6, we need PPPort's sv_2pv_flags X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab4d8678d5dbc1317a0b44d299d71b5074c33aea;p=p5sagit%2Fp5-mst-13.2.git For the Data::Dumper CPAN version on 5.6, we need PPPort's sv_2pv_flags --- diff --git a/ext/Data-Dumper/Dumper.xs b/ext/Data-Dumper/Dumper.xs index b39b77a..4f7eed3 100644 --- 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