From f360c89ba8bf64e774d02563f80fa1a519756402 Mon Sep 17 00:00:00 2001
From: Andrew Yates <ayates@ebi.ac.uk>
Date: Mon, 25 Mar 2013 08:32:42 +0000
Subject: [PATCH] Cleaning up doc tag

---
 modules/Bio/EnsEMBL/Utils/Cache.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/Utils/Cache.pm b/modules/Bio/EnsEMBL/Utils/Cache.pm
index 751907d347..5c912d9bf5 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) = @_;
-- 
GitLab