Skip Menu |

This queue is for tickets about the App-perlbrew CPAN distribution.

Report information
The Basics
Id: 68241
Status: resolved
Priority: 0/
Queue: App-perlbrew

People
Owner: Nobody in particular
Requestors: rob [...] hoelz.ro
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.20
Fixed in: (no value)



Subject: --as doesn't seem to work anymore
perlbrew seems to ignore the --as option when installing a release: $ perlbrew install perl-5.14.0 --as kitchen-sink Installing /home/rhoelz/.perlbrew/build/perl-5.14.0 into ~/.perlbrew/perls/perl-5.14.0 My suggestion for a fix is to change this line in do_install_this: $as ||= $self->{as}; to this: $as = $self->{as} if $self->{as}; However, I'm not sure how many things that would break. -Rob
Thank you very much. I've patched this in the develop branch and should be released in the upcoming 0.21 release soon.