http://www.perlmonks.org?node_id=1016148


in reply to upgrade broke perl?

I removed the reference to the perl 5.14.2 in @INC, and i'm still getting the same errors. the file feature.pm does not exist on my system. is there a way to install it without using cpan?

Replies are listed 'Best First'.
Re^2: upgrade broke perl?
by tobias_hofer (Friar) on Jan 31, 2013 at 08:05 UTC

    IMHO you can still download the package manually from cpan and do an installation by hand.
    http://search.cpan.org/~rgarcia/perl-5.9.3/lib/feature.p
    But as Jason L. Froebe already mentioned it might be a better idea to leave system perl as it is and use Perlbrew instead


    Best regards
    Tobias