projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9978e85
)
Only test lib, t, and xt for tabs
Shawn M Moore [Fri, 26 Jun 2009 19:33:52 +0000 (15:33 -0400)]
xt/author/tabs.t
patch
|
blob
|
blame
|
history
diff --git
a/xt/author/tabs.t
b/xt/author/tabs.t
index
c0d723c
..
1b9c5b9
100644
(file)
--- a/
xt/author/tabs.t
+++ b/
xt/author/tabs.t
@@
-8,5
+8,6
@@
use Test::More;
eval "use Test::NoTabs 0.8";
plan skip_all => "Test::NoTabs 0.8 required for testing tabs" if $@;
-all_perl_files_ok();
+# Module::Install has tabs, so we can't check 'inc' or ideally '.'
+all_perl_files_ok('lib', 't', 'xt');