Koha::Contrib::Tamil::Koha - Class exposing info about a Koha instance.
version 0.071
Name of Koha configuration file. If not supplied, the configuration file is taken in KOHA_CONF environment variable.
Handle to Koha database defined in Koha configuration file.
Koha XML configuration file.
Reset both Zebra connections, biblio/authority server.
Return a connection to biblio or authority Zebra server. Example:
my $zc = $koha->zconn('biblio'); my $zc = $koha->zconn('authority');
Returns a ZOOM::connection to Koha bibliographic records Zebra server.
Returns a ZOOM::connection to Koha authority records Zebra server.
Return a MARC::Record from its biblionumber
Return a MARC::Moose::Record from its biblionumber.
Frédéric Demians <f.demians@tamil.fr>
This software is Copyright (c) 2022 by Fréderic Démians.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007
To install Koha::Contrib::Tamil, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Koha::Contrib::Tamil
CPAN shell
perl -MCPAN -e shell install Koha::Contrib::Tamil
For more information on module installation, please visit the detailed CPAN module installation guide.