C-R-5-8 : Makefile.PL : remove bogus comment
Darren Duncan [Sun, 22 Aug 2010 03:25:42 +0000 (03:25 +0000)]
Makefile.PL

index 3b2305c..6723040 100644 (file)
@@ -65,7 +65,7 @@ else {
         grep { $_ ne 't/aggregate.t' }
         map  { glob } qw[t/*.t t/aggregate/*.t];
 }
-author_requires 'CatalystX::LeakChecker', '0.05'; # Skipped if this isn't installed
+author_requires 'CatalystX::LeakChecker', '0.05';
 author_requires 'File::Copy::Recursive'; # For http server test
 
 author_tests 't/author';