fixed the remaining spelling errors + improved some wording in the process
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 9a25830..a3a25a4 100644 (file)
@@ -88,6 +88,7 @@ author_requires(map {; $_ => 0 } qw(
   Test::NoTabs
   Test::Pod
   Test::Pod::Coverage
+  Test::Spelling
   Pod::Coverage::TrustPod
 ));
 
@@ -162,6 +163,7 @@ my %conflicts = (
 #    new version, but still work fine..
 #    'Catalyst::ActionRole::ACL'                  => '0.05',
 #    'Catalyst::Plugin::Session::Store::DBIC'     => '0.11',
+      'Test::WWW::Mechanize::Catalyst'            => '0.53', # Dep warnings unless upgraded.
 );
 check_conflicts(%conflicts);