From ab28085949bd9eda8526176edf56ecc99a3ff7ee Mon Sep 17 00:00:00 2001 From: Daniel Sweeney Date: Wed, 4 Mar 2009 16:53:06 -0600 Subject: [PATCH] Added a require C4::Heading to resolve a circular dependency. Signed-off-by: Galen Charlton --- C4/Biblio.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 04a967da92..572b4580b9 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -30,6 +30,7 @@ use C4::Dates qw/format_date/; use C4::Log; # logaction use C4::ClassSource; use C4::Charset; +require C4::Heading; use vars qw($VERSION @ISA @EXPORT); -- 2.20.1