projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
28af342
)
Add author tests for "no tabs"
Shawn M Moore [Fri, 26 Jun 2009 19:27:48 +0000 (15:27 -0400)]
xt/author/tabs.t
[new file with mode: 0644]
patch
|
blob
diff --git a/xt/author/tabs.t
b/xt/author/tabs.t
new file mode 100644
(file)
index 0000000..
c0d723c
--- /dev/null
+++ b/
xt/author/tabs.t
@@ -0,0
+1,12
@@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+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();
+