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

Biblio::Citation::Parser - citation parsing framework

DESCRIPTION

Biblio::Citation::Parser provides generic methods for reference parsers. This class should not be used directly, but rather be overridden by specific parsers. Parsers that extend the Parser class must provide at least the two methods defined here to ensure compatibility.

METHODS

$cite_parser = Biblio::Citation::Parser->new()

The new() method creates a new parser instance.

$metadata = $parser->parse($reference)

The parse() method takes a reference and returns the extracted metadata.

AUTHOR

Mike Jewell <moj@ecs.soton.ac.uk>