Author: dom Date: 2006-09-10 16:21:39 +0100 (Sun, 10 Sep 2006) New Revision: 848
Modified: trunk/Build.PL Log: Default to Plucene for the benefit of META.yml generation
Modified: trunk/Build.PL =================================================================== --- trunk/Build.PL 2006-09-10 15:07:08 UTC (rev 847) +++ trunk/Build.PL 2006-09-10 15:21:39 UTC (rev 848) @@ -69,7 +69,7 @@ value => $dbtype };
my $install_directory; # used to suggest template paths -my $use_plucene; # keep track of this so we know what to put in prereqs +my $use_plucene = 1; # keep track of this so we know what to put in prereqs foreach my $var ( qw( dbname dbuser dbpass dbhost script_name install_directory template_path custom_template_path script_url
openguides-commits@lists.openguides.org