shadowcat-mst
shadowcat-mst
The heuristic I'd suggest is to take the 'king module' of a dist - i.e. if somebody ships DBIx-Class and they're authorized for DBIx::Class, they're probably supposed to be able...
I keep encountering users who run into this problem. I think that the docs for serialization really need to (a) warn users that the serializer is global, and as such...
On Sun, Apr 02, 2017 at 02:39:13AM -0700, Sawyer X wrote: > Could you be specific on where? *Prominently* is good, but where would it be prominent enough for you?...
Tagging in @lechner since this is also something we discovered through the lintian work and they're more likely to keep track of this bug than I am
The stat() that File::stat exports is sub stat ($) { and all else follows, sadly.
Symbol.pm was a heavy user, solved via ``` sub clone { my $self = shift; return bless({ %$self },ref($self)); } sub _dump_denote { my($self, $type, $parser) = @_; my $entity...
If somebody can propose a benchmark that shows a more-than-1% slowdown in a way I can actually proile, I wouldn't mind poking this with a stick. The Symbol thing was...
@GeJ If you don't want to write warning clean code, Moo 2.0 in March no longer fatalises warnings by default. If you'd like to learn how, strictures 2 now only...
> And that's my problem with Moo : I don't like such clear POLA violations and I can't trust people who commit them. It was already clearly documented. I'm sorry...
Don't worry, as soon as bigpresh talks to me he can have commit access and co-maint. HTTP::Body is semi-maintained because people keep not even trying to help maintain it; I...