X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FDummy.pm;h=b4ab7364fb0c0f4f6f812b24494a5f7a3537c851;hb=f70b86f99991081454c96e305ba1c046473113b4;hp=2a8396d214d5f345360a3839e48c57975754af22;hpb=569b9fe6a61988079d0ad1874aede8510daa38c7;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/Dummy.pm b/t/lib/DBICTest/Schema/Dummy.pm index 2a8396d..b4ab736 100644 --- a/t/lib/DBICTest/Schema/Dummy.pm +++ b/t/lib/DBICTest/Schema/Dummy.pm @@ -20,4 +20,7 @@ __PACKAGE__->add_columns( ); __PACKAGE__->set_primary_key('id'); +# part of a test, do not remove +__PACKAGE__->sequence('bogus'); + 1;