The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# vim: set expandtab ts=4 sw=4 nowrap ft=perl ff=unix :
use strict;
use Test::More;

use_ok $_ for qw(
  Plack::Middleware::BetterStackTrace
);

done_testing;