Provided by: biber_2.9-1_all bug

NAME

       Biber::Entry::Name - Biber::Entry::Name objects

   new
           Initialise a Biber::Entry::Name object, optionally with key=>value arguments.

   TO_JSON
          Serialiser for JSON::XS::encode

   notnull
           Test for an empty object

   was_stripped
           Return boolean to tell if the passed field had braces stripped from the original

   get_nameparts
           Get nameparts for a name

   get_namepart
           Get a namepart by passed name

   set_namepart
           Set a namepart by passed name

   get_namepart_initial
           Get a namepart initial by passed name

   set_namepart_initial
           Set a namepart initial by passed name

   name_to_biblatexml {
           Create biblatexml data for a name

   name_part_to_bltxml
           Return BibLaTeXML data for a name

   name_to_bbl
           Return bbl data for a name

   name_to_bblxml
           Return bblxml data for a name

   name_to_bib
           Return standard bibtex data format for name

   name_to_xname
           Return extended bibtex data format for name

   dump
           Dump Biber::Entry::Name object

AUTHORS

       Francois Charette, "<firmicus at ankabut.net>" Philip Kime "<philip at kime.org.uk>"

BUGS

       Please report any bugs or feature requests on our Github tracker at
       <https://github.com/plk/biber/issues>.

COPYRIGHT & LICENSE

       Copyright 2009-2017 Francois Charette and Philip Kime, all rights reserved.

       This module is free software.  You can redistribute it and/or modify it under the terms of
       the Artistic License 2.0.

       This program is distributed in the hope that it will be useful, but without any warranty;
       without even the implied warranty of merchantability or fitness for a particular purpose.