From: Karen Etheridge Date: Sun, 15 Dec 2024 20:23:06 +0000 (-0800) Subject: explain why this file is here X-Git-Tag: v0.28~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b1107c5a8edee87d11cada70ec25fd2119b8091f;p=p5sagit%2FSub-Name.git explain why this file is here --- diff --git a/Makefile.PL b/Makefile.PL index f0b01bc..adefd71 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,8 @@ use strict; use warnings; +# this Makefile.PL is only for in-repo development purposes. +# In the built distribution, it is replaced by one generated by Dist::Zilla. + use lib 'inc'; use ExtUtils::MakeMaker::Dist::Zilla::Develop;