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/source/support/bibtexperllibs | |
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/source/support/bibtexperllibs')
9 files changed, 15 insertions, 7 deletions
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 |