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-test
Commits
612937cf
Commit
612937cf
authored
Aug 17, 2018
by
Tiago Grego
Browse files
connect schema without dummy sub
parent
d98d0b4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/dump_test_schema.pl
scripts/dump_test_schema.pl
+1
-1
No files found.
scripts/dump_test_schema.pl
View file @
612937cf
...
...
@@ -188,7 +188,7 @@ sub patch_ddl {
sub
connected_schema
{
my
(
$self
)
=
@_
;
return
$self
->
schema_class
->
connect
(
[
sub
{
$self
->
dbc
->
db_handle
}
]
)
;
return
$self
->
schema_class
->
connect
;
}
no
Moose
;
...
...
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