From ba7920cd654e91f98dbe1a783f159974fba278d9 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 28 Mar 2015 23:25:08 +0200 Subject: [PATCH] Do not load Email:: modules as they are no longer needed --- Makefile.PL | 2 -- lib/Plack/App/Gruntmaster.pm | 3 --- 2 files changed, 5 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 021ffdb..0faa86b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,8 +31,6 @@ WriteMakefile( strict 0 warnings 0 - Email::Simple 0 - Email::Sender::Simple 0 File::Slurp 0 Gruntmaster::Data 0 HTML::Seamstress 0 diff --git a/lib/Plack/App/Gruntmaster.pm b/lib/Plack/App/Gruntmaster.pm index 8aa42d2..c02e7dd 100644 --- a/lib/Plack/App/Gruntmaster.pm +++ b/lib/Plack/App/Gruntmaster.pm @@ -14,9 +14,6 @@ use Web::Simple; use Gruntmaster::Data; use Plack::App::Gruntmaster::HTML; -use Email::Sender::Simple qw/sendmail/; -use Email::Simple; - use warnings NONFATAL => 'all'; no warnings 'illegalproto'; -- 2.30.2