> > Just for the curious, what was tge reason for the wantarray cleanup (sorry > if thats a little OT)? >
Methods that work differently in list context than in scalar context are at best a source for bugs, and, at worst an attack vector. So we would like to get rid of all of them. > Shouldn't there be accessors for code and message. This currently looks a > little messy, compared to the rest of the code mostly provides accessors > for impotant attributes. > The error structure is dynamic, there are more fields now, such as a response code the message parser recommends for the specific error. -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
