diff options
Diffstat (limited to 'describecomponents.cgi')
-rwxr-xr-x | describecomponents.cgi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/describecomponents.cgi b/describecomponents.cgi index 86f652fcc..ed1f2388c 100755 --- a/describecomponents.cgi +++ b/describecomponents.cgi @@ -1,4 +1,4 @@ -#!/usr/bin/perl -T +#!/usr/bin/perl -wT # -*- Mode: perl; indent-tabs-mode: nil -*- # # The contents of this file are subject to the Mozilla Public @@ -22,10 +22,8 @@ # Bradley Baetz <bbaetz@student.usyd.edu.au> # Frédéric Buclin <LpSolit@gmail.com> -use 5.10.1; use strict; -use warnings; -use lib qw(. lib local/lib/perl5); +use lib qw(. lib); use Bugzilla; use Bugzilla::Constants; |