Skip to content

Commit

Permalink
Merge branch 'gh-183-make-disttest-target-20210503'
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed May 9, 2021
2 parents 3123cfa + b71c69a commit c87bbe1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ WriteMakefile(
))
},
dist => {
DIST_DEFAULT => 'clean distcheck disttest tardist',
DIST_DEFAULT => 'clean distcheck disttest_author tardist',
PREOP => '$(MAKE) -f Makefile.old distdir',
COMPRESS => 'gzip -v9',
SUFFIX => 'gz',
Expand Down Expand Up @@ -291,6 +291,11 @@ test_author:
atest: test_author
disttest_author :: distdir
cd $(DISTVNAME) && $(ABSPERLRUN) Makefile.PL
cd $(DISTVNAME) && $(MAKE) $(PASTHRU)
cd $(DISTVNAME) && $(MAKE) test_author $(PASTHRU)
}
}

Expand Down

0 comments on commit c87bbe1

Please sign in to comment.