re-add stub flattr plugin to prevent compile warning
authorRoland Hieber <rohieb@rohieb.name>
Sat, 21 Jan 2023 15:32:21 +0000 (16:32 +0100)
committerRoland Hieber <rohieb@rohieb.name>
Sat, 21 Jan 2023 15:37:08 +0000 (16:37 +0100)
plugins/IkiWiki/Plugin/flattrthing.pm [new file with mode: 0644]

diff --git a/plugins/IkiWiki/Plugin/flattrthing.pm b/plugins/IkiWiki/Plugin/flattrthing.pm
new file mode 100644 (file)
index 0000000..4c20e1a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/perl
+# This is just a stub to prevent a compile warning
+package IkiWiki::Plugin::flattrthing;
+1;
This page took 0.024539 seconds and 4 git commands to generate.