projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bc1cb85
)
remove t/04kwalitee.t, annoying useless thing
Rafael Kitover [Sat, 24 Apr 2010 21:50:37 +0000 (17:50 -0400)]
t/04kwalitee.t
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/t/04kwalitee.t
b/t/04kwalitee.t
deleted file mode 100644
(file)
index
dea2297
..0000000
--- a/
t/04kwalitee.t
+++ /dev/null
@@
-1,8
+0,0 @@
-use Test::More;
-
-plan skip_all => "Not maintainer" unless -f 'MANIFEST.SKIP';
-
-eval { require Test::Kwalitee; };
-plan skip_all => 'Test::Kwalitee not installed' if $@;
-
-Test::Kwalitee->import();