You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2014/07/10 07:20:05 UTC

[2/2] git commit: Use "Apache Clownfish" in CPAN dist abstracts.

Use "Apache Clownfish" in CPAN dist abstracts.

This commit will be rolled into others before merging to master.


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

Branch: refs/heads/prep_cpan_dist_for_0.4.0
Commit: 02c105c68769f556c214bff8080e67e4d67accc7
Parents: 0b806ea
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Wed Jul 9 22:13:11 2014 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Wed Jul 9 22:14:04 2014 -0700

----------------------------------------------------------------------
 compiler/perl/Build.PL | 2 +-
 runtime/perl/Build.PL  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/02c105c6/compiler/perl/Build.PL
----------------------------------------------------------------------
diff --git a/compiler/perl/Build.PL b/compiler/perl/Build.PL
index e032b1c..af7256b 100644
--- a/compiler/perl/Build.PL
+++ b/compiler/perl/Build.PL
@@ -25,7 +25,7 @@ my $builder = Clownfish::CFC::Build->new(
     dist_author =>
         'The Apache Lucy Project <dev at lucy dot apache dot org>',
     dist_version_from => 'lib/Clownfish/CFC.pm',
-    dist_abstract      => 'CFC Clownfish compiler',
+    dist_abstract      => 'CFC Apache Clownfish compiler',
     requires           => { 'perl' => '5.8.3', },
     configure_requires => { 'Module::Build' => 0.280801 },
     build_requires    => {

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/02c105c6/runtime/perl/Build.PL
----------------------------------------------------------------------
diff --git a/runtime/perl/Build.PL b/runtime/perl/Build.PL
index 527f772..887f320 100644
--- a/runtime/perl/Build.PL
+++ b/runtime/perl/Build.PL
@@ -25,7 +25,7 @@ my $builder = Clownfish::Build->new(
     dist_author =>
         'The Apache Lucy Project <dev at lucy dot apache dot org>',
     dist_version       => '0.3.0',
-    dist_abstract      => 'Clownfish Runtime',
+    dist_abstract      => 'Apache Clownfish Runtime',
     requires           => { 'perl' => '5.8.3', },
     configure_requires => { 'Module::Build' => 0.280801 },
     build_requires     => {