Add xt/07_vars.t
gfx [Fri, 12 Mar 2010 06:20:50 +0000 (15:20 +0900)]
xt/07_vars.t [new file with mode: 0644]

diff --git a/xt/07_vars.t b/xt/07_vars.t
new file mode 100644 (file)
index 0000000..c86e411
--- /dev/null
@@ -0,0 +1,7 @@
+#!perl -w
+
+use strict;
+use Test::Requires qw(Test::Vars);
+use Test::More;
+
+all_vars_ok();