Shlomi Fish wrote:
> $builder->add_build_element('extradata');
> $builder->install_path->{'extradata'} = $builder->prefix() . 
> "/data/modules/XML-Grammar-Products-Syndication/data";

Don't use prefix(), it's there for MakeMaker compatibility.  Use install_base().

And you're going to want to use File::Spec to concatenate those paths else
you'll wind up with C:\some\prefix\/data/modules/...


-- 
Whip me, beat me, make my code compatible with VMS!

Reply via email to