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