changed FileColumn to InflateColumn::File
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / FileColumn.pm
index 22d3a1a..a6d768f 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use base qw/DBIx::Class::Core/;
 
-__PACKAGE__->load_components(qw/FileColumn/);
+__PACKAGE__->load_components(qw/InflateColumn::File/);
 
 __PACKAGE__->table('file_columns');