C4::Heading::MARC21
use C4::Heading::MARC21;
This is an internal helper class used by C4::Heading
to parse headings data from MARC21 records.
Object of this type do not carry data,
instead,
they only dispatch functions.
FIXME - this should be moved to a configuration file.
my $marc_handler = C4::Heading::MARC21->new();
Koha Developement team <info@koha.org>
Galen Charlton <galen.charlton@liblime.com>