From: Matt S Trout Date: Sun, 21 Feb 2010 00:41:06 +0000 (+0000) Subject: remove Dwarn calls X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8834be3447158ee672460951ad57cbccf460f627;p=dbsrgits%2FDBIx-Data-Store-old.git remove Dwarn calls --- diff --git a/t/dbix-data-set/01basic_collection.t b/t/dbix-data-set/01basic_collection.t index ee20e11..70fc321 100644 --- a/t/dbix-data-set/01basic_collection.t +++ b/t/dbix-data-set/01basic_collection.t @@ -5,8 +5,6 @@ use DBIx::Data::Collection::Set; use DBI; use Scalar::Util qw(refaddr); -use Devel::Dwarn; - use strict; use warnings FATAL => 'all'; diff --git a/t/dbix-data-set/02indexed_by.t b/t/dbix-data-set/02indexed_by.t index 6469841..ed82125 100644 --- a/t/dbix-data-set/02indexed_by.t +++ b/t/dbix-data-set/02indexed_by.t @@ -38,7 +38,6 @@ sub make_set { sub run_tests { my @expect = setup_db; my $by_id = make_set; - use Devel::Dwarn; my $id_1 = $by_id->get({ id => 1 }); my $by_name = $by_id->indexed_by('name'); ok(scalar($by_name->_key_cache_get_object($id_1), 'key cache transfer'));