remove unused dependency on Carp
Karen Etheridge [Wed, 12 Aug 2015 17:56:58 +0000 (10:56 -0700)]
Makefile.PL
lib/Catalyst/Plugin/Email.pm

index c34435c..579307b 100644 (file)
@@ -17,7 +17,6 @@ my %WriteMakefileArgs = (
         'Email::Send'           => '0',
         'Email::MIME'           => '0',
         'Email::MIME::Creator'  => '0',
-        'Carp'                  => '0',
     },
     TEST_REQUIRES => {
         'Test::More'            => '0',
index 86a5b49..4106afe 100644 (file)
@@ -4,7 +4,6 @@ use strict;
 use Email::Send;
 use Email::MIME;
 use Email::MIME::Creator;
-use Carp qw/croak/;
 
 our $VERSION = '0.09';