Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

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

by mcrose (Beadle)
on Jul 18, 2011 at 21:17 UTC ( [id://915283]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    has [ qw/server peer monitor netlog/ ] => ( is => 'ro', isa => 'NetAdd
    +r::IP', coerce => 1, required => 1 );
    
    ...
      my $netaddr_ip = $self->orig(@_);
      return $netaddr_ip->addr;
    };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-24 03:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found