X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FCD.pm;h=1463d0036309f3f466348e6b52de45d6ab07e533;hb=39be4120d9aa8ae72ab5f2827cfa48fe28823b58;hp=80af1df36a809e1b2e6ca9e73ecbaeed192aafa4;hpb=cc9d96d02d84dd73db40b17d77739321fd354465;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Schema/CD.pm b/t/lib/DBICTest/Schema/CD.pm index 80af1df..1463d00 100644 --- a/t/lib/DBICTest/Schema/CD.pm +++ b/t/lib/DBICTest/Schema/CD.pm @@ -3,7 +3,10 @@ package # hide from PAUSE use base qw/DBICTest::BaseResult/; -__PACKAGE__->table('cd'); +# this tests table name as scalar ref +# DO NOT REMOVE THE \ +__PACKAGE__->table(\'cd'); + __PACKAGE__->add_columns( 'cdid' => { data_type => 'integer',