X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=blobdiff_plain;f=t%2Fplugin_dir%2Fplugins%2Fplugin1;fp=t%2Fplugin_dir%2Fplugins%2Fplugin1;h=635cd26ba53708890a1d82448600a1942ae69b3a;hp=0000000000000000000000000000000000000000;hb=12352c94e4e3f56b9e99d38c52079c92a24ace59;hpb=86608a808dd5465a2f186b51c46f8aa786679bd6 diff --git a/t/plugin_dir/plugins/plugin1 b/t/plugin_dir/plugins/plugin1 new file mode 100644 index 0000000..635cd26 --- /dev/null +++ b/t/plugin_dir/plugins/plugin1 @@ -0,0 +1,3 @@ +package plugin1; +sub start { 1 }; +1;