#603726 libgraph-easy-perl: doesn't allow newlines between "digraph" and "{" in Graphviz format

#603726#5
Date:
2010-11-16 19:35:10 UTC
From:
To:
$ graph=$(printf "digraph\n{ a->b }")

$ echo "$graph" | dot
digraph {
	node [label="\N"];
	graph [bb="0,0,54,112"];
	a [pos="27,93", width="0.75", height="0.51389"];
	b [pos="27,19", width="0.75", height="0.51389"];
	a -> b [pos="e,27,37.667 27,74.327 27,66.264 27,56.648 27,47.711"];
}

$ echo "$graph" | graph-easy
Modification of non-creatable array value attempted, subscript -1 at /usr/share/perl5/Graph/Easy/Parser/Graphviz.pm line 924, <STDIN> chunk 1.

#603726#10
Date:
2010-11-16 21:40:07 UTC
From:
To:
tag 603726 + confirmed upstream
forwarded 603726 https://rt.cpan.org/Ticket/Display.html?id=63061
thanks

Hi Jakub

Thanks for your bugreport! I have forwarded it to upstream.

Bests
Salvatore