move pod tests to xt
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / t / no_new_method.t
CommitLineData
679f4a58 1use strict;
2use warnings;
3use Test::More tests => 1;
4use Catalyst::Plugin::Session::State::Cookie;
5
6ok !Catalyst::Plugin::Session::State::Cookie->can('new'), 'No new method';
7