Skip to content
Snippets Groups Projects
Commit 33b26e2e authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Revert back to use 'base' instead of the newer (too new) 'parent'.

parent 9963df9b
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ use warnings;
use Exporter;
use parent qw( Exporter );
use base qw( Exporter );
our @EXPORT = qw( software_version );
......
......@@ -37,7 +37,7 @@ package Bio::EnsEMBL::DBSQL::GOTermAdaptor;
use strict;
use warnings;
use parent qw( Bio::EnsEMBL::DBSQL::OntologyTermAdaptor );
use base qw( Bio::EnsEMBL::DBSQL::OntologyTermAdaptor );
=head2 new
......
......@@ -36,7 +36,7 @@ package Bio::EnsEMBL::DBSQL::OntologyDBAdaptor;
use strict;
use warnings;
use parent qw ( Bio::EnsEMBL::DBSQL::DBAdaptor );
use base qw ( Bio::EnsEMBL::DBSQL::DBAdaptor );
sub get_available_adaptors {
return {
......
......@@ -59,7 +59,7 @@ use Bio::EnsEMBL::Utils::Exception qw( throw );
use Bio::EnsEMBL::OntologyTerm;
use parent qw( Bio::EnsEMBL::DBSQL::BaseAdaptor );
use base qw( Bio::EnsEMBL::DBSQL::BaseAdaptor );
=head2 new
......
......@@ -38,7 +38,7 @@ package Bio::EnsEMBL::DBSQL::SOTermAdaptor;
use strict;
use warnings;
use parent qw( Bio::EnsEMBL::DBSQL::OntologyTermAdaptor );
use base qw( Bio::EnsEMBL::DBSQL::OntologyTermAdaptor );
=head2 new
......
......@@ -26,7 +26,7 @@ package Bio::EnsEMBL::IdMapping::StableIdGenerator::AedesAegypti;
use strict;
use warnings;
use parent qw(Bio::EnsEMBL::IdMapping::StableIdGenerator::EnsemblGeneric);
use base qw(Bio::EnsEMBL::IdMapping::StableIdGenerator::EnsemblGeneric);
sub increment_stable_id {
......
......@@ -30,7 +30,7 @@ package Bio::EnsEMBL::IdMapping::StableIdGenerator::AedesAegypti;
use strict;
use warnings;
use parent qw(Bio::EnsEMBL::IdMapping::StableIdGenerator::EnsemblGeneric);
use base qw(Bio::EnsEMBL::IdMapping::StableIdGenerator::EnsemblGeneric);
sub increment_stable_id {
......
......@@ -40,7 +40,7 @@ use warnings;
use Bio::EnsEMBL::Utils::Argument qw( rearrange );
use parent qw( Bio::EnsEMBL::Storable );
use base qw( Bio::EnsEMBL::Storable );
=head2 new
......
......@@ -65,7 +65,7 @@ package Bio::EnsEMBL::OntologyXref;
use strict;
use parent qw( Bio::EnsEMBL::DBEntry );
use base qw( Bio::EnsEMBL::DBEntry );
=head2 add_linkage_type
......
......@@ -52,7 +52,8 @@ use warnings;
use Bio::EnsEMBL::Utils::Exception ('throw');
use Bio::EnsEMBL::Utils::EprofStack;
use parent qw( Exporter );
use base qw( Exporter );
our @EXPORT_OK =
( 'eprof_start', 'eprof_end', 'eprof_dump', 'eprof_reset' );
......
......@@ -61,7 +61,8 @@ $Revision$
use strict;
use warnings;
use parent qw(Exporter);
use base qw(Exporter);
our @EXPORT_OK = qw(check_ref assert_ref);
use Bio::EnsEMBL::Utils::Exception qw(throw);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment