Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Setting a custom hash accessor handle in Moose attribute

by stvn (Monsignor)
on Oct 24, 2010 at 23:35 UTC ( [id://867105]=note: print w/replies, xml ) Need Help??


in reply to Setting a custom hash accessor handle in Moose attribute

Try this:

before 'custom_field' => sub { my $self = shift; if (scalar @_ == 1) { my $key = shift; confess "The field $key does not exist" unless $self->has_custom_field( $key ); } };

-stvn

Replies are listed 'Best First'.
Re^2: Setting a custom hash accessor handle in Moose attribute
by daverave (Scribe) on Oct 25, 2010 at 17:27 UTC
    Thank you.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 04:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found