Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Moose::Role not getting params passed via ->new()

by tobyink (Canon)
on Sep 19, 2013 at 06:26 UTC ( #1054777=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package DTF::Transfer;
    use strict;
    ...
        my $self = shift;
        die scalar(keys %$self);
    };
    
  2. or download this
    after 'BUILD' => sub
    {
    ...
        );
        die;
    };
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others examining the Monastery: (4)
As of 2023-03-29 03:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (70 votes). Check out past polls.

    Notices?