#!/usr/local/bin/perl -w

# NOTE: -T option would ignore PERL5LIB

#############################################################################
# $Id: app 3337 2004-02-27 14:06:50Z spadkins $
#############################################################################

use App::Options;
use App;
my $context = App->context(\%App::options);
$context->dispatch_events();

