updated
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / t / 01use.t
diff --git a/t/01use.t b/t/01use.t
new file mode 100644 (file)
index 0000000..09d7023
--- /dev/null
+++ b/t/01use.t
@@ -0,0 +1,4 @@
+use strict;
+use Test::More tests => 1;
+
+BEGIN { use_ok('Catalyst::Plugin::Session::FastMmap') }