X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FHost.pm;fp=t%2Flib%2FDBICTest%2FSchema%2FHost.pm;h=5f1d99f0e391ca425cd1c40b6eb86e80382febea;hb=3baacba6651b3ec616a8e6ee699298717c0854e2;hp=317f13d1ba7222e0af6dfc62afed242e72f45ee1;hpb=3a889a03955999c38eb4a152974522994eef72e4;p=dbsrgits%2FDBIx-Class-InflateColumn-IP.git diff --git a/t/lib/DBICTest/Schema/Host.pm b/t/lib/DBICTest/Schema/Host.pm index 317f13d..5f1d99f 100644 --- a/t/lib/DBICTest/Schema/Host.pm +++ b/t/lib/DBICTest/Schema/Host.pm @@ -15,7 +15,6 @@ __PACKAGE__->add_columns( data_type => 'integer', is_nullable => 0, is_ip => 1, - ip_format => 'numeric', } );