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/08 03:18:53 UTC

[6/7] git commit: Make Clownfish::CFC a CPAN prereq for Clownfish.

Make Clownfish::CFC a CPAN prereq for Clownfish.


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

Branch: refs/heads/prep_cpan_dist_for_0.4.0
Commit: b704927c76836de1070604d9f82a599fd929cc8c
Parents: e6bdc1f
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Mon Jul 7 17:54:42 2014 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Mon Jul 7 17:57:34 2014 -0700

----------------------------------------------------------------------
 runtime/perl/Build.PL | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/b704927c/runtime/perl/Build.PL
----------------------------------------------------------------------
diff --git a/runtime/perl/Build.PL b/runtime/perl/Build.PL
index 22cf778..527f772 100644
--- a/runtime/perl/Build.PL
+++ b/runtime/perl/Build.PL
@@ -29,6 +29,7 @@ my $builder = Clownfish::Build->new(
     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,