The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#! perl

package main;

our $app;

# Note: a non-null $app is a signal for EB to load the GUI version of
# the Locale module.

$app = {};

1;