Skip to content

Commit 8c6d890

Browse files
manwartoddr
authored andcommitted
Auto generate META.json as suggested by CPANTS.
1 parent 7cba918 commit 8c6d890

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dist.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ copyright_holder = cPanel, Inc.
99
;[ModuleBuild]
1010
;[DualBuilders]
1111
;prefer = make
12+
[MetaJSON]
1213
[PkgVersion]
1314
[NextRelease]
1415
[PodSyntaxTests]
@@ -43,4 +44,4 @@ repository.type = git
4344
; provide a friendly Makefile.PL in our repo
4445
; very useful so Travis CI can use it without installing Dist::Zilla::*
4546
run = cp %d/Makefile.PL ./
46-
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

Comments
 (0)