Sure, try the command below in a shell and you'll get a warning.
echo "( Group: [Node A] [Node B] ) -> [Node C]" | graph-easy --as graphviz
Use of uninitialized value in concatenation (.) or string at
/Users/peredin/perl5/perlbrew/perls/perl-5.18.1/lib/site_perl/5.18.1/Graph/Easy/As_graphviz.pm
line 570, <STDIN> line 1.
Generated output:
--- cut ---
"Node A" "Node C" [ color="#000000", ltail="cluster0" ]
--- cut ---
Expected output:
--- cut ---
"Node A" -> "Node C" [ color="#000000", ltail="cluster0" ]
--- cut ---
Identical lines cut.
I'll try to provide a t/.t when I've figured out if there are any
other cases that cause the same warning to be generated.
Per
On Fri, Jan 31, 2014 at 9:03 PM, Shlomi Fish via RT
<bug-Graph-Easy@rt.cpan.org> wrote:
Show quoted text> <URL:
https://rt.cpan.org/Ticket/Display.html?id=92614 >
>
> Hi Per,
>
> On Fri Jan 31 08:38:05 2014, info@peredin.com wrote:
>> A misspelled key in Graph/Easy/As_graphviz.pm on line 570 causes
>> node-to-group and group-to-node edges to fail.
>>
>> Replacing $self->{edge_type} with $self->{_edge_type} fixes the
>> problem.
>>
>
> can you provide a self-contained, reproducing example? A new t/.t would be preferable.
>
> Regards,
>
> -- Shlomi Fish
>