From e6bf4cacb10f86077fe898349485f5c7ab9fb4b6 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 30 Jun 2016 23:32:40 -0400 Subject: Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local symlink to data/ directory --- Bugzilla/BugUrl/ServiceNow.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Bugzilla/BugUrl/ServiceNow.pm') diff --git a/Bugzilla/BugUrl/ServiceNow.pm b/Bugzilla/BugUrl/ServiceNow.pm index b73f56a00..8e30aa45e 100644 --- a/Bugzilla/BugUrl/ServiceNow.pm +++ b/Bugzilla/BugUrl/ServiceNow.pm @@ -6,7 +6,11 @@ # defined by the Mozilla Public License, v. 2.0. package Bugzilla::BugUrl::ServiceNow; + +use 5.10.1; use strict; +use warnings; + use base qw(Bugzilla::BugUrl); sub should_handle { -- cgit v1.2.3-24-g4f1b