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

## 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 = '299318580f451d1e0f0eeb6341d518b8';
use FAQ::OMatic::dispatch;
FAQ::OMatic::dispatch::main('fom-meta/');
