Checking in changes prior to tagging of version 0.13. Changelog diff is:
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / t / no_new_method.t
diff --git a/t/no_new_method.t b/t/no_new_method.t
new file mode 100644 (file)
index 0000000..a934eaa
--- /dev/null
@@ -0,0 +1,7 @@
+use strict;
+use warnings;
+use Test::More tests => 1;
+use Catalyst::Plugin::Session::State::Cookie;
+
+ok !Catalyst::Plugin::Session::State::Cookie->can('new'), 'No new method';
+