Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^6: Why does changing a Moose attributes' properties remove the around modifier

by ikegami (Patriarch)
on Jul 18, 2011 at 22:10 UTC ( [id://915294]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    coerce 'NetAddr::IP'
       => from 'Str'
    ...
          },
       );
    }
    
  2. or download this
    $o->server
    
  3. or download this
    $o->server_object->addr
    
  4. or download this
    C->new(server => ...)
    
  5. or download this
    C->new(server_object => ...)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-28 11:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found