diff --git a/modules/Bio/EnsEMBL/Utils/Cache.pm b/modules/Bio/EnsEMBL/Utils/Cache.pm index 751907d3477d78c8386e46e638b572f41ec8a356..5c912d9bf580fb2b1fc511068db483f1270ca83d 100644 --- a/modules/Bio/EnsEMBL/Utils/Cache.pm +++ b/modules/Bio/EnsEMBL/Utils/Cache.pm @@ -96,7 +96,7 @@ Work has been done to optimize refreshing cache entries that are frequently read from, code like $cache{entry}, which moves the entry to the end of the linked list internally. -=cut Documentation continues at the end of the module. +=cut sub TIEHASH { my($class, $max_count, $options) = @_;