Re: Install custom files
[email protected] (Leon Timmermans) Fri, 1 Apr 2011 21:19:22 +0200
| Newsgroups | perl.module.build |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 1, 2011 at 9:15 PM, Leon Timmermans <[email protected]> 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/;