summaryrefslogtreecommitdiff
path: root/support/bibtexperllibs/BibTeX-Parser/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'support/bibtexperllibs/BibTeX-Parser/Makefile.PL')
-rw-r--r--support/bibtexperllibs/BibTeX-Parser/Makefile.PL10
1 files changed, 5 insertions, 5 deletions
diff --git a/support/bibtexperllibs/BibTeX-Parser/Makefile.PL b/support/bibtexperllibs/BibTeX-Parser/Makefile.PL
index 1deb311e4b..e095f253b0 100644
--- a/support/bibtexperllibs/BibTeX-Parser/Makefile.PL
+++ b/support/bibtexperllibs/BibTeX-Parser/Makefile.PL
@@ -10,10 +10,10 @@ use ExtUtils::MakeMaker 6.30;
my %WriteMakefileArgs = (
"ABSTRACT" => "A pure perl BibTeX parser",
- "AUTHOR" => "Gerhard Gossen <gerhard.gossen\@googlemail.com> and Boris Veytsman <boris\@varphi.com>",
+ "AUTHOR" => 'Gerhard Gossen <gerhard.gossen@googlemail.com> and Boris Veytsman <boris@varphi.com> and Karl Berry <karl@freefriends.org',
"BUILD_REQUIRES" => {},
"CONFIGURE_REQUIRES" => {
- "ExtUtils::MakeMaker" => "6.30"
+ "ExtUtils::MakeMaker" => "6.31"
},
"DISTNAME" => "BibTeX-Parser",
"EXE_FILES" => [],
@@ -23,13 +23,13 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"IO::File" => 0,
"IO::String" => 0,
- "LaTeX::ToUnicode" => "0.02",
- "Test::More" => 0
+ "LaTeX::ToUnicode" => "0.52",
+ "Test::More" => "0.88"
},
"TEST_REQUIRES" => {
"Test::More" => "0.88"
},
- "VERSION" => "1.02",
+ 'VERSION_FROM' => 'lib/BibTeX/Parser.pm',
"test" => {
"TESTS" => "t/*.t"
}