Re: Install custom files

Leon Timmermans <[email protected]> Fri, 1 Apr 2011 21:19:22 +0200
Newsgroups gmane.comp.lang.perl.modules.module-build
Message-ID <[email protected]>
On Fri, Apr 1, 2011 at 9:15 PM, Leon Timmermans <[email protected]> wrote:
> =C2=A0$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/;