Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

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

by tobyink (Canon)
on Sep 19, 2013 at 06:26 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-16 12:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found