diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-19 22:13:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-19 22:13:33 +0000 |
commit | ab8587dbc13ebcf5b8d07dde76c0b7208620400d (patch) | |
tree | 5d955bc2b813e218540200d9d443d8291f466047 /Master/texmf-dist | |
parent | a9b5c8812a42ed9fc7bd6323b1185a096ecb7c0e (diff) |
bibtexperllibs (19mar17)
git-svn-id: svn://tug.org/texlive/trunk@43549 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
15 files changed, 28 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParser.3pm b/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParser.3pm index 21003ea1998..e9e99917d2b 100644 --- a/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParser.3pm +++ b/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParser.3pm @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "BibTeX::Parser 3pm" -.TH BibTeX::Parser 3pm "2016-11-22" "perl v5.20.2" "User Contributed Perl Documentation" +.TH BibTeX::Parser 3pm "2017-03-18" "perl v5.20.2" "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 @@ -200,7 +200,7 @@ BibTeX::Parser::Entry BibTeX::Parser::Author .SH "VERSION" .IX Header "VERSION" -version 0.70 +version 1.00 .SH "AUTHOR" .IX Header "AUTHOR" Gerhard Gossen <gerhard.gossen@googlemail.com> and diff --git a/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParserAuthor.3pm b/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParserAuthor.3pm index efcac76a7e8..9f110b2aea5 100644 --- a/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParserAuthor.3pm +++ b/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParserAuthor.3pm @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "BibTeX::Parser::Author 3pm" -.TH BibTeX::Parser::Author 3pm "2016-11-22" "perl v5.20.2" "User Contributed Perl Documentation" +.TH BibTeX::Parser::Author 3pm "2017-03-18" "perl v5.20.2" "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 @@ -203,7 +203,7 @@ tokens are considered von parts: \f(CW\*(C`von\*(C'\fR, \f(CW\*(C`\eNOOP{von}Vo the following token is not: \f(CW\*(C`{von}\*(C'\fR .SH "VERSION" .IX Header "VERSION" -version 0.70 +version 1.00 .SH "AUTHOR" .IX Header "AUTHOR" Gerhard Gossen <gerhard.gossen@googlemail.com> and diff --git a/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParserEntry.3pm b/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParserEntry.3pm index 089a9acc8a6..fa22741db96 100644 --- a/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParserEntry.3pm +++ b/Master/texmf-dist/doc/support/bibtexperllibs/BibTeXParserEntry.3pm @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "BibTeX::Parser::Entry 3pm" -.TH BibTeX::Parser::Entry 3pm "2016-11-22" "perl v5.20.2" "User Contributed Perl Documentation" +.TH BibTeX::Parser::Entry 3pm "2017-03-18" "perl v5.20.2" "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 @@ -228,7 +228,7 @@ names are translated into canonical bibtex form. The command \&\f(CW\*(C`$entry\->to_string(canonize_names=>0)\*(C'\fR overrides this behavior. .SH "VERSION" .IX Header "VERSION" -version 0.70 +version 1.00 .SH "AUTHOR" .IX Header "AUTHOR" Gerhard Gossen <gerhard.gossen@googlemail.com> and diff --git a/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser.pm b/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser.pm index 7dec6f7bee8..3439d274139 100644 --- a/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser.pm +++ b/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser.pm @@ -1,6 +1,6 @@ package BibTeX::Parser; { - $BibTeX::Parser::VERSION = '0.70'; + $BibTeX::Parser::VERSION = '1.00'; } # ABSTRACT: A pure perl BibTeX parser use warnings; @@ -337,7 +337,7 @@ L<BibTeX::Parser::Author> =head1 VERSION -version 0.70 +version 1.00 =head1 AUTHOR diff --git a/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser/Author.pm b/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser/Author.pm index 032186d8ad0..181de2ed775 100644 --- a/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser/Author.pm +++ b/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser/Author.pm @@ -1,6 +1,6 @@ package BibTeX::Parser::Author; { - $BibTeX::Parser::Author::VERSION = '0.70'; + $BibTeX::Parser::Author::VERSION = '1.00'; } use warnings; @@ -393,7 +393,7 @@ the following token is not: C<{von}> =head1 VERSION -version 0.70 +version 1.00 =head1 AUTHOR diff --git a/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser/Entry.pm b/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser/Entry.pm index 665e307b547..af3d32f5e5a 100644 --- a/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser/Entry.pm +++ b/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser/Entry.pm @@ -1,6 +1,6 @@ package BibTeX::Parser::Entry; { - $BibTeX::Parser::Entry::VERSION = '0.70'; + $BibTeX::Parser::Entry::VERSION = '1.00'; } use warnings; @@ -234,7 +234,7 @@ sub to_string { $value = join(' and ', @names); } if ($field eq 'editor' && $options{canonize_names}) { - my @names = ($self->editors); + my @names = ($self->editor); $value = join(' and ', @names); } $result .= " $field = {"."$value"."},\n"; @@ -357,7 +357,7 @@ C<$entry-E<gt>to_string(canonize_names=E<gt>0)> overrides this behavior. =head1 VERSION -version 0.70 +version 1.00 =head1 AUTHOR diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes index 746fec7e1a8..a7724c0541a 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes +++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes @@ -1,5 +1,8 @@ Revision history for BibTeX-Parser +1.00 2017-03-18 21:53:15+00:00 + Typo corrected: editors -> editor + 0.70 2016-11-23 02:28:35+00:00 Compatibility with perl 5.25 (Alexandr Ciornii) diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/META.yml b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/META.yml index 18633ff674a..dafdba5d3d9 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/META.yml +++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/META.yml @@ -20,4 +20,4 @@ requires: IO::String: 0 LaTeX::ToUnicode: 0.02 Test::More: 0 -version: 0.70 +version: 1.00 diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Makefile.PL b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Makefile.PL index 2abfdb94e4c..b2007039082 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Makefile.PL +++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Makefile.PL @@ -29,7 +29,7 @@ my %WriteMakefileArgs = ( "TEST_REQUIRES" => { "Test::More" => "0.88" }, - "VERSION" => "0.70", + "VERSION" => "1.00", "test" => { "TESTS" => "t/*.t" } diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/README b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/README index 37479c6b376..3ba51951176 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/README +++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/README @@ -1,9 +1,9 @@ This archive contains the distribution BibTeX-Parser, -version 0.70: +version 1.00: A pure perl BibTeX parser -This software is copyright (c) 2013--2016 by Gerhard Gossen and Boris Veytsman +This software is copyright (c) 2013--2017 by Gerhard Gossen and Boris Veytsman This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/dist.ini b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/dist.ini index 99af842cd1d..7d27817487f 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/dist.ini +++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/dist.ini @@ -1,5 +1,5 @@ name = BibTeX-Parser -version = 0.70 +version = 1.00 author = Gerhard Gossen <gerhard.gossen@googlemail.com> and Boris Veytsman <boris@varphi.com> license = Perl_5 copyright_holder = Gerhard Gossen and Boris Veytsman diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/13_output.t b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/13_output.t index ba0ea673cad..02fb1cd26f8 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/13_output.t +++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/13_output.t @@ -18,12 +18,14 @@ while (my $entry = $parser->next) { my $result1='@ARTICLE{key01, year = {1950}, author = {Duck, Donald and Else, Someone}, + editor = {Itor, E. D. and Other, A. N.}, title = {Title text}, month = {January~1}, }'; my $result2='@ARTICLE{key01, year = {1950}, author = {Donald Duck and Someone Else}, + editor = {E. D. Itor and A. N. Other}, title = {Title text}, month = {January~1}, }'; diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/01.bib b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/01.bib index eb12c43c200..7f6233d1775 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/01.bib +++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/01.bib @@ -1,6 +1,7 @@ @ARTICLE{key01, year = 1950, author = {Donald Duck and Someone Else}, + editor = {E. D. Itor and A. N. Other}, title = {Title text}, month = jan # "~1" } diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/english.bib b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/english.bib index 021b0d58f9e..2a5779e653a 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/english.bib +++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/english.bib @@ -1,4 +1,4 @@ -$Id: english.bib,v 1.4 2016/03/24 22:47:03 boris Exp $ +$Id: english.bib,v 1.5 2017/03/19 19:14:20 boris Exp $ Please notify Adrian F Clark <alien@uk.ac.essex.ese> of any additions or corrections to this list. diff --git a/Master/texmf-dist/source/support/bibtexperllibs/README b/Master/texmf-dist/source/support/bibtexperllibs/README index 34aeb2129d0..042c3a2455f 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/README +++ b/Master/texmf-dist/source/support/bibtexperllibs/README @@ -1,5 +1,5 @@ BibTeX Perl Libs - Version 1.2 + Version 1.3 Gerhard Gossen and Boris Veytsman This package provides BibTeX related Perl libraries by Gerhard Gossen, @@ -12,6 +12,8 @@ scripts/bibtexperllibs inside your TeX distribution. Changes: + version 1.3 Upgraded BibTeX::Parser to 1.00 + version 1.2 Upgraded BibTeX::Parser to v0.70 and LaTeX::ToUnicode to 0.05 version 1.1 Upgraded BibTeX::Parser to v0.69 |