Re: cvs commit: modperl-2.0/lib/ModPerl TestRun.pm

2003-11-09 Thread Stas Bekman
Geoffrey Young wrote: Also I'd like to suggest another change. If you introduce key=>val arguments, the old arg should support that as well, like so: generate_script( file => 't/TEST', bugreport => My::Foo::bugreport()); What do you think? And we keep the back-compat: gene

Re: cvs commit: modperl-2.0/lib/ModPerl TestRun.pm

2003-11-09 Thread Geoffrey Young
Also I'd like to suggest another change. If you introduce key=>val arguments, the old arg should support that as well, like so: generate_script( file => 't/TEST', bugreport => My::Foo::bugreport()); What do you think? And we keep the back-compat: generate_script('t/TEST');