Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Syntax Error in lvalue.pm?

by arkturuz (Curate)
on Sep 23, 2014 at 18:08 UTC ( [id://1101696]=note: print w/replies, xml ) Need Help??


in reply to Syntax Error in lvalue.pm?

perl -c -e "test Class::Accessor::Lvalue"

This will test if your program will compile. It will not include Class::Accessor::Lvalue in your code snippet. To test that you should try

perl -MClass::Accessor::Lvalue -e 1

If there's no error then everything is OK.

Not sure how this makes any sense at all, I downloaded the lvalue module straight from the CPAN website (I had to manually install).

Why did you do manual install? There might be your problem.
You should use cpan client to do the whole process for you. I recommend App::cpanminus. System default CPAN is also OK, but it's slightly slower. Also, if this doesn't work for you, try your system-specific package installer.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (1)
As of 2024-04-25 01:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found