projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
78a4b12
)
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]
patch
|
blob
diff --git a/xt/07_vars.t
b/xt/07_vars.t
new file mode 100644
(file)
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();