#!/usr/bin/perl

use 5.010;
use strict;
use warnings;

use CGI::Application;
# to watch padre hang and dump core, uncomment the next line with
# the syntax checker enabled...  Apparently this module has a BEGIN in it
# which is causing the problem.  

#use CGI::Application::Plugin::DebugScreen;  # die!
