Start known issues changelog section - place it on top for clarity
[dbsrgits/DBIx-Class.git] / t / 26dumper.t
index a238085..c964655 100644 (file)
@@ -1,10 +1,13 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
+use warnings;
 use Test::More;
 
 use Data::Dumper;
 $Data::Dumper::Sortkeys = 1;
 
-use lib qw(t/lib);
+
 use_ok('DBICTest');
 
 my $schema = DBICTest->init_schema();