We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cba918 commit 8c6d890Copy full SHA for 8c6d890
1 file changed
dist.ini
@@ -9,6 +9,7 @@ copyright_holder = cPanel, Inc.
9
;[ModuleBuild]
10
;[DualBuilders]
11
;prefer = make
12
+[MetaJSON]
13
[PkgVersion]
14
[NextRelease]
15
[PodSyntaxTests]
@@ -43,4 +44,4 @@ repository.type = git
43
44
; provide a friendly Makefile.PL in our repo
45
; very useful so Travis CI can use it without installing Dist::Zilla::*
46
run = cp %d/Makefile.PL ./
-run = git status --porcelain | grep 'M Makefile.PL' && git commit -m 'Makefile.PL auto-updated by dist.ini' Makefile.PL && echo "# Makefile.PL auto-update" || echo "# Makefile.PL up to date"
47
+run = git status --porcelain | grep 'M Makefile.PL' && git commit -m 'Makefile.PL auto-updated by dist.ini' Makefile.PL && echo "# Makefile.PL auto-update" || echo "# Makefile.PL up to date"
0 commit comments