logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::Importer::BibTeX - a BibTeX importer

Description

       Citekey and reference type are imported as field "_citekey" and "_type", respectively.

Methods

       All methods of Catmandu::Importer and by this Catmandu::Iterable are inherited.

Name

       Catmandu::Importer::BibTeX - a BibTeX importer

See Also

       Catmandu::Exporter::BibTeX, BibTeX::Parser

perl v5.36.0                                       2023-02-02                    Catmandu::Importer::BibTeX(3pm)

Synopsis

           use Catmandu::Importer::BibTeX;

           my $importer = Catmandu::Importer::BibTeX->new(file => "/foo/bar.bib");

           my $n = $importer->each(sub {
               my $hashref = $_[0];
               # ...
           });

See Also