#!/usr/local/bin/perl -wT
use lib '.';			# for suid installations
use lib '/usr/local/lib/perl5/site_perl/5.8.6';

## Uncomment following two lines (and replace second argument for
## setlocale()) if you want to use some locale, different from default.

# use POSIX qw(locale_h);
# $ENV{LANG} = 'ja_JP.EUC';
# POSIX::setlocale(LC_ALL, $ENV{LANG});

use locale;
$ENV{'PATH'} = '';	# for suid installations
$temporaryCryptedPassword = 7;  # avoid bogus warning
$temporaryCryptedPassword = '2f2077a3c9efcc150bcab4fdd8c94f08';
use FAQ::OMatic::dispatch;
FAQ::OMatic::dispatch::main('/usr/local/gramene/data/fom/meta/fom-meta/');
