From 7e39e108f10c54769f21fa589c727e9f0537ee54 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 10 Feb 2008 01:41:42 -0600 Subject: [PATCH] moved use of C4::Heading to avoid symbol export problem Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- C4/Biblio.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index e67b646493..8f72322235 100755 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -30,8 +30,7 @@ use C4::Branch; use C4::Dates qw/format_date/; use C4::Log; # logaction use C4::ClassSource; -use C4::Charset; -use C4::Heading; + use vars qw($VERSION @ISA @EXPORT); -- 2.20.1