]> git.donarmstrong.com Git - perltidy.git/blobdiff - t/test.t
Imported Upstream version 20120701
[perltidy.git] / t / test.t
diff --git a/t/test.t b/t/test.t
new file mode 100644 (file)
index 0000000..a12027d
--- /dev/null
+++ b/t/test.t
@@ -0,0 +1,9 @@
+use strict;
+use Test;
+
+BEGIN { plan tests => 1 }
+
+use Perl::Tidy;
+
+ok(1);
+