summary refs log tree commit diff
path: root/t/00_compile.t
blob: 184f781b91595a30a6055d8edfe409f808577d8f (plain) (blame)
1
2
3
4
use strict;
use Test::More tests => 1;

BEGIN { use_ok 'Plack::Middleware::Throttle' }