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

use strict;
use warnings FATAL => qw(all);

use Test::More;
use Test::Plan;

plan tests => 1, 1;

pass('this test should run');