diff options
Diffstat (limited to 'scripts/nuke-bugs.pl')
-rwxr-xr-x | scripts/nuke-bugs.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/nuke-bugs.pl b/scripts/nuke-bugs.pl index 35774ff8d..6faf7d694 100755 --- a/scripts/nuke-bugs.pl +++ b/scripts/nuke-bugs.pl @@ -6,10 +6,11 @@ # 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 warnings; +use lib qw(. lib local/lib/perl5); -use FindBin qw($RealBin); -use lib ("$RealBin/..", "$RealBin/../lib", "$RealBin/../local/lib/perl5"); use Bugzilla; use Bugzilla::Constants; |