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
Commits
f2a8cf6b
Commit
f2a8cf6b
authored
Nov 12, 2015
by
Magali Ruffier
Browse files
rename package to match file
parent
467e0a4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/t/fullIdCaching.t
modules/t/fullIdCaching.t
+2
-2
No files found.
modules/t/fullIdCaching.t
View file @
f2a8cf6b
...
...
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
package
TemporaryGene
Cach
e
;
package
fullId
Cach
ing
;
use
base
qw/Bio::EnsEMBL::DBSQL::Support::FullIdCache/
;
use
strict
;
...
...
@@ -59,7 +59,7 @@ sub BEGIN {
no
strict
'
refs
';
## no critic
*
Bio::EnsEMBL::DBSQL::GeneAdaptor::
_build_id_cache
=
sub
{
my
(
$self
)
=
@_
;
return
TemporaryGene
Cach
e
->
new
(
$self
);
return
fullId
Cach
ing
->
new
(
$self
);
};
no
warnings
'
redefine
';
my
$original_store
=
\
&
Bio::EnsEMBL::DBSQL::GeneAdaptor::
store
;
...
...
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