summaryrefslogtreecommitdiff
path: root/Master/texmf/scripts/xindy/texindy.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/scripts/xindy/texindy.pl')
-rwxr-xr-xMaster/texmf/scripts/xindy/texindy.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf/scripts/xindy/texindy.pl b/Master/texmf/scripts/xindy/texindy.pl
index 47b1144da99..2664b6fcd54 100755
--- a/Master/texmf/scripts/xindy/texindy.pl
+++ b/Master/texmf/scripts/xindy/texindy.pl
@@ -291,7 +291,7 @@ GNU General Public License for more details.
=cut
-
+use 5.006;
use strict;
BEGIN {
@@ -353,6 +353,9 @@ sub usage ()
exit 1;
}
+sub parse_options();
+sub output_version();
+
our ($output_version, $quiet, $verbose, $stdin, @debug,
$outfile, $logfile, $language, $codepage, @modules, $input_markup);
$language = 'general';