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:52 UTC

[5/7] git commit: Prep Clownfish::CFC for independent CPAN dist.

Prep Clownfish::CFC for independent CPAN dist.

Flesh out prerequisites and other dist metadata.


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

Branch: refs/heads/prep_cpan_dist_for_0.4.0
Commit: e6bdc1fa0cab8768cc9369af9711e76618cdc6f0
Parents: dbe99a7
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Mon Jul 7 17:52:45 2014 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Mon Jul 7 17:52:45 2014 -0700

----------------------------------------------------------------------
 compiler/perl/Build.PL | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/e6bdc1fa/compiler/perl/Build.PL
----------------------------------------------------------------------
diff --git a/compiler/perl/Build.PL b/compiler/perl/Build.PL
index 24a67f3..e032b1c 100644
--- a/compiler/perl/Build.PL
+++ b/compiler/perl/Build.PL
@@ -25,13 +25,26 @@ 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',
+    requires           => { 'perl' => '5.8.3', },
+    configure_requires => { 'Module::Build' => 0.280801 },
     build_requires    => {
+        'Module::Build'      => 0.280801,
         'ExtUtils::CBuilder' => 0.18,
         'ExtUtils::ParseXS'  => 2.16,
         'Devel::PPPort'      => 3.13,
     },
+    meta_merge => { keywords => [qw( clownfish )], },
+    meta_add   => {
+        resources => {
+            homepage   => 'http://lucy.apache.org',
+            repository => 'https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git',
+            bugtracker => 'https://issues.apache.org/jira/browse/LUCY',
+        },
+    },
     add_to_cleanup => [
         qw(
+            Clownfish-CFC-*
             MANIFEST.bak
             perltidy.ERR
             *.pdb