Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Installing modules

by tobyink (Canon)
on Jun 18, 2013 at 06:39 UTC ( [id://1039517]=note: print w/replies, xml ) Need Help??


in reply to Installing modules

What version of Perl are you using? Is it still supported by ActiveState? IIRC they require authentication for their PPM repositories once they've gone into extended (i.e. paid) support. (Perl 5.8/5.10/5.12 require authentication; possibly 5.14 too now that 5.18 has been released.)

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } 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://1039517]
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: (5)
As of 2024-04-24 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found