X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frelationship%2Finfo.t;h=4f349d45e6733052f6e659ceca7354b7e8186f97;hb=27a7c42270222ed0d498d247b687b8432f751a2a;hp=00e5cb4d87c8cffafb7b652e37321394b670790a;hpb=1e0daa970a7d91ad1e9d6fd3c80a85760ca69327;p=dbsrgits%2FDBIx-Class.git diff --git a/t/relationship/info.t b/t/relationship/info.t index 00e5cb4..4f349d4 100644 --- a/t/relationship/info.t +++ b/t/relationship/info.t @@ -1,6 +1,10 @@ use strict; use warnings; +use Test::More; +use lib qw(t/lib); +use DBICTest; + # # The test must be performed on non-registered result classes # @@ -29,11 +33,6 @@ use warnings; __PACKAGE__->belongs_to(thing2 => 'DBICTest::Thing', 'thing_id', { join_type => 'left' } ); } - -use Test::More; -use lib qw(t/lib); -use DBICTest; - my $schema = DBICTest->init_schema; for my $without_schema (1,0) {