bumped versoin numbers all around
[catagits/Catalyst-View-Email.git] / Makefile.PL
index 6b44a23..e8fb322 100644 (file)
@@ -1,9 +1,9 @@
 use inc::Module::Install 0.91;
 
-name     'Catalyst-View-Email';
+name 'Catalyst-View-Email';
 all_from 'lib/Catalyst/View/Email.pm';
-author   'J. Shirley <jshirley@gmail.com>';
-license  'perl';
+author 'J. Shirley <jshirley@gmail.com>';
+license 'perl';
 
 test_requires 'Test::More';
 
@@ -16,14 +16,9 @@ requires 'Email::Sender::Simple' => '0.100110';
 requires 'Email::MIME'           => '1.859';
 requires 'Email::MIME::Creator'  => '1.455';
 requires 'Test::More'            => '0.88';
-
-feature 'Template Toolkit support',
-    -default                => 0,
-    'Catalyst::View::TT'    => '0.31';
-
-feature 'HTML::Mason support',
-    -default                => 0,
-    'Catalyst::View::Mason' => '0.18';
+## patches welcome if you don't want these installed.  I'm not maintaining a dist with optional deps.
+requires 'Catalyst::View::TT'    => '0.31';
+requires 'Catalyst::View::Mason' => '0.18';
 
 # Rebuild README for maintainers
 if ($Module::Install::AUTHOR) {
@@ -32,10 +27,12 @@ if ($Module::Install::AUTHOR) {
 
 realclean_files 'README';
 
-resources 'IRC'         => 'irc://irc.perl.org/#catalyst';
-resources 'license'     => 'http://dev.perl.org/licenses/';
-resources 'repository'  => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-Email/';
-resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst';
+resources 'IRC'     => 'irc://irc.perl.org/#catalyst';
+resources 'license' => 'http://dev.perl.org/licenses/';
+resources 'repository' =>
+  'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-Email/';
+resources 'MailingList' =>
+  'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst';
 
 auto_provides;
 auto_install;