diff options
Diffstat (limited to 'show_activity.cgi')
-rwxr-xr-x | show_activity.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/show_activity.cgi b/show_activity.cgi index d161382f7..31181a63b 100755 --- a/show_activity.cgi +++ b/show_activity.cgi @@ -6,8 +6,8 @@ # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. +use 5.10.1; use strict; - use lib qw(. lib); use Bugzilla; |