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 2011/03/24 01:45:20 UTC

[lucy-commits] svn commit: r1084819 - /incubator/lucy/trunk/clownfish/Build.PL

Author: marvin
Date: Thu Mar 24 00:45:19 2011
New Revision: 1084819

URL: http://svn.apache.org/viewvc?rev=1084819&view=rev
Log:
Change a directive in Build.PL to accomodate the needs of the Module::Build
that shipped with Perl 5.10.0.

Modified:
    incubator/lucy/trunk/clownfish/Build.PL

Modified: incubator/lucy/trunk/clownfish/Build.PL
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/clownfish/Build.PL?rev=1084819&r1=1084818&r2=1084819&view=diff
==============================================================================
--- incubator/lucy/trunk/clownfish/Build.PL (original)
+++ incubator/lucy/trunk/clownfish/Build.PL Thu Mar 24 00:45:19 2011
@@ -35,7 +35,7 @@ my $builder = Module::Build->new(
         'ExtUtils::ParseXS'  => 2.16,
         'Devel::PPPort'      => 3.13,
     },
-    include_dirs   => 'include',
+    include_dirs   => ['include'],
     c_source       => 'src',
     add_to_cleanup => [
         qw(