Add a dummy test so CPAN testers doesn't send me 'UNKNOWN' reports
[gitmo/Moose-OldDocs.git] / t / whatever.t
diff --git a/t/whatever.t b/t/whatever.t
new file mode 100644 (file)
index 0000000..e55ff57
--- /dev/null
@@ -0,0 +1,6 @@
+use strict;
+use warnings;
+
+use Test::More tests => 1;
+
+ok( 1, 'Shut up CPAN testers' );