summaryrefslogtreecommitdiff
path: root/support/texfot/texfot.pl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-01-16 03:03:27 +0000
committerNorbert Preining <norbert@preining.info>2023-01-16 03:03:27 +0000
commit6f9e1680085e7bb4d258f6f8116369d122e196e1 (patch)
tree9ac0ecb239240d1d672b188f29c1479de215074b /support/texfot/texfot.pl
parentb8345f39630408bb198e7636381ce4240154ca9b (diff)
CTAN sync 202301160303
Diffstat (limited to 'support/texfot/texfot.pl')
-rwxr-xr-xsupport/texfot/texfot.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/support/texfot/texfot.pl b/support/texfot/texfot.pl
index 764210a1f5..f1dce2e9c2 100755
--- a/support/texfot/texfot.pl
+++ b/support/texfot/texfot.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: texfot,v 1.47 2022/09/24 16:38:13 karl Exp $
+# $Id: texfot,v 1.48 2022/12/16 02:15:30 karl Exp $
# Invoke a TeX command, filtering all but interesting terminal output;
# do not look at the log or check any output files.
# Exit status is that of the subprogram.
@@ -8,7 +8,7 @@
#
# Public domain. Originally written 2014 by Karl Berry.
-my $ident = '$Id: texfot,v 1.47 2022/09/24 16:38:13 karl Exp $';
+my $ident = '$Id: texfot,v 1.48 2022/12/16 02:15:30 karl Exp $';
(my $prg = $0) =~ s,^.*/,,;
select STDERR; $| = 1; # no buffering
select STDOUT; $| = 1;
@@ -192,7 +192,7 @@ sub process_output {
|No\ pages\ of\ output
|\(.*end\ occurred\ inside\ a\ group
|(Und|Ov)erfull
- |(LaTeX|Package|Class).*(Error|Warning)
+ |(LaTeX|Package|Class|Module).*(Error|Warning)
|.*Citation.*undefined
|.*\ Error # as in \Url Error ->...
|Missing\ character: # good to show (need \tracinglostchars=1)
@@ -457,6 +457,6 @@ are released to the public domain. Email C<karl@freefriends.org> with
bug reports. It has no home page beyond the package page on CTAN:
L<https://ctan.org/pkg/texfot>.
- $Id: texfot,v 1.47 2022/09/24 16:38:13 karl Exp $
+ $Id: texfot,v 1.48 2022/12/16 02:15:30 karl Exp $
=cut