Skip Menu |

This queue is for tickets about the GraphViz-Data-Structure CPAN distribution.

Report information
The Basics
Id: 128401
Status: new
Priority: 0/
Queue: GraphViz-Data-Structure

People
Owner: mcmahon [...] cpan.org
Requestors: mcmahon [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.05
  • 0.06
  • 0.07
  • 0.08
  • 0.09
  • 0.10
  • 0.11
  • 0.12
  • 0.13
  • 0.14
  • 0.15
  • 0.16
  • 0.17
  • 0.19
  • 0.20
Fixed in: (no value)



Subject: Bad handling of binary data
To reproduce: use WWW::Mechanze; use GraphViz::Data::Structure; my $mech = WWW::Mechanize->new; $mech->get('https://gogle.com'); my $viz = GraphViz::Data::Structure->new($mech); my $png = $mech->as_png(); # No PNG is generated; dot syntax error occurs The binary strings in the data structure will have to be encoded before being sent to dot. Data structures without binary data render OK.