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 <[email protected]> Authored: Wed Sep 7 19:32:45 2016 +0200 Committer: Nick Wellnhofer <[email protected]> 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";
