#!/usr/bin/env perl

!$ENV{GATEWAY_INTERFACE} or die "This script should be run from the command-line";

use strict;
use Apache2::WebApp::Helper::Class;

my $helper = Apache2::WebApp::Helper::Class->new;

$helper->process;
