From: gfx Date: Fri, 12 Mar 2010 06:20:50 +0000 (+0900) Subject: Add xt/07_vars.t X-Git-Tag: 0.50_09~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=01e1124de7e80ce0d817ff7e04a2ca74a7826488 Add xt/07_vars.t --- diff --git a/xt/07_vars.t b/xt/07_vars.t new file mode 100644 index 0000000..c86e411 --- /dev/null +++ b/xt/07_vars.t @@ -0,0 +1,7 @@ +#!perl -w + +use strict; +use Test::Requires qw(Test::Vars); +use Test::More; + +all_vars_ok();