X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3bb6c8162dabe0aa7c7958517a0f3990f835ce8b;hb=f00a8587704c9d6aaaabce90ece2af55b4ad4b05;hp=9a1774a20ed408c713e9f7b776c5e9562c877481;hpb=b50be891ab313bd9003f5654f1e1f164c543027a;p=p5sagit%2Fstrictures.git diff --git a/Makefile.PL b/Makefile.PL index 9a1774a..3bb6c81 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,6 +54,7 @@ my %META = ( no_index => { directory => [ 't', 'xt', 'inc' ] }, + x_authority => 'cpan:MSTROUT', ); my %MM_ARGS = ( @@ -76,7 +77,7 @@ sub parse_args { ## BOILERPLATE ############################################################### require ExtUtils::MakeMaker; -(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; +(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; # have to do this since old EUMM dev releases miss the eval $VERSION line my $eumm_version = eval $ExtUtils::MakeMaker::VERSION;