How ::Rekey was tested against the DBIC test suite
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / Schema.pm
index 07b311a..937aa77 100644 (file)
@@ -5,6 +5,8 @@ use base qw/DBIx::Class::Schema/;
 
 no warnings qw/qw/;
 
+__PACKAGE__->mk_group_accessors(simple => 'custom_attr');
+
 __PACKAGE__->load_classes(qw/
   Artist
   SequenceTest