The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for BibTeX-Parser

0.61    2010-07-19 16:37:49
        Add methods $entry->cleaned_author / cleaned_editor

0.6     2010-07-19 14:43:15
        Add method $entry->cleaned_field( 'name' )
        Add prerequisite LaTeX::ToUnicode >= 0.02

0.5       2010-07-06 13:17:45 Europe/Berlin
        Do not attempt to clean up returned values
        Author names with braces are split correctly

0.4 	2010-02-09
	Parsing of quoted author names (e.g. "{Foo and Bar, Inc.}")

0.3.2 	2009-07-26
	Removed dependency on Text::Balanced

0.3.1   2009-07-19
	No changes, removed huge test file from dist

0.3     2009-07-18
	Better parsing of author names,
	new Method B::P::Entry->raw_bibtex
	Removed Module::Install from package

0.21	2009-01-23
	Fixed errors in synopsis.

0.2	2008-12-30
	First public release.

0.1	2008-03-14 
        First version, internal