]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
authorbbaetz%student.usyd.edu.au <>
Mon, 26 Aug 2002 13:16:47 +0000 (13:16 +0000)
committerbbaetz%student.usyd.edu.au <>
Mon, 26 Aug 2002 13:16:47 +0000 (13:16 +0000)
r=joel x2

65 files changed:
Attachment.pm
Bug.pm
Bugzilla/Attachment.pm
Bugzilla/Bug.pm
Bugzilla/RelationSet.pm
Bugzilla/Search.pm
Bugzilla/Token.pm
Bugzilla/Util.pm
CGI.pl
RelationSet.pm
Token.pm
attachment.cgi
bug_form.pl
buglist.cgi
checksetup.pl
colchange.cgi
collectstats.pl
contrib/BugzillaEmail.pm
contrib/bug_email.pl
contrib/bugzilla_email_append.pl
contrib/mysqld-watcher.pl
createaccount.cgi
defparams.pl
describecomponents.cgi
describekeywords.cgi
doeditparams.cgi
duplicates.cgi
editattachstatuses.cgi
editcomponents.cgi
editgroups.cgi
editkeywords.cgi
editmilestones.cgi
editparams.cgi
editproducts.cgi
editusers.cgi
editversions.cgi
enter_bug.cgi
globals.pl
importxml.pl
index.cgi
long_list.cgi
move.pl
page.cgi
post_bug.cgi
process_bug.cgi
processmail
query.cgi
queryhelp.cgi
quips.cgi
relogin.cgi
reports.cgi
sanitycheck.cgi
show_activity.cgi
show_bug.cgi
showattachment.cgi
showdependencygraph.cgi
showdependencytree.cgi
sidebar.cgi
syncshadowdb
t/Support/Templates.pm
token.cgi
userprefs.cgi
votes.cgi
whineatnews.pl
xml.cgi

index b4216d4c651a0dd5fa5d54ddaa193012e03b5620..3a6248cf452d4efe97eb687f87540b51b6bafec0 100644 (file)
@@ -24,7 +24,6 @@
 # Module Initialization
 ############################################################################
 
-use diagnostics;
 use strict;
 
 package Attachment;
diff --git a/Bug.pm b/Bug.pm
index 51b51cec90a0e014759c5fd4ac50c147bd994df1..7857cb9244c882e61d8dd018e3edfad8a7f753af 100755 (executable)
--- a/Bug.pm
+++ b/Bug.pm
@@ -21,7 +21,6 @@
 #                 Terry Weissman <terry@mozilla.org>
 #                 Chris Yeh      <cyeh@bluemartini.com>
 
-use diagnostics;
 use strict;
 
 use DBI;
index b4216d4c651a0dd5fa5d54ddaa193012e03b5620..3a6248cf452d4efe97eb687f87540b51b6bafec0 100644 (file)
@@ -24,7 +24,6 @@
 # Module Initialization
 ############################################################################
 
-use diagnostics;
 use strict;
 
 package Attachment;
index 51b51cec90a0e014759c5fd4ac50c147bd994df1..7857cb9244c882e61d8dd018e3edfad8a7f753af 100755 (executable)
@@ -21,7 +21,6 @@
 #                 Terry Weissman <terry@mozilla.org>
 #                 Chris Yeh      <cyeh@bluemartini.com>
 
-use diagnostics;
 use strict;
 
 use DBI;
index 8668519b9de0fce20ba97f2623388d2a31f9ee3c..a3af4b60a94b538b0944e0c938d2ab306e7c5f3b 100644 (file)
@@ -29,7 +29,6 @@
 # might involve turning this into a virtual base class, and having
 # UserSet and KeywordSet types that inherit from it.
 
-use diagnostics;
 use strict;
 
 # Everything that uses RelationSet should already have globals.pl loaded
index 562a68e483f028fdebbf794362eb7f98c31fd5a4..b8cc9fed837a6e3dc89c2e013930b221a347d392 100644 (file)
@@ -25,7 +25,6 @@
 #                 Myk Melez <myk@mozilla.org>
 #                 Michael Schindler <michael@compressconsult.com>
 
-use diagnostics;
 use strict;
 
 require "globals.pl";
index 78eef9335fda94666444a6193d5d2cda275f1f8f..6d0741133ea8b1d857039db20a81599006cd016a 100644 (file)
@@ -24,7 +24,6 @@
 ################################################################################
 
 # Make it harder for us to do dangerous things in Perl.
-use diagnostics;
 use strict;
 
 # Bundle the functions in this file together into the "Token" package.
index 74e7c1fe6736a99723e0ddffe87aa3e4517c27f2..3fe3a37ea1ef2a3d0fe8dd1e8ecb921b00d1cc35 100644 (file)
@@ -69,7 +69,6 @@ use base qw(Exporter);
                              trim);
 
 use strict;
-use diagnostics;
 
 =head1 FUNCTIONS
 
diff --git a/CGI.pl b/CGI.pl
index b2316d555d9669d922643e60f4f66702515f38ea..69819263a12e1f487752f0337b7ebbd821605029 100644 (file)
--- a/CGI.pl
+++ b/CGI.pl
@@ -27,7 +27,6 @@
 
 # Contains some global routines used throughout the CGI scripts of Bugzilla.
 
-use diagnostics;
 use strict;
 use lib ".";
 
index 8668519b9de0fce20ba97f2623388d2a31f9ee3c..a3af4b60a94b538b0944e0c938d2ab306e7c5f3b 100644 (file)
@@ -29,7 +29,6 @@
 # might involve turning this into a virtual base class, and having
 # UserSet and KeywordSet types that inherit from it.
 
-use diagnostics;
 use strict;
 
 # Everything that uses RelationSet should already have globals.pl loaded
index 78eef9335fda94666444a6193d5d2cda275f1f8f..6d0741133ea8b1d857039db20a81599006cd016a 100644 (file)
--- a/Token.pm
+++ b/Token.pm
@@ -24,7 +24,6 @@
 ################################################################################
 
 # Make it harder for us to do dangerous things in Perl.
-use diagnostics;
 use strict;
 
 # Bundle the functions in this file together into the "Token" package.
index a94ebc8357d897857bc82903de8b220d3f093dab..43b2b4940380cc5b940fca0d2db615317f572896 100755 (executable)
@@ -26,7 +26,6 @@
 ################################################################################
 
 # Make it harder for us to do dangerous things in Perl.
-use diagnostics;
 use strict;
 
 use lib qw(.);
index c4d623e129f389042743403d33306ee8af90eab7..e6b59e051055eca67db741da7aec5bf1c7a7a19f 100644 (file)
@@ -21,7 +21,6 @@
 #                 Dave Miller <justdave@syndicomm.com>
 #                 Vaskin Kissoyan <vkissoyan@yahoo.com>
 
-use diagnostics;
 use strict;
 
 use RelationSet;
index cf25811da8cf48ff7a0be46cc38703b71bfa1fd4..c5359c6e3bdc12bb91a139b7939cfd0a9f522341 100755 (executable)
@@ -29,7 +29,6 @@
 ################################################################################
 
 # Make it harder for us to do dangerous things in Perl.
-use diagnostics;
 use strict;
 
 use lib qw(.);
index 7ff6abada9277b6e16ba6d5c395465d15c947207..8bba2996b85a380d8d29a1214bc206deb5f0d4d0 100755 (executable)
@@ -94,7 +94,6 @@
 # Global definitions
 ###########################################################################
 
-use diagnostics;
 use strict;
 
 # 12/17/00 justdave@syndicomm.com - removed declarations of the localconfig
index 4b1cfc8198f35293dd0e5e62a99b7e5f9649a6a2..2ef7c7d102a2debfb502ac97d725111ad41e5b0e 100755 (executable)
@@ -21,7 +21,6 @@
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 #                 Gervase Markham <gerv@gerv.net>
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index a47e2174debe2da0a1636a3dfb2c4c1d8d29e4e2..8caf92d7788a8a8699c0421b4e7bba274da48b68 100755 (executable)
@@ -26,7 +26,6 @@
 
 
 use AnyDBM_File;
-use diagnostics;
 use strict;
 use vars @::legal_product;
 
index aaba0f4e0a536b769ddff2c58e7118883f6e04fe..48602cdb71bd6fe1846632c0a4d64d7ba0efa69c 100644 (file)
@@ -29,7 +29,6 @@ push @INC, "../."; # this script now lives in contrib
 
 require "globals.pl";
 
-use diagnostics;
 use strict;
 
 my $EMAIL_TRANSFORM_NONE = "email_transform_none";
index 94338dbfb295b3695130d6f5129ca5395c51458a..fb2bbec4d876e0767baea829ab22e006189d6a6e 100755 (executable)
@@ -37,7 +37,7 @@
 #
 # You need to work with bug_email.pl the MIME::Parser installed.
 # 
-# $Id: bug_email.pl,v 1.12 2002/08/17 14:19:57 bbaetz%student.usyd.edu.au Exp $
+# $Id: bug_email.pl,v 1.13 2002/08/26 06:17:21 bbaetz%student.usyd.edu.au Exp $
 ###############################################################
 
 # 02/12/2000 (SML)
@@ -66,7 +66,6 @@
 # - integrate some setup in the checksetup.pl script
 # - gpg signatures for security
 
-use diagnostics;
 use strict;
 use MIME::Parser;
 
index 826b49198f2f3f68188a7c02e643ce1bc2f7e561..7e1de847bad5f6cc2fe26ddb1d3f0afae2225c80 100755 (executable)
@@ -28,7 +28,6 @@
 # 1. better way to get the body text (I don't know what dump_entity() is 
 #   actually doing
 
-use diagnostics;
 use strict;
 use MIME::Parser;
 
index ccc1f38783238e0e893ad1e3fcf7c6e9fe85452b..30945a5ff5f42645e39afe53cb309fba299f6d10 100755 (executable)
@@ -23,7 +23,6 @@
 # mysqld-watcher.pl - a script that watches the running instance of
 # mysqld and kills off any long-running SELECTs against the shadow_db
 # 
-use diagnostics;
 use strict;
 
 # some configurables: 
index 8a5b85782be920ff95fa86f47cf8a590d9c56390..79be1bb64fa445448589313fd91c7d91ff682fe5 100755 (executable)
@@ -24,7 +24,6 @@
 #                 Christopher Aillon <christopher@aillon.com>
 #                 Gervase Markham <gerv@gerv.net>
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index 4f30f85a9f7ba30e5d894f680f8d820910d616f0..67870893d7207d15a7e552a6abb2ffc0da788e94 100644 (file)
@@ -33,7 +33,6 @@
 # Only adding new parameters is done here.  Once the parameter exists, you 
 # must use %baseurl%/editparams.cgi from the web to edit the settings.
 
-use diagnostics;
 use strict;
 
 # Shut up misguided -w warnings about "used only once".  For some reason,
index edf9349aba13a3742fc344621c1d3bba2d0dc377..9edb5dfa0079b8a64d317bf259aa1854c1dc983f 100755 (executable)
@@ -27,7 +27,6 @@ use vars qw(
   $userid
 );
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index 503e0d5a3328ce4c00d0511ec9a0288c8bce4155..07f08d09b881a32d418a5781812242d1d2a1f7f5 100755 (executable)
@@ -21,7 +21,6 @@
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 # Contributor(s): Gervase Markham <gerv@gerv.net>
 
-use diagnostics;
 use strict;
 use lib ".";
 
index c237a19974804ecf7803d06a60e42551fad37dc8..b7c8349792c95d2ec5fc7562460a252c50af3848 100755 (executable)
@@ -21,7 +21,6 @@
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 #                 J. Paul Reed <preed@sigkill.com>
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index 2d46e0d79915668037f377c92d34a694f3bfa560..285c65717586c609af61dffc8e2f4e244b6fb7b6 100755 (executable)
@@ -23,7 +23,6 @@
 # Generates mostfreq list from data collected by collectstats.pl.
 
 
-use diagnostics;
 use strict;
 
 use AnyDBM_File;
index ff78221813aff44a8a6d0267e3667aabb905f231..eedf2add4cad2e5cba0a9051c2536d99473b6252 100755 (executable)
@@ -26,7 +26,6 @@
 ################################################################################
 
 # Make it harder for us to do dangerous things in Perl.
-use diagnostics;
 use strict;
 use lib ".";
 
index 3f1619739287058e013a92277cff003885c58ae7..7ad81ddfa51dc72eec8472e4be962aaffd321a09 100755 (executable)
@@ -25,7 +25,6 @@
 #
 # Holger Schurig <holgerschurig@nikocity.de>
 
-use diagnostics;
 use strict;
 use lib ".";
 
index 623cf47d3e129549eb4a6f82faa99651eed7559b..cd18057929d0af3a5afef6175d5463c6c6ef6ed3 100755 (executable)
@@ -23,7 +23,6 @@
 
 # Code derived from editowners.cgi and editusers.cgi
 
-use diagnostics;
 use strict;
 use lib ".";
 
index 1b8d6ef3078258586762bbefbb0d792996f69c47..ed298ef9bb76ecf5ca0bf7a3d2eb1d2cec2bbe23 100755 (executable)
@@ -20,7 +20,6 @@
 #
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 
-use diagnostics;
 use strict;
 use lib ".";
 
index 67d84fcceac7f9b3fdf5756a280f908302989bfc..c7d598bea6e3f712293ab4859c7d0bef56a70e1d 100755 (executable)
@@ -13,7 +13,6 @@
 #
 
 
-use diagnostics;
 use strict;
 use lib ".";
 
index 0e1b7161f450975b1acb2909d0ca0d4e2ac32484..ef9e149465fecba6835355801847193ec16bf332 100755 (executable)
@@ -22,7 +22,6 @@
 #                 J. Paul Reed <preed@sigkill.com>
 
 
-use diagnostics;
 use strict;
 use lib ".";
 
index 4b0698b359af038387f07c4ebf6ebcf3b91c3173..520e46d503ab155ffa7f1ce38fd2ed429126f4cc 100755 (executable)
@@ -27,7 +27,6 @@
 #
 # Holger Schurig <holgerschurig@nikocity.de>
 
-use diagnostics;
 use strict;
 use lib ".";
 
index 0e25f0ac386841b6d39c31e2aeb6c576a21a08c7..4586345af65d622b0eda3d6c870af8d4deb311cc 100755 (executable)
@@ -27,7 +27,6 @@
 #
 # Holger Schurig <holgerschurig@nikocity.de>
 
-use diagnostics;
 use strict;
 use lib ".";
 
index abeed25703ab34b87b558ad63e60aebb9ff1950a..5f420af43783bebf8e54bbe8f954ccfe3b9d88af 100755 (executable)
@@ -26,7 +26,6 @@
 #
 # Holger Schurig <holgerschurig@nikocity.de>
 
-use diagnostics;
 use strict;
 use lib ".";
 
index 83f1126f938cbeafe488e02f6de44656fdac10e1..7aa6dfc6685cefc5465e20e7611dacb9cda4fd2f 100755 (executable)
@@ -32,7 +32,6 @@
 #
 ##############################################################################
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index b437d343f934460d03a8f8359dbaad5d8f99ea47..164bad727c2cdd79a651f6ceb8cc786ca1ec2abc 100644 (file)
@@ -25,7 +25,6 @@
 
 # Contains some global variables and routines used throughout bugzilla.
 
-use diagnostics;
 use strict;
 
 use Bugzilla::Util;
index 092170c03c5c8a811c92cdcbd2cc58cf23954e08..1777bfc4a02e9f5c3ca4518b2aca9e4ee74b3076 100755 (executable)
@@ -25,7 +25,6 @@
 # a new bug into bugzilla. Everything before the beginning <?xml line
 # is removed so you can pipe in email messages.
 
-use diagnostics;
 use strict;
 
 #####################################################################
index d5ee0d28dcfc8f9d8b6ff2a63ac6bc806a873ae3..b07700f7e270e884bcd57e84bd8e948be2b4c68f 100755 (executable)
--- a/index.cgi
+++ b/index.cgi
@@ -30,7 +30,6 @@ use vars qw{ %COOKIE };
 ###############################################################################
 
 # Make it harder for us to do dangerous things in Perl.
-use diagnostics;
 use strict;
 
 # Include the Bugzilla CGI and general utility library.
index 933e90f15c6efb1e1866a37446062f4675d7443c..eba094699758d7993b043355f430450f97e426d4 100755 (executable)
@@ -21,7 +21,6 @@
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 #                 Gervase Markham <gerv@gerv.net>
 
-use diagnostics;
 use strict;
 use lib qw(.);
 
diff --git a/move.pl b/move.pl
index 66a75f95fbb77857d4bdba2504568411703c3fd2..65592b02f5cd779a45239436d06f4a0be8a35b20 100755 (executable)
--- a/move.pl
+++ b/move.pl
@@ -21,7 +21,6 @@
 # Contributor(s): Dawn Endico    <endico@mozilla.org>
 #                 Terry Weissman <terry@mozilla.org>
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index fb53f8b47edf2e4210b69a333f6e4dbcf02c864b..cc26f93db8cc4109120767dfa6d5a3dea58d5860 100755 (executable)
--- a/page.cgi
+++ b/page.cgi
@@ -28,7 +28,6 @@
 # either case), numbers 0-9, the underscore "_" and the hyphen "-".
 ###############################################################################
 
-use diagnostics;
 use strict;
 
 use lib ".";
index 55ee273017ba46ac8d777fbab48c21fa1c4c44be..bab55a9acaea49b44256875980f17270af6892f6 100755 (executable)
@@ -23,7 +23,6 @@
 #                 Joe Robins <jmrobins@tgix.com>
 #                 Gervase Markham <gerv@gerv.net>
 
-use diagnostics;
 use strict;
 use lib qw(.);
 
index 653c365ceb2eccb4ae7d8c2eae535f16845af186..a3461605871102af06ad86a38d1c67325cac4315 100755 (executable)
@@ -24,7 +24,6 @@
 #                 Christopher Aillon <christopher@aillon.com>
 #                 Myk Melez <myk@mozilla.org>
 
-use diagnostics;
 use strict;
 
 my $UserInEditGroupSet = -1;
index 8d4dc4b69983ee942154d8595b4385f353b580af..5a1460c18fea0561020d87340a3fafca768b7e6d 100755 (executable)
@@ -25,7 +25,6 @@
 #                 Jacob Steenhagen <jake@actex.net>
 #                 Matthew Tuck <matty@chariot.net.au>
 
-use diagnostics;
 use strict;
 use lib ".";
 
index af4b54164b70d3e6025984ac24c11a4efbf4ff83..2ce9007677a5655b4052c845e109e8a41b899215 100755 (executable)
--- a/query.cgi
+++ b/query.cgi
@@ -23,7 +23,6 @@
 #                 Matthias Radestock <matthias@sorted.org>
 #                 Gervase Markham <gerv@gerv.net>
 
-use diagnostics;
 use strict;
 use lib ".";
 
index 16acf73f1f11ee1fcf096fac3a436c68db271369..bfd7c0f69745fad85ff3adc406029bc0c9d939cd 100755 (executable)
@@ -24,7 +24,6 @@
 
 use vars %::FORM;
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index a50bbc54a84b2debdeff164cbc848d51d62c2fe9..7db312c61a6e7686362e54d8038bf24ada87ee11 100755 (executable)
--- a/quips.cgi
+++ b/quips.cgi
@@ -22,7 +22,6 @@
 #                 Gervase Markham <gerv@gerv.net>
 #                 David Fallon <davef@tetsubo.com>
 
-use diagnostics;
 use strict;
 
 use vars qw(
index 3bab9fdc54c99194d3fc73c7d29dd471c69cc17a..493f5c200f46fc13644a8734bff7b2a6fb5c91e8 100755 (executable)
@@ -21,7 +21,6 @@
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 #                 Gervase Markham <gerv@gerv.net>
 
-use diagnostics;
 use strict;
 
 use vars %::COOKIE;
index ac77c89fd90f2dd13c34339af6abd7052bdbe996..f557ac7f6b600c19415769b3d3d45e1ecd2afaf5 100755 (executable)
@@ -38,7 +38,6 @@
 # Myk Melez <myk@mozilla.org):
 #    Implemented form field validation and reorganized code.
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index f35fb8ccf2ffa9eadc2a549a0907b775cc0e512b..451ad23daba7363e7eccc083b0cb6eb4b8d89e38 100755 (executable)
@@ -21,7 +21,6 @@
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 #                 Matthew Tuck <matty@chariot.net.au>
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index 59e43b67249a0611945fb3001c9efa27df510505..f6d9b75c9d12336952584f33ecff0a56413c809d 100755 (executable)
@@ -22,7 +22,6 @@
 #                 Myk Melez <myk@mozilla.org>
 #                 Gervase Markham <gerv@gerv.net>
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index f832a2930ebf17528fa4b5b8ff68420279f8a52b..6711ff7e619bbbadfa866a80a7d6a87f6dfed65e 100755 (executable)
@@ -20,7 +20,6 @@
 #
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index 4aaf6f17df444acb15837c97fb6616ff041b33c0..0c93483bd877d1887904cd8077413a97f36a2e86 100755 (executable)
@@ -21,7 +21,6 @@
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 #                 Jacob Steenhagen <jake@acutex.net>
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index 2a5d20f6c35d7fd7a65f5748d996cea66cc2e722..e5885d180f63ce9640876b8bc65292c012ac9714 100755 (executable)
@@ -21,7 +21,6 @@
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 #                 Gervase Markham <gerv@gerv.net>
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index 9b70605912e2290d04c45cbe81c0157f56d71465..7917f00fec603fec413adc7a871b28b915c170af 100755 (executable)
@@ -23,7 +23,6 @@
 #                 Christian Reis <kiko@async.com.br>
 #                 Myk Melez <myk@mozilla.org>
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index 2805547cfeb7ac06f8ff919d9fec7e8f1f8f09c3..4f40d3cc0e2891cdd3c4231c9338036819a4b7ec 100755 (executable)
@@ -16,7 +16,6 @@
 # Contributor(s): Jacob Steenhagen <jake@acutex.net>
 
 use strict;
-use diagnostics;
 
 use lib ".";
 require "CGI.pl";
index 18c4528dc3e630fa9f44632f675532b0669bcbe8..ffe87eea3e6cef6b8e97f84d0462c033d6496366 100755 (executable)
@@ -21,7 +21,6 @@
 # Contributor(s): Terry Weissman <terry@mozilla.org>
 #                 David Gardiner <david.gardiner@unisa.edu.au>
 
-use diagnostics;
 use strict;
 
 require "globals.pl";
index 07f46f7004c2c4a7d7bb7b3d3b93ae28c772ef77..c12f6ddcc897ed4f8d3db87fc42f859f910efb17 100644 (file)
@@ -23,7 +23,6 @@
 
 package Support::Templates;
 
-use diagnostics;
 use strict;
 
 use lib 't';
index 2225e4f8bdad07b3b6e5126a08adf2c0d238a3d8..43ee1b04e3705ba4be1511b8367f334493828fc4 100755 (executable)
--- a/token.cgi
+++ b/token.cgi
@@ -25,7 +25,6 @@
 ############################################################################
 
 # Make it harder for us to do dangerous things in Perl.
-use diagnostics;
 use strict;
 
 use lib qw(.);
index cf58cf2652eacf1bf9a2ddf1989ce27537617f14..33b3775748d800dc046d345ae17924949538d5e1 100755 (executable)
@@ -20,7 +20,6 @@
 #                 Christopher Aillon <christopher@aillon.com>
 #                 Gervase Markham <gerv@gerv.net>
 
-use diagnostics;
 use strict;
 
 use lib qw(.);
index 513add4c334a81e4029a31f1c3fed2b8883a06f7..88e3039712b3770eb22ba1b9ca92696e951b0b37 100755 (executable)
--- a/votes.cgi
+++ b/votes.cgi
@@ -23,7 +23,6 @@
 #                 Christopher Aillon <christopher@aillon.com>
 #                 Gervase Markham <gerv@gerv.net>
 
-use diagnostics;
 use strict;
 use lib ".";
 
index b364836a595a06a636afc2fc00cc7ec35c7d2718..2a3bdf1b926482e0d5def4fbb08db82345dbd403 100755 (executable)
@@ -26,7 +26,6 @@
 # assigned to them that has status NEW that has not been touched for
 # more than 7 days.
 
-use diagnostics;
 use strict;
 
 require "globals.pl";
diff --git a/xml.cgi b/xml.cgi
index 8a0bbf1e451e10ceb8372433b4f678c3dd120d51..219a39c749ea13c57dbaa504d0790ae55b05119e 100755 (executable)
--- a/xml.cgi
+++ b/xml.cgi
@@ -22,7 +22,6 @@
 #                 Terry Weissman <terry@mozilla.org>
 #                 Gervase Markham <gerv@gerv.net>
 
-use diagnostics;
 use strict;
 
 use lib qw(.);