diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-08-14 14:40:46 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-08-14 14:40:46 +0000 |
commit | 4877d5e5d365e505f6ed41141c84481c19087d6c (patch) | |
tree | 624af096cff3b1c89734ba64302b1b4ccbd460cd /Master/texmf-dist/scripts | |
parent | 3865909276cab544b8f0cf4e4037aab77df11201 (diff) |
scripts/xindy: update xindy.pl
git-svn-id: svn://tug.org/texlive/trunk@38123 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/xindy/xindy.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/xindy/xindy.pl b/Master/texmf-dist/scripts/xindy/xindy.pl index e05ad2156a9..c460c0beadf 100755 --- a/Master/texmf-dist/scripts/xindy/xindy.pl +++ b/Master/texmf-dist/scripts/xindy/xindy.pl @@ -353,7 +353,7 @@ our $VERSION = sprintf "%d.%02d", q$Revision: 1.18 $ =~ /: (\d+)\.(\d+)/ ; use Cwd; use File::Basename; -use File::Glob qw(:glob); +use File::Glob qw(bsd_glob); use File::Spec; use File::Temp qw(tempfile tmpnam); use Getopt::Long qw(:config bundling); |