Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Moose and default values

by tobyink (Canon)
on Feb 21, 2013 at 13:17 UTC ( [id://1019944]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use v5.14;
    use Test::More;
    ...
    is(Foo->new(foo => undef)->foo, 'whatever');
    
    done_testing;
    
  2. or download this
    use v5.14;
    
    ...
            }
        };
    }
    
  3. or download this
    use v5.14;
    
    ...
            }
        };
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1019944]
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-25 14:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found