2
0
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:
gandy92 2015-05-05 14:20:47 +00:00
parent d7bcc7d6e2
commit ff90a0209a
3 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@ package main;
use strict;
use warnings;
use Switch;
use MIME::Lite;
use Net::SMTP::SSL;
my %sets = (

View File

@ -5,7 +5,6 @@ package main;
use strict;
use warnings;
use Switch;
my %sets = (
"add" => "MSGFile",
"clear" => "MSGFile",

View File

@ -5,7 +5,6 @@ package main;
use strict;
use warnings;
use Switch;
my %sets = (
"add" => "MSGMail",
"clear" => "MSGMail",