Removed accidentally included use Data::Dumper and use Data::Dumper::Simple statements.

This commit is contained in:
Martin Kamerbeek 2006-05-06 09:09:53 +00:00
parent 379c6e0ad3
commit 0991385e00
3 changed files with 0 additions and 4 deletions

View file

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

View file

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

View file

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