X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema.pm;h=1b436f6336d83a6f8cdad558a2628911f56bd2cd;hb=b83736a7d3235d2f50fe5695550eb3637432d960;hp=2e783a75912d6f8d1cd593f2b79e630cacac03e0;hpb=8548e45cbaa8d8862ca78f675c73398ec2b0dc1d;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Schema.pm b/t/lib/DBICTest/Schema.pm index 2e783a7..1b436f6 100644 --- a/t/lib/DBICTest/Schema.pm +++ b/t/lib/DBICTest/Schema.pm @@ -1,6 +1,9 @@ package # hide from PAUSE DBICTest::Schema; +# load early so that `perl -It/lib -MDBICTest::Schema` keeps working +use ANFANG; + use strict; use warnings; no warnings 'qw';