> my $runner = $suite->get_runner(ENVIRONMENT => 'PROD');
> 
> I've tried to:
> 
> [% runner = suite.get_runner(ENVIRONMENT => env) %]
> 

[% runner = suite.get_runner('ENVIRONMENT' => env) %]


... should do the trick


_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to