summaryrefslogtreecommitdiffstats
path: root/contrib/replyrc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/replyrc')
-rw-r--r--contrib/replyrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/replyrc b/contrib/replyrc
index 2c5541e4c..b465135b6 100644
--- a/contrib/replyrc
+++ b/contrib/replyrc
@@ -5,7 +5,7 @@
script_line1 = use strict;
script_line2 = use warnings;
-script_line3 = use v5.10;
+script_line3 = use v5.14;
script_line4 = use Bugzilla;
script_line5 = Bugzilla->extensions; 1;
script_line6 = sub filter { Bugzilla->template->{SERVICE}->{CONTEXT}->{CONFIG}->{FILTERS}->{$_[0]} }