X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema.pm;h=1fd503cec0c13ccbf3f872762e758971d89a2b1a;hb=5642f1ec77b5215598728ae7e5188f3bb1b4b318;hp=b7ce3f967defb322bfc60589156c5fa397c311b3;hpb=18bd469b54cf551a59e1d5dbc0d774b60c831578;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Schema.pm b/t/lib/DBICTest/Schema.pm index b7ce3f9..1fd503c 100644 --- a/t/lib/DBICTest/Schema.pm +++ b/t/lib/DBICTest/Schema.pm @@ -32,7 +32,7 @@ __PACKAGE__->load_classes(qw/ 'Producer', 'CD_to_Producer', ), - qw/SelfRefAlias TreeLike TwoKeyTreeLike/ + qw/SelfRefAlias TreeLike TwoKeyTreeLike Event/ ); 1;