summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser.pm
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/scripts/bibtexperllibs/BibTeX/Parser.pm
parentf9e5222a931d1b2671fa84b5c93a4605c00c2373 (diff)
bibtexperllibs (25mar16)
git-svn-id: svn://tug.org/texlive/trunk@40139 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser.pm')
-rw-r--r--Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser.pm20
1 files changed, 7 insertions, 13 deletions
diff --git a/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser.pm b/Master/texmf-dist/scripts/bibtexperllibs/BibTeX/Parser.pm
index 607e661e112..5f0354f403b 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.68';
+ $BibTeX::Parser::VERSION = '0.69';
}
# ABSTRACT: A pure perl BibTeX parser
use warnings;
@@ -265,9 +265,6 @@ __END__
BibTeX::Parser - A pure perl BibTeX parser
-=head1 VERSION
-
-version 0.66
=head1 SYNOPSIS
@@ -302,15 +299,7 @@ Parses BibTeX files.
}
}
-=for stopwords jr von
-
-=head1 NAME
-
-BibTeX::Parser - A pure perl BibTeX parser
-
-=head1 VERSION
-version 0.65
=head1 FUNCTIONS
@@ -346,6 +335,11 @@ L<BibTeX::Parser::Author>
=back
+=head1 VERSION
+
+version 0.69
+
+
=head1 AUTHOR
Gerhard Gossen <gerhard.gossen@googlemail.com> and
@@ -353,7 +347,7 @@ Boris Veytsman <boris@varphi.com>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013-2015 by Gerhard Gossen and Boris Veytsman
+This software is copyright (c) 2013-2016 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.