1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: libmarc-lint-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>,
gregor herrmann <gregoa@debian.org>,
Damyan Ivanov <dmn@debian.org>,
Florian Schlichting <fsfs@debian.org>,
Robin Sheat <robin@catalyst.net.nz>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
libbusiness-isbn-perl (>= 2.010),
libmarc-record-perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmarc-lint-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmarc-lint-perl.git
Homepage: https://metacpan.org/release/MARC-Lint
Package: libmarc-lint-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libbusiness-isbn-perl (>= 2.010),
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.
|