File disable_warning.patch of Package perl-Mail-Sender
--- Mail-Sender-0.903/lib/Mail/Sender.pm.orig 2016-11-17 15:46:04.000000000 +0100
+++ Mail-Sender-0.903/lib/Mail/Sender.pm 2017-01-19 10:19:06.979375867 +0100
@@ -20,7 +20,7 @@ our @EXPORT_OK = qw(GuessCType);
our $VERSION = '0.903'; # VERSION
$VERSION = eval $VERSION;
-warnings::warnif('deprecated', 'Mail::Sender is deprecated and you should look to Email::Sender instead');
+#warnings::warnif('deprecated', 'Mail::Sender is deprecated and you should look to Email::Sender instead');
our $GMTdiff;
our $Error;