summaryrefslogtreecommitdiffstats
path: root/skeletons/test.t
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons/test.t')
-rw-r--r--skeletons/test.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/skeletons/test.t b/skeletons/test.t
new file mode 100644
index 0000000..5c272d7
--- /dev/null
+++ b/skeletons/test.t
@@ -0,0 +1,7 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use Test::More tests => 1;
+
+
+:startinsert