The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl
use Test::Simple tests => 1;
my($destroy, $put);
use Carp qw(confess);
$SIG{__DIE__} = \&confess;

use URI;
use POE::Component::FastCGI::Response;
use POE::Filter::FastCGI;
# loaded
ok(1);