summaryrefslogtreecommitdiff
path: root/pandoc-cs1
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-12-30 18:30:49 +0100
committerJonas Smedegaard <dr@jones.dk>2014-12-30 18:30:49 +0100
commit83ff019b64e25bfb4895c525ba0fcc3ae514e32a (patch)
tree664cf3710869f9d6f764e983cec8162b1eccc4b8 /pandoc-cs1
parentc3503359723312ce7d26f102812328dce3063b7b (diff)
Require working Pandoc::Filter.
Diffstat (limited to 'pandoc-cs1')
-rwxr-xr-xpandoc-cs12
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-cs1 b/pandoc-cs1
index 506565a..89595b2 100755
--- a/pandoc-cs1
+++ b/pandoc-cs1
@@ -6,7 +6,7 @@ use strict;
use feature qw(switch);
no if $] >= 5.018, warnings => "experimental::smartmatch";
-use Pandoc::Filter;
+use Pandoc::Filter 0.05;
use Pandoc::Elements;
use Path::Tiny;