MARC::Record and its family
===========================

SYNOPSIS

The MARC::* series of modules create a simple object-oriented 
abstraction of MARC record handling.  The files are:

MARC::Record
MARC::Field
    The basic MARC record that is the core of everything.

MARC::File
    Base class for the MARC file

MARC::File::USMARC
MARC::File::MicroLIF
    Subclasses of MARC::File specific to the USMARC and MicroLIF formats

MARC::Lint
    Extension to check MARC records for validity.
    

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

MARC::* require Perl 5.6.0.


COPYRIGHT AND LICENCE

This software is free software and may be distributed under the same
terms as Perl itself.

Copyright (C) 2001-2002 Andy Lester <marc@petdance.com>

