From 83ff019b64e25bfb4895c525ba0fcc3ae514e32a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 30 Dec 2014 18:30:49 +0100 Subject: Require working Pandoc::Filter. --- pandoc-cs1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc-cs1') 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; -- cgit v1.2.3