NAME

LibreCat::FetchRecord::bibtex - Create a LibreCat publication based on BibTex input

SYNOPSIS

    use LibreCat::FetchRecord::bibtex;

    my $pub = LibreCat::FetchRecord::bibtex->new->fetch(<<EOF);
    @book{book,
      author    = {Peter Babington},
      title     = {The title of the work},
      publisher = {The name of the publisher},
      year      = 1993,
      volume    = 4,
      series    = 10,
      address   = {The address},
      edition   = 3,
      month     = 7,
      note      = {An optional note},
      isbn      = {3257227892}
    }
    EOF