Repository: lucy-clownfish Updated Branches: refs/heads/0.5 927fa5fdb -> 1c986cdaf
Add CHANGES to CPAN tarball The CHANGES file contains both compiler and runtime changes, but it's better than no changelog at all. Fixes CLOWNFISH-91. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/1c986cda Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/1c986cda Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/1c986cda Branch: refs/heads/0.5 Commit: 1c986cdafe331ea4f9471b77d1bfea52bd1747eb Parents: 927fa5f Author: Nick Wellnhofer <[email protected]> Authored: Fri Apr 22 14:28:27 2016 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Fri Apr 22 14:29:12 2016 +0200 ---------------------------------------------------------------------- compiler/perl/buildlib/Clownfish/CFC/Build.pm | 1 + runtime/perl/buildlib/Clownfish/Build.pm | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/1c986cda/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 1321a2d..96459b0 100644 --- a/compiler/perl/buildlib/Clownfish/CFC/Build.pm +++ b/compiler/perl/buildlib/Clownfish/CFC/Build.pm @@ -265,6 +265,7 @@ sub ACTION_dist { # the top-level $REPOS_ROOT. Because some assets we need are outside this # directory, we need to copy them in. my %to_copy = ( + '../../CHANGES' => 'CHANGES', '../../CONTRIBUTING.md' => 'CONTRIBUTING.md', '../../LICENSE' => 'LICENSE', '../../NOTICE' => 'NOTICE', http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/1c986cda/runtime/perl/buildlib/Clownfish/Build.pm ---------------------------------------------------------------------- diff --git a/runtime/perl/buildlib/Clownfish/Build.pm b/runtime/perl/buildlib/Clownfish/Build.pm index ed3cea0..fd3bc55 100644 --- a/runtime/perl/buildlib/Clownfish/Build.pm +++ b/runtime/perl/buildlib/Clownfish/Build.pm @@ -307,6 +307,7 @@ sub ACTION_dist { # the top-level $REPOS_ROOT. Because some assets we need are outside this # directory, we need to copy them in. my %to_copy = ( + '../../CHANGES' => 'CHANGES', '../../CONTRIBUTING.md' => 'CONTRIBUTING.md', '../../LICENSE' => 'LICENSE', '../../NOTICE' => 'NOTICE',
