X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=064303ab3e9f83dbf9acf598b0c233ed745b2251;hp=26f50de92a61b1c2a6ee21e43ed0ab1a251ca8ab;hb=bfe941496ac54c065d31988315bdbf3798471d08;hpb=5b9cd8ab2970b24b19f6627c2f7643d2018127f8 diff --git a/Makefile.PL b/Makefile.PL index 26f50de..064303a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use strict; use warnings FATAL => 'all'; use ExtUtils::MakeMaker; -(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; +(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile( NAME => 'Object::Remote',