On Fri, Apr 1, 2011 at 9:15 PM, Leon Timmermans <faw...@gmail.com> wrote:
>  $build->install_sets($_, 'locale', catdir($build->original_prefix($_)), 
> 'share', 'locale')) for qw/core vendor site/;

Oops, that would be a parenthesis too many:

$build->install_sets($_, 'locale', catdir($build->original_prefix($_),
'share', 'locale')) for qw/core vendor site/;

Reply via email to