mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +00:00
MSG, MSGFile, MSGMail: Remove unnecessary dependency
git-svn-id: https://svn.fhem.de/fhem/trunk@8531 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d7bcc7d6e2
commit
ff90a0209a
@ -5,7 +5,6 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Switch;
|
||||
use MIME::Lite;
|
||||
use Net::SMTP::SSL;
|
||||
my %sets = (
|
||||
|
@ -5,7 +5,6 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Switch;
|
||||
my %sets = (
|
||||
"add" => "MSGFile",
|
||||
"clear" => "MSGFile",
|
||||
|
@ -5,7 +5,6 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Switch;
|
||||
my %sets = (
|
||||
"add" => "MSGMail",
|
||||
"clear" => "MSGMail",
|
||||
|
Loading…
x
Reference in New Issue
Block a user