On Fri, Apr 01, 2011 at 07:15:45PM +0200, Simon Ruderich wrote:
> sub install_base_path {
> my $self = shift;
>
> if (defined $self->install_base) {
> return $self->install_base;
> } elsif (defined $self->prefix) {
> return $self->prefix;
> } else {
> return $self->original_prefix->{$self->installdirs};
> }
> }Hm, found the first issue - it only works if the user specifies the prefix/install_base when calling perl Build.PL, not when calling ./Build. But I've no idea how to fix this. Any ideas? Regards, Simon -- + privacy is necessary + using gnupg http://gnupg.org + public key id: 0x92FEFDB7E44C32F9
pgptVabxjgXKg.pgp
Description: PGP signature
