projects
/
gitmo/Moose-OldDocs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aeee291
)
Add a dummy test so CPAN testers doesn't send me 'UNKNOWN' reports
Dave Rolsky [Tue, 21 Feb 2012 20:16:25 +0000 (14:16 -0600)]
t/whatever.t
[new file with mode: 0644]
patch
|
blob
diff --git a/t/whatever.t
b/t/whatever.t
new file mode 100644
(file)
index 0000000..
e55ff57
--- /dev/null
+++ b/
t/whatever.t
@@ -0,0
+1,6
@@
+use strict;
+use warnings;
+
+use Test::More tests => 1;
+
+ok( 1, 'Shut up CPAN testers' );