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/11 21:04:04 UTC

[6/8] git commit: Update runtime Build.PL prereq, abstract.

Update runtime Build.PL prereq, abstract.

Make Clownfish::CFC a CPAN prereq for Clownfish.  Use "Apache Clownfish"
rather than "Clownfish" in dist abstract.


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

Branch: refs/heads/master
Commit: 852cb0da349c354b20075f3c754c00b4dcc2acbc
Parents: b5b80b4
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Mon Jul 7 17:54:42 2014 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Fri Jul 11 12:01:22 2014 -0700

----------------------------------------------------------------------
 runtime/perl/Build.PL | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/852cb0da/runtime/perl/Build.PL
----------------------------------------------------------------------
diff --git a/runtime/perl/Build.PL b/runtime/perl/Build.PL
index 22cf778..887f320 100644
--- a/runtime/perl/Build.PL
+++ b/runtime/perl/Build.PL
@@ -25,10 +25,11 @@ 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     => {
+        'Clownfish::CFC'     => '0.1.0',
         'Module::Build'      => 0.280801,
         'ExtUtils::CBuilder' => 0.21,
         'ExtUtils::ParseXS'  => 2.18,