Source: libmarc-lint-perl Maintainer: Debian Perl Group Uploaders: Vincent Danjean , gregor herrmann , Damyan Ivanov , Florian Schlichting , Robin Sheat Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libbusiness-isbn-perl , libmarc-record-perl , perl Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmarc-lint-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmarc-lint-perl.git Homepage: https://metacpan.org/release/MARC-Lint Rules-Requires-Root: no Package: libmarc-lint-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libbusiness-isbn-perl, libmarc-record-perl Description: Perl extension for checking validity of MARC records MARC::Lint is a Perl module for checking the validity of MARC records. Most of the users will want to do something like is shown in the synopsis. Other users may choose instead to overload MARC::Lint's methods and provide their own special field-level checking. If you have certain requirements, such as making sure that all 952 tags have a certain call number in them, you can write a function that checks for that, and still get all the benefits of the MARC::Lint framework.