projects
/
p5sagit/local-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8522f4d
)
test for whitespace, tabs
Karen Etheridge [Wed, 4 Sep 2013 22:17:25 +0000 (15:17 -0700)]
xt/release/eol.t
[new file with mode: 0644]
patch
|
blob
xt/release/no-tabs.t
[new file with mode: 0644]
patch
|
blob
diff --git a/xt/release/eol.t
b/xt/release/eol.t
new file mode 100644
(file)
index 0000000..
97725e1
--- /dev/null
+++ b/
xt/release/eol.t
@@ -0,0
+1,6
@@
+use strict;
+use warnings;
+use Test::More;
+
+use Test::EOL;
+all_perl_files_ok({ trailing_whitespace => 1 });
diff --git a/xt/release/no-tabs.t
b/xt/release/no-tabs.t
new file mode 100644
(file)
index 0000000..
b50c2b0
--- /dev/null
+++ b/
xt/release/no-tabs.t
@@ -0,0
+1,6
@@
+use strict;
+use warnings;
+use Test::More;
+
+use Test::NoTabs;
+all_perl_files_ok();