/Template-Plugin-MARC

Template::Toolkit plugin for handling MARC records

Primary LanguagePerl

Template-Plugin-MARC version 0.02
=================================

SYNOPSIS

The Template::Plugin::MARC Template::Toolkit plugin enables users of
Template::Toolkit to easily display information from MARC::Record objects
without resorting to embedding Perl code in the template or extensive
preprocessing in the Perl script.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  MARC::Record
  Template::Toolkit

COPYRIGHT AND LICENCE

Copyright (C) 2012 by C & P Bibliography Services

Template::Plugin::MARC is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.