summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-28 10:25:04 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-28 10:25:04 +0100
commitab5706034a5e403059c15b3127954988c21f7dff (patch)
treec4105c93bd57ae2f6f9608b988fdaf2f4e83c254 /t
downloadplack-middleware-etag-ab5706034a5e403059c15b3127954988c21f7dff.tar.gz
initial commit
Diffstat (limited to '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..699a7a6
--- /dev/null
+++ b/t/00_compile.t
@@ -0,0 +1,4 @@
+use strict;
+use Test::More tests => 1;
+
+BEGIN { use_ok 'Plack::Middleware::ETag' }