projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0d96e4a
)
explain why this file is here
Karen Etheridge [Sun, 15 Dec 2024 20:23:06 +0000 (12:23 -0800)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
f0b01bc
..
adefd71
100644
(file)
--- 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;