Move even more utils into DBIC::_Util (see next commit)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
index 2e783a7..1b436f6 100644 (file)
@@ -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';