Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Broken cpan

by halfcountplus (Hermit)
on Apr 22, 2014 at 17:11 UTC ( [id://1083202]=note: print w/replies, xml ) Need Help??


in reply to Re: Broken cpan
in thread Broken cpan

This may well have fixed it (but see my comment to marto's answer). I'm suspicious because the version difference was only from 2.120351 to 2.125 -- but OTOH, this was one of the modules with overlap in the two `/usr/local` directories; 2.125 had been installed (presumably by a previous upgrade) but the older one was taking precedence.

Replies are listed 'Best First'.
Re^3: Broken cpan
by tobyink (Canon) on Apr 22, 2014 at 18:16 UTC

    If I were you, what I'd do, is now that the system Perl is in a reasonable state; use that to install App::perlbrew; use perlbrew to install a fresh copy of Perl in my home directory; and use that fresh copy of Perl for any serious work.

    There is a popular school of thought that you should touch the version of Perl that was pre-installed with your system as little as possible, because upgrading modules might break your system. (Lots of Linux distributions' admin scripts, package managers, etc are written in Perl.)

    use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1083202]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-20 01:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found