summaryrefslogtreecommitdiff
path: root/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'support/bibtexperllibs/LaTeX-ToUnicode/Makefile.PL')
-rw-r--r--support/bibtexperllibs/LaTeX-ToUnicode/Makefile.PL6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.PL b/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.PL
index 6b30688882..b5f558136d 100644
--- a/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.PL
+++ b/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.PL
@@ -10,17 +10,17 @@ use ExtUtils::MakeMaker 6.31;
my %WriteMakefileArgs = (
'ABSTRACT' => 'Convert LaTeX commands to Unicode',
- '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.com>',
'BUILD_REQUIRES' => {},
'CONFIGURE_REQUIRES' => {
'ExtUtils::MakeMaker' => '6.31'
},
'DISTNAME' => 'LaTeX-ToUnicode',
- 'EXE_FILES' => [],
+ 'EXE_FILES' => ['script/ltx2unitxt'],
'LICENSE' => 'perl',
'NAME' => 'LaTeX::ToUnicode',
'PREREQ_PM' => {},
- 'VERSION' => '0.11',
+ 'VERSION_FROM' => 'lib/LaTeX/ToUnicode.pm',
'test' => {
'TESTS' => 't/*.t'
}