Source: libmarc-record-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Vincent Danjean , Niko Tyni Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, perl Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmarc-record-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmarc-record-perl.git Homepage: https://metacpan.org/release/MARC-Record Package: libmarc-record-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl extension for handling MARC records The MARC::* series of modules create a simple object-oriented abstraction of MARC record handling. The files are: . MARC::Doc::Tutorial A tutorial explaining how to use MARC::Record. . MARC::Record The core class for representing a single MARC record. . MARC::Field Another core class for representing a single field in a record. . MARC::Batch The basic object for access to a batch of one or more MARC records. . 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.