From: Peter Rabbitson Date: Sat, 9 Jan 2010 00:37:33 +0000 (+0000) Subject: Void ctx as it should be X-Git-Tag: v0.08116~64^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a7acf09f13db3be864181e4ed3dca15c0faab80d;p=dbsrgits%2FDBIx-Class.git Void ctx as it should be --- diff --git a/t/99dbic_sqlt_parser.t b/t/99dbic_sqlt_parser.t index 7f05034..4d1ddac 100644 --- a/t/99dbic_sqlt_parser.t +++ b/t/99dbic_sqlt_parser.t @@ -18,7 +18,7 @@ BEGIN { # Test for SQLT-related leaks { my $s = DBICTest::Schema->clone; - my $sqlt_s = create_schema ({ schema => $s }); + create_schema ({ schema => $s }); Scalar::Util::weaken ($s); ok (!$s, 'Schema not leaked');