liblime / LibLime-Koha

LibLime Koha is the most mature of the open source ILS applications. Based on the ground-breaking 3.0 platform (derived from the original Koha offering of 1999), LibLime Koha is a completely web-based open source ILS, with library staff, systems librarians, and library users all accessing LibLime Koha through a web browser. Relying on the MySQL relational database, all LibLime Koha data is readily accessible.
http://koha.org/
GNU General Public License v2.0
133 stars 54 forks source link

Hi #5

Closed shardiwal closed 10 years ago

shardiwal commented 10 years ago

Glad to talk to you. While installing it on my local, i came accross the following bug in MakeFile.

MakeFile seems to have wrong module name "MARC::File::Normalize::NACO". It should be MARC::Field::Normalize::NACO

used in following files lib/Koha/BibLinker.pm 23:use MARC::Field::Normalize::NACO;

lib/Koha/BareAuthority.pm 27:use MARC::Field::Normalize::NACO qw(naco_from_authority);

ctfliblime commented 10 years ago

Good find! Thanks for your contribution.