From 8e2369a87bec2fb4294a3d0445b0c8296b1ce636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Thu, 12 Aug 2010 15:00:27 +0000 Subject: [PATCH] Minor cleanup of package head. --- modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm index 3c6258e5b7..3f179b76e3 100755 --- a/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm +++ b/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm @@ -60,10 +60,10 @@ use Bio::EnsEMBL::DBSQL::DBConnection; use Bio::EnsEMBL::DBSQL::BaseFeatureAdaptor; use Bio::EnsEMBL::Utils::SeqRegionCache; use Bio::EnsEMBL::Utils::Exception qw(throw warning deprecate); -#use Bio::EnsEMBL::Utils::Exception qw(warning throw deprecate stack_trace_dump); use Bio::EnsEMBL::Utils::Argument qw(rearrange); use Bio::EnsEMBL::Registry; use Bio::EnsEMBL::Utils::ConfigRegistry; + my $reg = "Bio::EnsEMBL::Registry"; =head2 new -- GitLab