Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
79f94a99
Commit
79f94a99
authored
Jun 02, 2010
by
Andreas Kusalananda Kähäri
Browse files
Remove Data::Dumper from modules that does not use it.
parent
954a549b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
10 deletions
+0
-10
modules/Bio/EnsEMBL/AlignStrainSlice.pm
modules/Bio/EnsEMBL/AlignStrainSlice.pm
+0
-3
modules/Bio/EnsEMBL/DBSQL/DnaAlignFeatureAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/DnaAlignFeatureAdaptor.pm
+0
-1
modules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm
+0
-1
modules/Bio/EnsEMBL/DensityFeatureSet.pm
modules/Bio/EnsEMBL/DensityFeatureSet.pm
+0
-2
modules/Bio/EnsEMBL/IndividualSlice.pm
modules/Bio/EnsEMBL/IndividualSlice.pm
+0
-1
modules/Bio/EnsEMBL/IndividualSliceFactory.pm
modules/Bio/EnsEMBL/IndividualSliceFactory.pm
+0
-2
No files found.
modules/Bio/EnsEMBL/AlignStrainSlice.pm
View file @
79f94a99
...
...
@@ -68,9 +68,6 @@ use Bio::EnsEMBL::Mapper;
use
Bio::EnsEMBL::Mapper::
RangeRegistry
;
use
Bio::EnsEMBL::Utils::
Exception
qw(throw deprecate warning)
;
use
Data::
Dumper
;
=head2 new
Arg[1] : Bio::EnsEMBL::Slice $Slice
...
...
modules/Bio/EnsEMBL/DBSQL/DnaAlignFeatureAdaptor.pm
View file @
79f94a99
...
...
@@ -45,7 +45,6 @@ superclasses.
package
Bio::EnsEMBL::DBSQL::
DnaAlignFeatureAdaptor
;
use
vars
qw(@ISA)
;
use
strict
;
use
Data::
Dumper
;
use
Bio::EnsEMBL::
DnaDnaAlignFeature
;
use
Bio::EnsEMBL::DBSQL::
BaseAlignFeatureAdaptor
;
use
Bio::EnsEMBL::Utils::
Exception
qw(throw warning)
;
...
...
modules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm
View file @
79f94a99
...
...
@@ -50,7 +50,6 @@ use strict;
use
Bio::EnsEMBL::DBSQL::
BaseAdaptor
;
use
Bio::EnsEMBL::
ProteinFeature
;
use
Bio::EnsEMBL::Utils::
Exception
qw(throw deprecate warning)
;
use
Data::
Dumper
;
use
vars
qw(@ISA)
;
@ISA
=
qw(Bio::EnsEMBL::DBSQL::BaseAdaptor)
;
...
...
modules/Bio/EnsEMBL/DensityFeatureSet.pm
View file @
79f94a99
...
...
@@ -52,8 +52,6 @@ use warnings;
use
Bio::EnsEMBL::Utils::
Argument
qw(rearrange)
;
use
Bio::EnsEMBL::Utils::
Exception
qw(throw)
;
use
Data::
Dumper
;
=head2 new
...
...
modules/Bio/EnsEMBL/IndividualSlice.pm
View file @
79f94a99
...
...
@@ -76,7 +76,6 @@ use Bio::EnsEMBL::Slice;
use
Bio::EnsEMBL::
Mapper
;
use
Bio::EnsEMBL::Utils::
Exception
qw(throw deprecate warning)
;
use
Data::
Dumper
;
@ISA
=
qw(Bio::EnsEMBL::Slice)
;
...
...
modules/Bio/EnsEMBL/IndividualSliceFactory.pm
View file @
79f94a99
...
...
@@ -27,8 +27,6 @@ use Bio::EnsEMBL::Slice;
use
Bio::EnsEMBL::
Mapper
;
use
Bio::EnsEMBL::Utils::
Exception
qw(throw deprecate warning)
;
use
Data::
Dumper
;
=head2 new
=cut
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment