moved use of C4::Heading to avoid symbol export problem
authorGalen Charlton <galen.charlton@liblime.com>
Sun, 10 Feb 2008 07:41:42 +0000 (01:41 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 11 Feb 2008 12:02:42 +0000 (06:02 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Biblio.pm

index e67b646..8f72322 100755 (executable)
@@ -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);