summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-05-10 18:09:22 +1200
committerRobert Collins <robertc@robertcollins.net>2012-05-10 18:09:22 +1200
commit6bcd5f96767d0e438001c30b441c13e33c062992 (patch)
treed4067b05b75dbd8a30905143a520250febdbc0ae
parentc4c7918653826d35f646e09439c6f713e3c68afd (diff)
downloadsubunit-git-6bcd5f96767d0e438001c30b441c13e33c062992.tar.gz
Fix distcheck (again).
-rwxr-xr-xperl/Makefile.PL.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in
index 26e1c18..cf5e6c4 100755
--- a/perl/Makefile.PL.in
+++ b/perl/Makefile.PL.in
@@ -13,6 +13,7 @@ check: # test
uninstall_distcheck:
rm -fr $(DESTINSTALLARCHLIB)
+ rm MYMETA.yml
VPATH = @srcdir@
.PHONY: uninstall_distcheck