Fix building on perls with no . in @INC
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Wed, 28 Sep 2016 11:39:12 +0000 (12:39 +0100)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Wed, 28 Sep 2016 11:42:20 +0000 (12:42 +0100)
commit8aae794001ecccdb26c2bbd1b92c97bba9e65d79
tree2ffe31fc05418d2654d91fd41ff855255862ec56
parent89d5e36fd191c1e303f91f15cd8c7c3d55fe6715
Fix building on perls with no . in @INC

Perl 5.26 will be able to be built with no . in @INC,
and Debian are already building their 5.24 without it.

To cope with this, do -It/lib -MFoo instead of -Mt::lib::Foo.
maint/Makefile.PL.inc/56_autogen_schema_files.pl
t/lib/ANFANG.pm
t/lib/DBICTest/Util.pm
xt/extra/taint.t