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

Change "$! = 1" into "$| = 1".

parent 1c1bd656
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ use Bio::EnsEMBL::Utils::Exception qw(warning throw);
use Bio::EnsEMBL::DBSQL::DBAdaptor;
use Bio::EnsEMBL::Gene;
$! = 1;
$| = 1;
my ($dsn, $dbh, $update);
# Analysis adaptors
......
......@@ -60,7 +60,7 @@ use Bio::EnsEMBL::Utils::Exception qw(warning throw);
use Bio::EnsEMBL::DBSQL::DBAdaptor;
use Bio::EnsEMBL::Gene;
$! = 1;
$| = 1;
my ($dsn,$dbh);
......
......@@ -50,7 +50,7 @@ use Bio::EnsEMBL::Utils::Exception qw(warning throw);
use Bio::EnsEMBL::DBSQL::DBAdaptor;
use Bio::EnsEMBL::Gene;
$! = 1;
$| = 1;
my $dbhost = '';
my $dbuser;
......
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