You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by lo...@apache.org on 2012/09/29 00:47:50 UTC

[lucy-commits] svn commit: r1391685 - /lucy/trunk/clownfish/runtime/perl/Build.PL

Author: logie
Date: Fri Sep 28 22:47:50 2012
New Revision: 1391685

URL: http://svn.apache.org/viewvc?rev=1391685&view=rev
Log:
Added a dist_abstract so that Build.PL is happier.

Modified:
    lucy/trunk/clownfish/runtime/perl/Build.PL

Modified: lucy/trunk/clownfish/runtime/perl/Build.PL
URL: http://svn.apache.org/viewvc/lucy/trunk/clownfish/runtime/perl/Build.PL?rev=1391685&r1=1391684&r2=1391685&view=diff
==============================================================================
--- lucy/trunk/clownfish/runtime/perl/Build.PL (original)
+++ lucy/trunk/clownfish/runtime/perl/Build.PL Fri Sep 28 22:47:50 2012
@@ -30,6 +30,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',
     requires           => { 'perl' => '5.8.3', },
     configure_requires => { 'Module::Build' => 0.280801 },
     build_requires     => {