summary refs log tree commit diff
path: root/t/00_compile.t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-03-31 12:30:38 +0200
committerfranck cuny <franck@lumberjaph.net>2010-03-31 12:30:38 +0200
commit77e565881366f93d947f522bdcc641317d9f2121 (patch)
treeca21eca6ebb761f649d05020748ba590fa4e368b /t/00_compile.t
downloadplack-middleware-throttle-77e565881366f93d947f522bdcc641317d9f2121.tar.gz
initial commit
Diffstat (limited to 't/00_compile.t')
-rw-r--r--t/00_compile.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/00_compile.t b/t/00_compile.t
new file mode 100644
index 0000000..184f781
--- /dev/null
+++ b/t/00_compile.t
@@ -0,0 +1,4 @@
+use strict;
+use Test::More tests => 1;
+
+BEGIN { use_ok 'Plack::Middleware::Throttle' }