summaryrefslogtreecommitdiff
path: root/t/can.t
diff options
context:
space:
mode:
Diffstat (limited to 't/can.t')
-rw-r--r--t/can.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/can.t b/t/can.t
new file mode 100644
index 0000000..c4dfd4f
--- /dev/null
+++ b/t/can.t
@@ -0,0 +1,7 @@
+#!/usr/local/bin/perl -w
+
+use Test::More tests => 2;
+
+BEGIN{ use_ok('CGI'); }
+
+can_ok('CGI', qw/cookie param/);