[Catalyst-commits] r13513 - Catalyst-Runtime/5.80/trunk

dduncan at dev.catalyst.perl.org dduncan at dev.catalyst.perl.org
Sun Aug 22 03:25:42 GMT 2010


Author: dduncan
Date: 2010-08-22 04:25:42 +0100 (Sun, 22 Aug 2010)
New Revision: 13513

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
C-R-5-8 : Makefile.PL : remove bogus comment

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2010-08-21 01:03:13 UTC (rev 13512)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2010-08-22 03:25:42 UTC (rev 13513)
@@ -65,7 +65,7 @@
         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';




More information about the Catalyst-commits mailing list