[Catalyst-commits] r11429 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sun Sep 27 12:27:42 GMT 2009
Author: t0m
Date: 2009-09-27 12:27:41 +0000 (Sun, 27 Sep 2009)
New Revision: 11429
Modified:
Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Optional test not optional for authors
Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-09-26 23:20:47 UTC (rev 11428)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-09-27 12:27:41 UTC (rev 11429)
@@ -61,6 +61,7 @@
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_tests 't/author';
author_requires(map {; $_ => 0 } qw(
More information about the Catalyst-commits
mailing list