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);