#!/usr/bin/perl use strict; use lib "./lib"; use TestApp::PluginDispatch; TestApp::PluginDispatch->new->run;