From: Tom Hukins Date: Thu, 15 Nov 2007 15:05:12 +0000 (+0000) Subject: Remove an unneeded requirement. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=04dac7a4cc70864592dfdb0989073c0c964788f5;p=dbsrgits%2FDBIx-Class-Historic.git Remove an unneeded requirement. --- diff --git a/lib/DBIx/Class/Row.pm b/lib/DBIx/Class/Row.pm index 96c766e..00bd0a2 100644 --- a/lib/DBIx/Class/Row.pm +++ b/lib/DBIx/Class/Row.pm @@ -116,7 +116,6 @@ sub new { next; } } - use Data::Dumper; $new->throw_exception("No such column $key on $class") unless $class->has_column($key); $new->store_column($key => $attrs->{$key});