diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-03-31 12:30:38 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-03-31 12:30:38 +0200 |
| commit | 77e565881366f93d947f522bdcc641317d9f2121 (patch) | |
| tree | ca21eca6ebb761f649d05020748ba590fa4e368b /t/00_compile.t | |
| download | plack-middleware-throttle-77e565881366f93d947f522bdcc641317d9f2121.tar.gz | |
initial commit
Diffstat (limited to '')
| -rw-r--r-- | t/00_compile.t | 4 |
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' } |
