added a test :P
[catagits/Catalyst-Manual.git] / t / 01-use.t
diff --git a/t/01-use.t b/t/01-use.t
new file mode 100644 (file)
index 0000000..fbd12bb
--- /dev/null
@@ -0,0 +1,4 @@
+use strict;
+use warnings;
+use Test::More tests => 1;
+ok(1);