From 607d5f04bd977274e32a9aba5ce75c1d94f3d77e Mon Sep 17 00:00:00 2001 From: Max Baker <> Date: Fri, 13 Feb 2004 06:19:20 +0000 Subject: [PATCH] graph changes --- t/make_dev_matrix.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/make_dev_matrix.pl b/t/make_dev_matrix.pl index de59a461..36d71b72 100755 --- a/t/make_dev_matrix.pl +++ b/t/make_dev_matrix.pl @@ -31,9 +31,10 @@ if ($@) { } } + my $now = scalar localtime; my $gvds = GraphViz::Data::Structure->new(\%graph,Orientation=>'vertical', Colors=> 'Deep', - graph => {label=>'SNMP::Info and Netdisco Supported Devices','fontpath'=>'/usr/local/netdisco','fontname'=>'lucon',concentrate=>'true','overlap'=>'false',spline=>'true',bgcolor=>'wheat'}, + graph => {label=>"SNMP::Info and Netdisco Supported Devices \n $now",'fontpath'=>'/usr/local/netdisco','fontname'=>'lucon',concentrate=>'true','overlap'=>'false',spline=>'true',bgcolor=>'wheat'}, node => {fontname=>'lucon'}, ); $gvds->graph()->as_png($DevPNG);