Binary package “libtext-bibtex-validate-perl” in ubuntu mantic

validator for BibTeX format

 Text::BibTeX::Validate checks the standard fields of BibTeX entries for their
 compliance with their format. In particular, value of 'email' is checked
 against RFC 822 mandated email address syntax, value of 'doi' is checked to
 start with '10.' and contain at least one '/' and so on. Some nonstandard
 fields as 'isbn', 'issn' and 'url' are also checked. Failures of checks are
 returned as instances of Text::BibTeX::Validate::Warning.