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-io
Commits
fea6cf69
Commit
fea6cf69
authored
Sep 28, 2018
by
Tiago Grego
Browse files
open file updated
parent
58be8878
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/t/rdf/bulkfetcherfeature_translator.t
modules/t/rdf/bulkfetcherfeature_translator.t
+3
-3
No files found.
modules/t/rdf/bulkfetcherfeature_translator.t
View file @
fea6cf69
...
...
@@ -186,9 +186,9 @@ sub slurp_file {
my
$string
;
{
local
$/
=
undef
;
open
FILE
,
"
<
$file
"
or
die
"
Couldn't open file: $!
";
$string
=
<
FILE
>
;
close
FILE
;
open
my
$
FILE
,
'
<
',
$file
or
die
"
Couldn't open file: $!
";
$string
=
<
$
FILE
>
;
close
$
FILE
;
}
return
$string
;
...
...
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