Exclude Clownfish/Test.xs from CPAN tarball Fixes CLOWNFISH-105.
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/b9c2efb7 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/b9c2efb7 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/b9c2efb7 Branch: refs/heads/0.6 Commit: b9c2efb774babc458797d725d8fa357b31d2db63 Parents: 1c4446a Author: Nick Wellnhofer <[email protected]> Authored: Thu Sep 29 14:52:47 2016 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Thu Sep 29 14:54:11 2016 +0200 ---------------------------------------------------------------------- runtime/perl/MANIFEST.SKIP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/b9c2efb7/runtime/perl/MANIFEST.SKIP ---------------------------------------------------------------------- diff --git a/runtime/perl/MANIFEST.SKIP b/runtime/perl/MANIFEST.SKIP index 5aedf98..06941ac 100644 --- a/runtime/perl/MANIFEST.SKIP +++ b/runtime/perl/MANIFEST.SKIP @@ -27,7 +27,7 @@ ^MYMETA.yml$ # autogenerated by custom Build.PL -Clownfish\.xs$ +\.xs$ ^typemap$ # Don't ship developer-only tests.
