From c9059fcfb1fe2fed5bba72430876f7992ec2f207 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Wed, 7 Mar 2012 18:55:52 -0500 Subject: [PATCH] Bug 7284: Fix unit test broken by erroneous POD Content-Type: text/plain; charset="UTF-8" --- C4/Linker.pm | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/C4/Linker.pm b/C4/Linker.pm index f030258..a3c04f7 100644 --- a/C4/Linker.pm +++ b/C4/Linker.pm @@ -86,8 +86,6 @@ sub new { return $self->SUPER::_handle_auth_limit($authid), $fuzzy; -=back - Function to be called by subclasses to handle authority record limits. =cut -- 1.7.2.5