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