CX::Imports, TODO updates, note mst rant, add some docs
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 4ea6d0d..03851eb 100644 (file)
@@ -126,6 +126,7 @@ check_conflicts();
 sub check_conflicts {
     my %conflicts = (
         'Catalyst::Plugin::Authentication' => '0.100092',
+        'CatalystX::Imports' => '0.03',
     );
 
     my $found = 0;
@@ -155,7 +156,7 @@ EOF
     return unless $found;
 
     # More or less copied from Module::Build
-    return if  $ENV{PERL_MM_USE_DEFAULT};
+    return if $ENV{PERL_MM_USE_DEFAULT};
     return unless -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT));
 
     sleep 4;