in reply to Re: Math::BigRat Dump Fails on Eval
in thread Math::BigRat Dump Fails on Eval
So I guess what you're saying is I need to fix the interface between Data::Dump and Math::BigRat -- because it is in that interface that the quotes are being left out.
UPDATE: There was a buggy filter callback in my call to dumpf:
sub{my ($ctx,$self)=@_;$ctx->object_isa('Math::BigRat')?{dump=>"Math::BigRat->new($self)"}As for the formatting of the original post, you didn't specify what was 'broken' about the formatting but I did notice that there was no download link, and I put some white space into the source (CR before and after the code tags) to fix that.
If it is the lack of wrapping you are referring to, the only help I found was in the "Writeup Formatting Tips" where they discuss only "Display Settings", which places the burden on the reader to specify auto-wrapping.
|
|---|