Skip Menu |

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

Report information
The Basics
Id: 87657
Status: new
Priority: 0/
Queue: App-perlbrew

People
Owner: Nobody in particular
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.66
Fixed in: (no value)



Subject: Wrong exit code on unknown perl
The value of $? should be non-zero. njh@qemu:~$ perlbrew use perl-5.14.2 ERROR: The installation "perl-5.14.2" is unknown. njh@qemu:~$ echo $? 0 njh@qemu:~$