[Catalyst-commits] r11734 - Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Nov 4 19:17:33 GMT 2009


Author: t0m
Date: 2009-11-04 19:17:33 +0000 (Wed, 04 Nov 2009)
New Revision: 11734

Modified:
   Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2/Makefile.PL
Log:
Needed for authors to run optional http test

Modified: Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2/Makefile.PL	2009-11-04 19:01:02 UTC (rev 11733)
+++ Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2/Makefile.PL	2009-11-04 19:17:33 UTC (rev 11734)
@@ -64,6 +64,7 @@
         map  { glob } qw[t/*.t t/aggregate/*.t];
 }
 author_requires 'CatalystX::LeakChecker', '0.03'; # Skipped if this isn't installed
+author_requires 'File::Copy::Recursive'; # For http server test
 
 author_tests 't/author';
 author_requires(map {; $_ => 0 } qw(




More information about the Catalyst-commits mailing list