X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FLinerNotes.pm;h=442a5c11bea183cff0c6819fe49f510df7e34772;hb=fef5d100c208d604c7a7b3c33eb6e32946d71848;hp=b8413329f0f834f58c7ba4d52807807402b2403e;hpb=a02675cd9a11e1f354220319da9f5d573a2e484a;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Schema/LinerNotes.pm b/t/lib/DBICTest/Schema/LinerNotes.pm index b841332..442a5c1 100644 --- a/t/lib/DBICTest/Schema/LinerNotes.pm +++ b/t/lib/DBICTest/Schema/LinerNotes.pm @@ -1,9 +1,9 @@ -package DBICTest::LinerNotes; +package DBICTest::Schema::LinerNotes; use base qw/DBIx::Class::Core/; -DBICTest::LinerNotes->table('liner_notes'); -DBICTest::LinerNotes->add_columns(qw/liner_id notes/); -DBICTest::LinerNotes->set_primary_key('liner_id'); +DBICTest::Schema::LinerNotes->table('liner_notes'); +DBICTest::Schema::LinerNotes->add_columns(qw/liner_id notes/); +DBICTest::Schema::LinerNotes->set_primary_key('liner_id'); 1;