Fix the Session::State::Cookie test, and test the setup method
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / t / 01use.t
CommitLineData
bf2bce67 1use strict;
2use Test::More tests => 1;
3
4BEGIN { use_ok('Catalyst::Plugin::Session::FastMmap') }