X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=t%2F01use.t;h=dd9d90c22879eeb0e54b148025b2e30c21850cae;hp=09d702328e3403306b80b8b0095ff7b15e593305;hb=41b4b15cc70693c28297118b695e012ed9089f65;hpb=bfeb5ca092922fe84d69717450e7dd4e7363b070 diff --git a/t/01use.t b/t/01use.t index 09d7023..dd9d90c 100644 --- a/t/01use.t +++ b/t/01use.t @@ -1,4 +1,4 @@ use strict; use Test::More tests => 1; -BEGIN { use_ok('Catalyst::Plugin::Session::FastMmap') } +BEGIN { use_ok('Catalyst::Plugin::Session::State::Cookie') }