Merge 'generated_app-fix' into 'trunk'
Tomas Doran [Sun, 6 Dec 2009 12:14:46 +0000 (12:14 +0000)]
r12228@t0mlaptop (orig r12193):  autarch | 2009-12-05 22:30:42 +0000
branch to fix generated_app.t
r12229@t0mlaptop (orig r12194):  autarch | 2009-12-05 22:32:19 +0000
Fixes for generated_app.t so it doesn't rely on finding catalyst.pl in the current path, and so that it always uses the right share dir
r12237@t0mlaptop (orig r12202):  t0m | 2009-12-06 12:13:01 +0000
Force the optional test dep in author mode

1  2 
Makefile.PL
lib/Catalyst/Helper.pm

diff --cc Makefile.PL
@@@ -19,7 -22,9 +22,9 @@@ requires 'Module::Install' => '0.91'
  requires 'Path::Class' => '0.09';
  requires 'Template'    => '2.14';
  
+ author_requires 'IPC::Run3';
 -test_requires 'Test::More' => '0.90';
 +test_requires 'Test::More' => '0.94';
  
  install_share 'share';
  
Simple merge