DESCRIPTION

This module is an updated (and hopefully improved) version of Zhuoan Jiao's citation-parsing modules.

SYNOPSIS

        use Biblio::Citation::Parser::Citebase;
        $parser = new Biblio::Citation::Parser::Citebase([$source_identifier]);
        $metadata = $parser->parse($citation);
        print "Author: ", $metadata->{aufirst}, " ", $metadata->{aulast}, "\n";

Create a new citation parser, optionally parsing $citation with $source_identifier. If a citation is given the return blessed hash will contain the structured data. Parses a string, $citation, and returns a blessed hash of the structured data.