• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H02-Sep-2012-11967

etc/H03-May-2022-11987

lib/MARC/H02-Sep-2012-4,3323,305

t/H02-Sep-2012-464380

ChangesH A D03-Sep-20126.6 KiB152108

MANIFESTH A D30-Jun-2012201 1515

Makefile.PLH A D30-Jun-2012490 1715

READMEH A D30-Jun-2012531 2918

README

1MARC::Lint
2===========
3
4MARC::Lint provides a mechanism for validating MARC records. MARC::Lint
5was once a part of the MARC::Record distribution, but was split out to
6ease maintenance and development.
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16
17DEPENDENCIES
18
19- MARC::Record
20- Business::ISBN
21
22COPYRIGHT AND LICENCE
23
24This software is free software and may be distributed under the same
25terms as Perl itself.
26
27Copyright (C) 2001-2011  Baldus, Lester, Summers
28
29