Changeset 850

Show
Ignore:
Timestamp:
09/10/06 18:58:49 (2 years ago)
Author:
dom
Message:

Actually ask the new questions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Build.PL

    r848 r850  
    2323 
    2424my %yn_vars = map { $_ => 1 } 
    25    qw(use_plucene enable_page_deletion navbar_on_home_page backlinks_in_title); 
     25   qw(use_plucene enable_page_deletion navbar_on_home_page backlinks_in_title 
     26      moderation_requires_password enable_node_image enable_common_categories 
     27      enable_common_locales); 
    2628 
    2729my $skip_config = Module::Build->y_n("Skip OpenGuides configuration?", "n"); 
     
    7981   formatting_rules_node backlinks_in_title gmaps_api_key centre_long 
    8082   centre_lat default_gmaps_zoom default_gmaps_search_zoom force_wgs84 
    81    licence_name licence_url licence_info_url 
     83   licence_name licence_url licence_info_url moderation_requires_password 
     84   enable_node_image enable_common_categories enable_common_locales 
    8285  ) ) { 
    8386    my $q_method = $var . "__qu";