MSG, MSGFile, MSGMail: Remove unnecessary dependency
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8531 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -5,7 +5,6 @@ package main;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Switch;
|
|
||||||
use MIME::Lite;
|
use MIME::Lite;
|
||||||
use Net::SMTP::SSL;
|
use Net::SMTP::SSL;
|
||||||
my %sets = (
|
my %sets = (
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ package main;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Switch;
|
|
||||||
my %sets = (
|
my %sets = (
|
||||||
"add" => "MSGFile",
|
"add" => "MSGFile",
|
||||||
"clear" => "MSGFile",
|
"clear" => "MSGFile",
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ package main;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Switch;
|
|
||||||
my %sets = (
|
my %sets = (
|
||||||
"add" => "MSGMail",
|
"add" => "MSGMail",
|
||||||
"clear" => "MSGMail",
|
"clear" => "MSGMail",
|
||||||
|
|||||||
Reference in New Issue
Block a user