From 0991385e00f27fc77f07013cb0469e4e17664318 Mon Sep 17 00:00:00 2001 From: Martin Kamerbeek Date: Sat, 6 May 2006 09:09:53 +0000 Subject: [PATCH] Removed accidentally included use Data::Dumper and use Data::Dumper::Simple statements. --- lib/WebGUI/Image/Graph/Pie.pm | 2 -- lib/WebGUI/Image/Graph/XYGraph/Bar.pm | 1 - lib/WebGUI/Image/Graph/XYGraph/Line.pm | 1 - 3 files changed, 4 deletions(-) diff --git a/lib/WebGUI/Image/Graph/Pie.pm b/lib/WebGUI/Image/Graph/Pie.pm index 3c409ac26..95f3ae881 100644 --- a/lib/WebGUI/Image/Graph/Pie.pm +++ b/lib/WebGUI/Image/Graph/Pie.pm @@ -2,9 +2,7 @@ package WebGUI::Image::Graph::Pie; use strict; use WebGUI::Image::Graph; -use Data::Dumper::Simple; use constant pi => 3.14159265358979; -use Data::Dumper; our @ISA = qw(WebGUI::Image::Graph); diff --git a/lib/WebGUI/Image/Graph/XYGraph/Bar.pm b/lib/WebGUI/Image/Graph/XYGraph/Bar.pm index 7f2c62886..a6625db25 100644 --- a/lib/WebGUI/Image/Graph/XYGraph/Bar.pm +++ b/lib/WebGUI/Image/Graph/XYGraph/Bar.pm @@ -4,7 +4,6 @@ use strict; use WebGUI::Image::Graph::XYGraph; use List::Util; use POSIX; -use Data::Dumper; our @ISA = qw(WebGUI::Image::Graph::XYGraph); diff --git a/lib/WebGUI/Image/Graph/XYGraph/Line.pm b/lib/WebGUI/Image/Graph/XYGraph/Line.pm index d288a8ee1..9e75c9cbb 100644 --- a/lib/WebGUI/Image/Graph/XYGraph/Line.pm +++ b/lib/WebGUI/Image/Graph/XYGraph/Line.pm @@ -4,7 +4,6 @@ use strict; use WebGUI::Image::Graph::XYGraph; use List::Util; use POSIX; -use Data::Dumper; our @ISA = qw(WebGUI::Image::Graph::XYGraph);