Croaking on errors, need to write tests. Adding Net::SMTP feature in Makefile so...
[catagits/Catalyst-View-Email.git] / Makefile.PL
index b911820..59d62ec 100644 (file)
@@ -18,5 +18,11 @@ feature 'Mason Support',
     -default => 0,
     'Catalyst::View::Mason';
 
+feature 'Net::SMTP Support',
+    -default => 0,
+    'MIME::Base64',
+    'Authen::SASL';
+
+
 auto_install;
 WriteAll;