Depend on a recent leakchecker to stop everything from crapping over itself if PadWal...
[catagits/Catalyst-Runtime.git] / Makefile.PL
index d851efd..e30b031 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.03'; # Skipped if this isn't installed
+author_requires 'CatalystX::LeakChecker', '0.05'; # Skipped if this isn't installed
 author_requires 'File::Copy::Recursive'; # For http server test
 
 author_tests 't/author';