From: Peter Rabbitson Date: Wed, 22 Apr 2009 22:48:08 +0000 (+0000) Subject: Fix botched merge again - sorry r5959-5956 are actually a single commit X-Git-Tag: v0.08101~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3129f46cc5cdf461d8d1c3822d95820bda7239d6;p=dbsrgits%2FDBIx-Class.git Fix botched merge again - sorry r5959-5956 are actually a single commit --- diff --git a/t/39load_namespaces_rt41083.t b/t/39load_namespaces_rt41083.t index 615036c..c99528b 100644 --- a/t/39load_namespaces_rt41083.t +++ b/t/39load_namespaces_rt41083.t @@ -6,8 +6,6 @@ use warnings; use lib 't/lib'; use Test::More tests => 8; -plan tests => 8; - sub _chk_warning { defined $_[0]? $_[0] !~ qr/We found ResultSet class '([^']+)' for '([^']+)', but it seems that you had already set '([^']+)' to use '([^']+)' instead/ :