Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Backward compatibility of code problem

by tobyink (Canon)
on Feb 05, 2013 at 00:04 UTC ( [id://1017031]=note: print w/replies, xml ) Need Help??


in reply to Backward compatibility of code problem

That depends on what the problems are. Most of the monks here haven't yet invested the thousands of hours of meditation necessary to become psychic diagnosticians of Perl problems.

The text of the error message might help.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
  • Comment on Re: Backward compatibility of code problem

Log In?
Username:
Password:

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

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

    No recent polls found