C::P::Session::State::Cookie - added notes into Changes
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / t / 01use.t
CommitLineData
bf2bce67 1use strict;
2use Test::More tests => 1;
3
7acb108b 4BEGIN { use_ok('Catalyst::Plugin::Session::State::Cookie') }