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

## 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';
# $ENV{LANG} = 'pl_PL.EUC';
POSIX::setlocale(LC_ALL, $ENV{LANG});

use locale;
$ENV{'PATH'} = '';	# for suid installations
$temporaryCryptedPassword = 7;  # avoid bogus warning
$temporaryCryptedPassword = '9231e19d42a998c1adfb22ccf9dc26a2';
use FAQ::OMatic::dispatch;
FAQ::OMatic::dispatch::main('fom-meta/');
