#!/usr/local/bin/perl -wT
use lib '.';			# for suid installations
use lib '/www/apache.org/java/faq/user_perl/lib/site_perl';
$ENV{'PATH'} = '';	# for suid installations
$temporaryCryptedPassword = 7;  # avoid bogus warning
$temporaryCryptedPassword = 'a5fqn3iSNPqqI';
use FAQ::OMatic::dispatch;
FAQ::OMatic::dispatch::main('fom-meta/');
