Stevan Little

Results 65 comments of Stevan Little

Sub::Metadata seems to do the same thing, look at them both.

I can't do it easily (assuming you are talking to me) On Aug 9, 2013, at 12:17 PM, Jesse Luehrs [email protected] wrote: > Can you rebase this one too? >...

Actually, I am really not a fan of the overload on attributes. On Aug 9, 2013, at 12:43 PM, Jesse Luehrs [email protected] wrote: > I was talking to @tobyink, as...

Actually, I am okay with this if we explicitly check for unary operators and die on all others. A test case for ++ and -- would be nice as those...

I am not sure it makes any sense to apply a trait to a required method for a couple of reasons 1) A number of traits will interact with the...

I can see two possible solutions to this problem right now, not 100% sure which is the best approach yet though. - We buffer all un-handled AJAX calls within our...

Keep in mind please that we are trying to support jQuery 1.2.6 at the earliest and 1.4.1 at the latest, so $.Deferred might not be an option. Sent from my...

@doy only if I can have `auto-deref` back :P

We should look into `Class::Std` and `AUTOMETHOD` somewhat, seems similar to what we are talking about (https://metacpan.org/pod/Class::Std#Methods-that-can-be-supplied-by-the-developer)

@doy - Agreed, we can make forwarding to the parent the responsibility of the user I think that is fair. Although, the "call every $x" is similar to BUILD and...