On Tue, 2018-07-10 at 14:10 +0200, Geert Uytterhoeven wrote: > Print an error if none of the Signed-off-by lines cover the patch > author. [] > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl [] > @@ -13,6 +13,7 @@ use POSIX; > use File::Basename; > use Cwd 'abs_path'; > use Term::ANSIColor qw(:constants); > +use MIME::Words 'decode_mimewords';
Is this a typically installed perl module? If so, what perl version installed it by default?

