lucy git commit: Exclude Lucy/Test.xs from CPAN tarball

2016-09-29 Thread nwellnhof
Repository: lucy
Updated Branches:
  refs/heads/0.6 b48f71e35 -> 2983f8610


Exclude Lucy/Test.xs from CPAN tarball

Fixes LUCY-310.


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/2983f861
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/2983f861
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/2983f861

Branch: refs/heads/0.6
Commit: 2983f8610e2d9910ecc275aae3ab30088209c754
Parents: b48f71e
Author: Nick Wellnhofer 
Authored: Thu Sep 29 15:08:05 2016 +0200
Committer: Nick Wellnhofer 
Committed: Thu Sep 29 15:09:40 2016 +0200

--
 perl/MANIFEST.SKIP | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/lucy/blob/2983f861/perl/MANIFEST.SKIP
--
diff --git a/perl/MANIFEST.SKIP b/perl/MANIFEST.SKIP
index c273eee..a0f8fea 100644
--- a/perl/MANIFEST.SKIP
+++ b/perl/MANIFEST.SKIP
@@ -27,7 +27,7 @@
 ^MYMETA.yml$
 
 # autogenerated by custom Build.PL
-Lucy\.xs$
+\.xs$
 ^typemap$
 
 # Don't ship developer-only tests.



lucy git commit: Exclude Lucy/Test.xs from CPAN tarball

2016-09-29 Thread nwellnhof
Repository: lucy
Updated Branches:
  refs/heads/master 94d52202b -> 8576b7418


Exclude Lucy/Test.xs from CPAN tarball

Fixes LUCY-310.


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/8576b741
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/8576b741
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/8576b741

Branch: refs/heads/master
Commit: 8576b74184a4bcfe3c1e6be37ce53a8fde8deacb
Parents: 94d5220
Author: Nick Wellnhofer 
Authored: Thu Sep 29 15:08:05 2016 +0200
Committer: Nick Wellnhofer 
Committed: Thu Sep 29 15:08:05 2016 +0200

--
 perl/MANIFEST.SKIP | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/lucy/blob/8576b741/perl/MANIFEST.SKIP
--
diff --git a/perl/MANIFEST.SKIP b/perl/MANIFEST.SKIP
index c273eee..a0f8fea 100644
--- a/perl/MANIFEST.SKIP
+++ b/perl/MANIFEST.SKIP
@@ -27,7 +27,7 @@
 ^MYMETA.yml$
 
 # autogenerated by custom Build.PL
-Lucy\.xs$
+\.xs$
 ^typemap$
 
 # Don't ship developer-only tests.