You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/09/07 17:33:36 UTC

lucy-clownfish git commit: Add t/cfinc to CPAN distribution

Repository: lucy-clownfish
Updated Branches:
  refs/heads/master 71759cfce -> bd6bcde5d


Add t/cfinc to CPAN distribution


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

Branch: refs/heads/master
Commit: bd6bcde5d264aa351302fd069900e7d9ce96d7f5
Parents: 71759cf
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Wed Sep 7 19:32:45 2016 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Wed Sep 7 19:32:45 2016 +0200

----------------------------------------------------------------------
 compiler/perl/buildlib/Clownfish/CFC/Build.pm | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/bd6bcde5/compiler/perl/buildlib/Clownfish/CFC/Build.pm
----------------------------------------------------------------------
diff --git a/compiler/perl/buildlib/Clownfish/CFC/Build.pm b/compiler/perl/buildlib/Clownfish/CFC/Build.pm
index a6bb979..ef016b0 100644
--- a/compiler/perl/buildlib/Clownfish/CFC/Build.pm
+++ b/compiler/perl/buildlib/Clownfish/CFC/Build.pm
@@ -294,6 +294,7 @@ sub ACTION_dist {
         '../common/test/cfbase'  => 't/cfbase',
         '../common/test/cfclash' => 't/cfclash',
         '../common/test/cfext'   => 't/cfext',
+        '../common/test/cfinc'   => 't/cfinc',
         $CHARMONIZER_C           => 'charmonizer.c',
     );
     print "Copying files...\n";