Subject: | Module::Build breaks if Data::Dumper::Terse is set |
Hello
For Config::Model::Xorg, I need to generate perl data structure in
files with Data::Dumper. Currently, I use the Terse option of
Data::Dumper in Build.PL (yes, I know about the warnings, but Terse is
ok for simple data structures).
If I leave Data::Dumper::Terse, Module::Build will generate a
corrupted build_param file.
I'm not asking to reverse the change that was done in Module::Build
0.2808_01, but could you please test the value of Data::Dumper::Terse
in Module::Build::Dumper and bail out if this value is set ?
This would tremendously help in figuring out what is wrong when
generated data is not correct.
Thanks