Skip to content

Commit

Permalink
remove Data::Dumper
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fields committed Jan 15, 2012
1 parent 1a6475d commit 1a6cae6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion lib/Bio/Tools/EUtilities/Link.pm
Expand Up @@ -77,7 +77,6 @@ package Bio::Tools::EUtilities::Link;

use strict;
use warnings;
use Data::Dumper;

use base qw(Bio::Tools::EUtilities Bio::Tools::EUtilities::EUtilDataI);

Expand Down
2 changes: 0 additions & 2 deletions lib/Bio/Tools/EUtilities/Link/UrlLink.pm
Expand Up @@ -74,9 +74,7 @@ preceded with a _
package Bio::Tools::EUtilities::Link::UrlLink;
# VERSION


use base qw(Bio::Root::Root Bio::Tools::EUtilities::EUtilDataI);
use Data::Dumper;

=head2 get_dbfrom
Expand Down
2 changes: 1 addition & 1 deletion t/Tools/EUtilities/elink_ncheck.t
Expand Up @@ -3,7 +3,7 @@

use strict;
use warnings;
use Data::Dumper;


BEGIN {
use lib '.';
Expand Down
2 changes: 1 addition & 1 deletion t/Tools/EUtilities/esummary.t
Expand Up @@ -3,7 +3,7 @@

use strict;
use warnings;
use Data::Dumper;

BEGIN {
use lib '.';
use Bio::Root::Test;
Expand Down

0 comments on commit 1a6cae6

Please sign in to comment.