Throwable::X (like Throwable, with some X)

2010-10-19 Thread Ricardo Signes
If you have been using Throwable and/or Throwable::Error for exceptions, you may be interested in looking at http://rjbs.manxome.org/rubric/entry/1860 in which I describe Throwable::X, a set of additional features for Throwable exceptions. -- rjbs

Re: Overhead of using MooseX::Declare

2010-10-19 Thread Evan Carroll
I'm sorry, where is the benchmark? Does it use the type system? Coercions? Method signatures? I didn't see it in the attached links and I feel without it this is a rather bad post... Does your use of the term run include startup costs? Or, is this a runtime benchmark? -- Evan Carroll -