Repository: lucy-clownfish Updated Branches: refs/heads/master 59773301d -> 679a68781
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/679a6878 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/679a6878 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/679a6878 Branch: refs/heads/master Commit: 679a68781dcd1205a2e6c9e5cfd37696f1a8775d Parents: 5977330 Author: Nick Wellnhofer <[email protected]> Authored: Fri Apr 22 14:27:59 2016 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Fri Apr 22 14:30:05 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/679a6878/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 0637b71..bb7e115 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/679a6878/runtime/perl/buildlib/Clownfish/Build.pm ---------------------------------------------------------------------- diff --git a/runtime/perl/buildlib/Clownfish/Build.pm b/runtime/perl/buildlib/Clownfish/Build.pm index a4e0aa6..1f20d37 100644 --- a/runtime/perl/buildlib/Clownfish/Build.pm +++ b/runtime/perl/buildlib/Clownfish/Build.pm @@ -310,6 +310,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',
