<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff --git a/lib/Text/Diff/Table.pm b/lib/Text/Diff/Table.pm
index 3fcc668..d261d91 100644
--- a/lib/Text/Diff/Table.pm
+++ b/lib/Text/Diff/Table.pm
@@ -277,6 +277,8 @@ sub file_footer {
         }
     }
 
+    no if $] &gt;= '5.021002', warnings =&gt; 'redundant'; # sprintf may be called with too many args below
+
     my %fmts = $four_column_mode
         ? (
             "=" =&gt; "| %$w[0]s|%-$w[1]s  | %$w[2]s|%-$w[3]s  |\n",
</pre></body></html>