diff options
| author | Robert Collins <robertc@robertcollins.net> | 2012-05-10 18:09:22 +1200 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2012-05-10 18:09:22 +1200 |
| commit | 6bcd5f96767d0e438001c30b441c13e33c062992 (patch) | |
| tree | d4067b05b75dbd8a30905143a520250febdbc0ae | |
| parent | c4c7918653826d35f646e09439c6f713e3c68afd (diff) | |
| download | subunit-git-6bcd5f96767d0e438001c30b441c13e33c062992.tar.gz | |
Fix distcheck (again).
| -rwxr-xr-x | perl/Makefile.PL.in | 1 |
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 |
