Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: MooseX obscure error and importance of Unit Testing (tools)

by tobyink (Canon)
on Aug 16, 2012 at 07:11 UTC ( [id://987702]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Benchmark;
    
    ...
        quoted    => sub { eval q{ 'main'->new } },
        colons    => sub { eval q{ main::->new } },
    });
    
  2. or download this
    use Benchmark;
    
    ...
        quoted    => sub { 'main'->new },
        colons    => sub { main::->new },
    });
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-03-28 20:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found