While I was debugging a perl script and installing various cpan modules I noticed I had both perl5.8 and 5.9 installed. Both were marked as active but perl5.8 was linked to /opt/local/bin/perl. I decided to deactivate perl5.8
, deactivate perl5.9 and then reactivate perl5.9. After doing so the /opt/local/bin/perl link is gone so it doesn't link to to perl5.9 (as I would expect).
Is this a bug?