Added accessor => option to column_info to specify accessor name
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Track.pm
index be0f273..3385a1d 100644 (file)
@@ -13,6 +13,7 @@ DBICTest::Schema::Track->add_columns(
   },
   'position' => {
     data_type => 'integer',
+    accessor => 'pos',
   },
   'title' => {
     data_type => 'varchar',