Sure
2014-03-20 15:30:05.056765+00 by Dan Lyke 2 comments
Sure, I can help a co-worker look at that error Perl Moose is throwing, I wasn't using my sanity anyway...
2014-03-20 15:30:05.056765+00 by Dan Lyke 2 comments
Sure, I can help a co-worker look at that error Perl Moose is throwing, I wasn't using my sanity anyway...
[ related topics: Perl Open Source hubris ]
comments in ascending chronological order (reverse):
#Comment Re: made: 2014-03-20 19:29:33.24874+00 by: John Anderson
it took a little bit, but i really like moose stack traces now.
#Comment Re: made: 2014-03-20 23:31:40.817512+00 by: Dan Lyke
Yeah, this one actually went fairly quickly, turns out that most of the sanity lost in that operation was on other things, confusing machine names, and that the validation on a phone number was /^\d{1,20}$/
, which meant that the reason their process was failing was that the phone number had a trailing space, but I'm also now seriously wondering why that wasn't /^\d{20}$/
.
So, yeah, anticipated sanity loss cause was Moose, actual sanity loss cause was not Moose.