Add plugin_dir and plugin_list test cases.
[matthijs/upstream/blosxom.git] / t / plugin_list / plugins / plugin3
diff --git a/t/plugin_list/plugins/plugin3 b/t/plugin_list/plugins/plugin3
new file mode 100644 (file)
index 0000000..e2d75ce
--- /dev/null
@@ -0,0 +1,3 @@
+package plugin3;
+sub start { 1 };
+1;