Removed accidentally included use Data::Dumper and use Data::Dumper::Simple statements.
This commit is contained in:
parent
379c6e0ad3
commit
0991385e00
3 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue