Fix running Makefile.PL without '.' in @INC
Dagfinn Ilmari Mannsåker [Mon, 4 Dec 2017 11:53:35 +0000 (11:53 +0000)]
Makefile.PL

index 9b2418a..8f93be1 100644 (file)
@@ -1,3 +1,4 @@
+BEGIN { push @INC, '.' unless $INC[-1] eq '.' }
 use inc::Module::Install 1.06;
 use strict;
 use warnings;