summaryrefslogtreecommitdiffstats
path: root/extensions/Example/lib/WebService.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Example/lib/WebService.pm')
-rw-r--r--extensions/Example/lib/WebService.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/Example/lib/WebService.pm b/extensions/Example/lib/WebService.pm
index e5e14af53..c8c120616 100644
--- a/extensions/Example/lib/WebService.pm
+++ b/extensions/Example/lib/WebService.pm
@@ -6,6 +6,8 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::Extension::Example::WebService;
+
+use 5.10.1;
use strict;
use warnings;
use parent qw(Bugzilla::WebService);