summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParser.3pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-25 22:06:44 +0000
committerKarl Berry <karl@freefriends.org>2016-03-25 22:06:44 +0000
commitff79e08c4e182a0ca600f033c8baa842056f92f9 (patch)
treea5cf18fac0e1ce9a0193c9b5c08070bf18e366e1 /Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParser.3pm
parentf9e5222a931d1b2671fa84b5c93a4605c00c2373 (diff)
bibtexperllibs (25mar16)
git-svn-id: svn://tug.org/texlive/trunk@40139 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParser.3pm')
-rw-r--r--Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParser.3pm26
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParser.3pm b/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParser.3pm
index fa79185547d..fb4922b4805 100644
--- a/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParser.3pm
+++ b/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParser.3pm
@@ -124,16 +124,13 @@
.\" ========================================================================
.\"
.IX Title "BibTeX::Parser 3pm"
-.TH BibTeX::Parser 3pm "2015-10-24" "perl v5.10.1" "User Contributed Perl Documentation"
+.TH BibTeX::Parser 3pm "2016-03-24" "perl v5.10.1" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "NAME"
BibTeX::Parser \- A pure perl BibTeX parser
-.SH "VERSION"
-.IX Header "VERSION"
-version 0.65
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
Parses BibTeX files.
@@ -168,11 +165,6 @@ Parses BibTeX files.
\& }
\& }
.Ve
-.SH "NAME"
-BibTeX::Parser \- A pure perl BibTeX parser
-.SH "VERSION"
-.IX Header "VERSION"
-version 0.65
.SH "FUNCTIONS"
.IX Header "FUNCTIONS"
.SS "new"
@@ -187,18 +179,26 @@ Parameters:
.SS "next"
.IX Subsection "next"
Returns the next parsed entry or undef.
-.SS "\s-1SEE\s0 \s-1ALSO\s0"
-.IX Subsection "SEE ALSO"
+.SH "NOTES"
+.IX Header "NOTES"
+The fields \f(CW\*(C`author\*(C'\fR and \f(CW\*(C`editor\*(C'\fR are canonized, see
+BibTeX::Parser::Author
+.SH "SEE ALSO"
+.IX Header "SEE ALSO"
.IP "\(bu" 4
BibTeX::Parser::Entry
.IP "\(bu" 4
BibTeX::Parser::Author
+.SH "VERSION"
+.IX Header "VERSION"
+version 0.69
.SH "AUTHOR"
.IX Header "AUTHOR"
-Gerhard Gossen <gerhard.gossen@googlemail.com>
+Gerhard Gossen <gerhard.gossen@googlemail.com> and
+Boris Veytsman <boris@varphi.com>
.SH "COPYRIGHT AND LICENSE"
.IX Header "COPYRIGHT AND LICENSE"
-This software is copyright (c) 2013 by Gerhard Gossen.
+This software is copyright (c) 2013\-2016 by Gerhard Gossen and Boris Veytsman
.PP
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.