X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FSelfRef.pm;h=474c1a2f7093d4f223fb07e503f67f45ee2d1827;hb=cb561d1a7f53ab9a2e505d86c64cfc6977b4db78;hp=48c8290571200e276cea47716d260fd98e16a629;hpb=0009fa4905ab7f4585c4b470bfe049666bce8e17;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Schema/SelfRef.pm b/t/lib/DBICTest/Schema/SelfRef.pm index 48c8290..474c1a2 100644 --- a/t/lib/DBICTest/Schema/SelfRef.pm +++ b/t/lib/DBICTest/Schema/SelfRef.pm @@ -1,4 +1,5 @@ -package DBICTest::Schema::SelfRef; +package # hide from PAUSE + DBICTest::Schema::SelfRef; use base 'DBIx::Class::Core'; @@ -10,6 +11,7 @@ __PACKAGE__->add_columns( }, 'name' => { data_type => 'varchar', + size => 100, }, ); __PACKAGE__->set_primary_key('id');