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
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');