X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F52leaks.t;h=800ec22d58eaaf384d139df54e52ff5983818523;hb=7536c92b1affd50dd567cb1acae7a38f2222d04d;hp=2f7041478063a31fb04e72ed30c4d30b16191f9a;hpb=344f761ca18792709cd110bed7377f662abf1811;p=dbsrgits%2FDBIx-Class.git diff --git a/t/52leaks.t b/t/52leaks.t index 2f70414..800ec22 100644 --- a/t/52leaks.t +++ b/t/52leaks.t @@ -360,8 +360,8 @@ for my $slot (keys %$weak_registry) { # Moo keeps globals around, this is normal delete $weak_registry->{$slot}; } - elsif ($slot =~ /^SQL::Translator/) { - # SQLT is a piece of shit, leaks all over + elsif ($slot =~ /^SQL::Translator::Generator::DDL::SQLite/) { + # SQLT got much better, but still leaks a little delete $weak_registry->{$slot}; } elsif ($slot =~ /^Hash::Merge/) {