#!perl -T
use 5.16.0;
use strict;
use warnings FATAL => 'all';
plan tests => 1;
BEGIN {
use_ok( 'Plack::Middleware::Timed::Logger' ) || print "Bail out!\n";
}
diag( "Testing Plack::Middleware::Timed::Logger $Plack::Middleware::Timed::Logger::VERSION, Perl $], $^X" );