From f5a45354d78994b62577f40f41281f6c76a6f128 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?=
 <ak4@sanger.ac.uk>
Date: Thu, 21 Mar 2013 11:20:33 +0000
Subject: [PATCH] Unbreak POD.

---
 modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm
index f1740ea0ac..f43673ea4c 100755
--- a/modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm
@@ -835,6 +835,7 @@ sub _no_id_cache {
                   in order to trigger the _build_id_cache at first query.                  
     Example     : $adaptor->ignore_cache_override(1);              
     Returntype  : Boolean
+
 =cut
 
 sub ignore_cache_override {
-- 
GitLab