The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catmandu::Importer::BibTeX - a BibTeX importer

SYNOPSIS

    use Catmandu::Importer::BibTeX;

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

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

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.

SEE ALSO

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