From aa39a42bb2d25793853401583b76c53cae6ad7f5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 26 Oct 2015 22:29:22 +0000 Subject: (check_runfiles): don't worry about *.pm clashes (e.g., BibTeX/Parser.pm vs. Pedigree/Parser.pm is not a problem). git-svn-id: svn://tug.org/texlive/trunk@38720 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 8b7dc0d8af5..e45e2315813 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -4992,7 +4992,7 @@ sub check_runfiles { foreach my $f (@duplicates) { # assume tex4ht, xdy, afm stuff is ok, and don't worry about # Changes, README et al. Other per-format versions. - next if $f =~ /\.(afm|cfg|dll|exe|4hf|htf|xdy)$/; + next if $f =~ /\.(afm|cfg|dll|exe|4hf|htf|pm|xdy)$/; next if $f =~ /^((czech|slovak)\.sty |Changes -- cgit v1.2.3