Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
01186efa
Commit
01186efa
authored
Feb 27, 2013
by
Leo Gordon
Browse files
Clone::clone is no longer used, so dependency has been removed
parent
97ef20de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
modules/Bio/EnsEMBL/Hive/Queen.pm
modules/Bio/EnsEMBL/Hive/Queen.pm
+1
-1
modules/Bio/EnsEMBL/Hive/Scheduler.pm
modules/Bio/EnsEMBL/Hive/Scheduler.pm
+0
-2
No files found.
modules/Bio/EnsEMBL/Hive/Queen.pm
View file @
01186efa
...
...
@@ -61,8 +61,8 @@ package Bio::EnsEMBL::Hive::Queen;
use
strict
;
use
POSIX
;
use
Clone
'
clone
';
use
File::
Path
'
make_path
';
use
Bio::EnsEMBL::Utils::
Argument
;
use
Bio::EnsEMBL::Utils::
Exception
;
...
...
modules/Bio/EnsEMBL/Hive/Scheduler.pm
View file @
01186efa
...
...
@@ -23,8 +23,6 @@ package Bio::EnsEMBL::Hive::Scheduler;
use
strict
;
use
warnings
;
use
Clone
'
clone
';
use
Bio::EnsEMBL::Hive::
Analysis
;
use
Bio::EnsEMBL::Hive::
AnalysisStats
;
use
Bio::EnsEMBL::Hive::
Queen
;
...
...
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