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

# NOTE: -T option would ignore PERL5LIB

#############################################################################
# $Id: app,v 1.7 2004/02/27 14:06:50 spadkins Exp $
#############################################################################

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

