Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

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

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

Help for this page

Select Code to Download


  1. or download this
    use Moose::Util::TypeConstraints;
    
    ...
       where { NetAddr::IP->new($_, '255.255.255.255') };
    
    no Moose::Util::TypeConstraints;
    
  2. or download this
    has [ qw/server peer monitor netlog/ ] => (
       is       => 'ro',
       isa      => 'Net::IP::Address',
       required => 1,
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 00:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found