Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
5b18c51f
Commit
5b18c51f
authored
Aug 26, 2002
by
bbaetz%student.usyd.edu.au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
r=joel x2
parent
2154f730
Show whitespace changes
Inline
Side-by-side
Showing
65 changed files
with
1 addition
and
66 deletions
+1
-66
Attachment.pm
Attachment.pm
+0
-1
Bug.pm
Bug.pm
+0
-1
Attachment.pm
Bugzilla/Attachment.pm
+0
-1
Bug.pm
Bugzilla/Bug.pm
+0
-1
RelationSet.pm
Bugzilla/RelationSet.pm
+0
-1
Search.pm
Bugzilla/Search.pm
+0
-1
Token.pm
Bugzilla/Token.pm
+0
-1
Util.pm
Bugzilla/Util.pm
+0
-1
CGI.pl
CGI.pl
+0
-1
RelationSet.pm
RelationSet.pm
+0
-1
Token.pm
Token.pm
+0
-1
attachment.cgi
attachment.cgi
+0
-1
bug_form.pl
bug_form.pl
+0
-1
buglist.cgi
buglist.cgi
+0
-1
checksetup.pl
checksetup.pl
+0
-1
colchange.cgi
colchange.cgi
+0
-1
collectstats.pl
collectstats.pl
+0
-1
BugzillaEmail.pm
contrib/BugzillaEmail.pm
+0
-1
bug_email.pl
contrib/bug_email.pl
+1
-2
bugzilla_email_append.pl
contrib/bugzilla_email_append.pl
+0
-1
mysqld-watcher.pl
contrib/mysqld-watcher.pl
+0
-1
createaccount.cgi
createaccount.cgi
+0
-1
defparams.pl
defparams.pl
+0
-1
describecomponents.cgi
describecomponents.cgi
+0
-1
describekeywords.cgi
describekeywords.cgi
+0
-1
doeditparams.cgi
doeditparams.cgi
+0
-1
duplicates.cgi
duplicates.cgi
+0
-1
editattachstatuses.cgi
editattachstatuses.cgi
+0
-1
editcomponents.cgi
editcomponents.cgi
+0
-1
editgroups.cgi
editgroups.cgi
+0
-1
editkeywords.cgi
editkeywords.cgi
+0
-1
editmilestones.cgi
editmilestones.cgi
+0
-1
editparams.cgi
editparams.cgi
+0
-1
editproducts.cgi
editproducts.cgi
+0
-1
editusers.cgi
editusers.cgi
+0
-1
editversions.cgi
editversions.cgi
+0
-1
enter_bug.cgi
enter_bug.cgi
+0
-1
globals.pl
globals.pl
+0
-1
importxml.pl
importxml.pl
+0
-1
index.cgi
index.cgi
+0
-1
long_list.cgi
long_list.cgi
+0
-1
move.pl
move.pl
+0
-1
page.cgi
page.cgi
+0
-1
post_bug.cgi
post_bug.cgi
+0
-1
process_bug.cgi
process_bug.cgi
+0
-1
processmail
processmail
+0
-1
query.cgi
query.cgi
+0
-1
queryhelp.cgi
queryhelp.cgi
+0
-1
quips.cgi
quips.cgi
+0
-1
relogin.cgi
relogin.cgi
+0
-1
reports.cgi
reports.cgi
+0
-1
sanitycheck.cgi
sanitycheck.cgi
+0
-1
show_activity.cgi
show_activity.cgi
+0
-1
show_bug.cgi
show_bug.cgi
+0
-1
showattachment.cgi
showattachment.cgi
+0
-1
showdependencygraph.cgi
showdependencygraph.cgi
+0
-1
showdependencytree.cgi
showdependencytree.cgi
+0
-1
sidebar.cgi
sidebar.cgi
+0
-1
syncshadowdb
syncshadowdb
+0
-1
Templates.pm
t/Support/Templates.pm
+0
-1
token.cgi
token.cgi
+0
-1
userprefs.cgi
userprefs.cgi
+0
-1
votes.cgi
votes.cgi
+0
-1
whineatnews.pl
whineatnews.pl
+0
-1
xml.cgi
xml.cgi
+0
-1
No files found.
Attachment.pm
View file @
5b18c51f
...
...
@@ -24,7 +24,6 @@
# Module Initialization
############################################################################
use
diagnostics
;
use
strict
;
package
Attachment
;
...
...
Bug.pm
View file @
5b18c51f
...
...
@@ -21,7 +21,6 @@
# Terry Weissman <terry@mozilla.org>
# Chris Yeh <cyeh@bluemartini.com>
use
diagnostics
;
use
strict
;
use
DBI
;
...
...
Bugzilla/Attachment.pm
View file @
5b18c51f
...
...
@@ -24,7 +24,6 @@
# Module Initialization
############################################################################
use
diagnostics
;
use
strict
;
package
Attachment
;
...
...
Bugzilla/Bug.pm
View file @
5b18c51f
...
...
@@ -21,7 +21,6 @@
# Terry Weissman <terry@mozilla.org>
# Chris Yeh <cyeh@bluemartini.com>
use
diagnostics
;
use
strict
;
use
DBI
;
...
...
Bugzilla/RelationSet.pm
View file @
5b18c51f
...
...
@@ -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
...
...
Bugzilla/Search.pm
View file @
5b18c51f
...
...
@@ -25,7 +25,6 @@
# Myk Melez <myk@mozilla.org>
# Michael Schindler <michael@compressconsult.com>
use
diagnostics
;
use
strict
;
require
"globals.pl"
;
...
...
Bugzilla/Token.pm
View file @
5b18c51f
...
...
@@ -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.
...
...
Bugzilla/Util.pm
View file @
5b18c51f
...
...
@@ -69,7 +69,6 @@ use base qw(Exporter);
trim)
;
use
strict
;
use
diagnostics
;
=head1 FUNCTIONS
...
...
CGI.pl
View file @
5b18c51f
...
...
@@ -27,7 +27,6 @@
# Contains some global routines used throughout the CGI scripts of Bugzilla.
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
RelationSet.pm
View file @
5b18c51f
...
...
@@ -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
...
...
Token.pm
View file @
5b18c51f
...
...
@@ -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.
...
...
attachment.cgi
View file @
5b18c51f
...
...
@@ -26,7 +26,6 @@
################################################################################
# Make it harder for us to do dangerous things in Perl.
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
bug_form.pl
View file @
5b18c51f
...
...
@@ -21,7 +21,6 @@
# Dave Miller <justdave@syndicomm.com>
# Vaskin Kissoyan <vkissoyan@yahoo.com>
use
diagnostics
;
use
strict
;
use
RelationSet
;
...
...
buglist.cgi
View file @
5b18c51f
...
...
@@ -29,7 +29,6 @@
################################################################################
# Make it harder for us to do dangerous things in Perl.
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
checksetup.pl
View file @
5b18c51f
...
...
@@ -94,7 +94,6 @@
# Global definitions
###########################################################################
use
diagnostics
;
use
strict
;
# 12/17/00 justdave@syndicomm.com - removed declarations of the localconfig
...
...
colchange.cgi
View file @
5b18c51f
...
...
@@ -21,7 +21,6 @@
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Gervase Markham <gerv@gerv.net>
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
collectstats.pl
View file @
5b18c51f
...
...
@@ -26,7 +26,6 @@
use
AnyDBM_File
;
use
diagnostics
;
use
strict
;
use
vars
@::legal_product
;
...
...
contrib/BugzillaEmail.pm
View file @
5b18c51f
...
...
@@ -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"
;
...
...
contrib/bug_email.pl
View file @
5b18c51f
...
...
@@ -37,7 +37,7 @@
#
# You need to work with bug_email.pl the MIME::Parser installed.
#
# $Id: bug_email.pl,v 1.1
2 2002/08/17 14:19:57
bbaetz%student.usyd.edu.au Exp $
# $Id: bug_email.pl,v 1.1
3 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
;
...
...
contrib/bugzilla_email_append.pl
View file @
5b18c51f
...
...
@@ -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
;
...
...
contrib/mysqld-watcher.pl
View file @
5b18c51f
...
...
@@ -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:
...
...
createaccount.cgi
View file @
5b18c51f
...
...
@@ -24,7 +24,6 @@
# Christopher Aillon <christopher@aillon.com>
# Gervase Markham <gerv@gerv.net>
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
defparams.pl
View file @
5b18c51f
...
...
@@ -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,
...
...
describecomponents.cgi
View file @
5b18c51f
...
...
@@ -27,7 +27,6 @@ use vars qw(
$userid
)
;
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
describekeywords.cgi
View file @
5b18c51f
...
...
@@ -21,7 +21,6 @@
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Contributor(s): Gervase Markham <gerv@gerv.net>
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
doeditparams.cgi
View file @
5b18c51f
...
...
@@ -21,7 +21,6 @@
# Contributor(s): Terry Weissman <terry@mozilla.org>
# J. Paul Reed <preed@sigkill.com>
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
duplicates.cgi
View file @
5b18c51f
...
...
@@ -23,7 +23,6 @@
# Generates mostfreq list from data collected by collectstats.pl.
use
diagnostics
;
use
strict
;
use
AnyDBM_File
;
...
...
editattachstatuses.cgi
View file @
5b18c51f
...
...
@@ -26,7 +26,6 @@
################################################################################
# Make it harder for us to do dangerous things in Perl.
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
editcomponents.cgi
View file @
5b18c51f
...
...
@@ -25,7 +25,6 @@
#
# Holger Schurig <holgerschurig@nikocity.de>
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
editgroups.cgi
View file @
5b18c51f
...
...
@@ -23,7 +23,6 @@
# Code derived from editowners.cgi and editusers.cgi
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
editkeywords.cgi
View file @
5b18c51f
...
...
@@ -20,7 +20,6 @@
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
editmilestones.cgi
View file @
5b18c51f
...
...
@@ -13,7 +13,6 @@
#
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
editparams.cgi
View file @
5b18c51f
...
...
@@ -22,7 +22,6 @@
# J. Paul Reed <preed@sigkill.com>
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
editproducts.cgi
View file @
5b18c51f
...
...
@@ -27,7 +27,6 @@
#
# Holger Schurig <holgerschurig@nikocity.de>
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
editusers.cgi
View file @
5b18c51f
...
...
@@ -27,7 +27,6 @@
#
# Holger Schurig <holgerschurig@nikocity.de>
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
editversions.cgi
View file @
5b18c51f
...
...
@@ -26,7 +26,6 @@
#
# Holger Schurig <holgerschurig@nikocity.de>
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
enter_bug.cgi
View file @
5b18c51f
...
...
@@ -32,7 +32,6 @@
#
##############################################################################
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
globals.pl
View file @
5b18c51f
...
...
@@ -25,7 +25,6 @@
# Contains some global variables and routines used throughout bugzilla.
use
diagnostics
;
use
strict
;
use
Bugzilla::
Util
;
...
...
importxml.pl
View file @
5b18c51f
...
...
@@ -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.cgi
View file @
5b18c51f
...
...
@@ -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.
...
...
long_list.cgi
View file @
5b18c51f
...
...
@@ -21,7 +21,6 @@
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Gervase Markham <gerv@gerv.net>
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
move.pl
View file @
5b18c51f
...
...
@@ -21,7 +21,6 @@
# Contributor(s): Dawn Endico <endico@mozilla.org>
# Terry Weissman <terry@mozilla.org>
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
page.cgi
View file @
5b18c51f
...
...
@@ -28,7 +28,6 @@
# either case), numbers 0-9, the underscore "_" and the hyphen "-".
###############################################################################
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
post_bug.cgi
View file @
5b18c51f
...
...
@@ -23,7 +23,6 @@
# Joe Robins <jmrobins@tgix.com>
# Gervase Markham <gerv@gerv.net>
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
process_bug.cgi
View file @
5b18c51f
...
...
@@ -24,7 +24,6 @@
# Christopher Aillon <christopher@aillon.com>
# Myk Melez <myk@mozilla.org>
use
diagnostics
;
use
strict
;
my
$UserInEditGroupSet
=
-
1
;
...
...
processmail
View file @
5b18c51f
...
...
@@ -25,7 +25,6 @@
# Jacob Steenhagen <jake@actex.net>
# Matthew Tuck <matty@chariot.net.au>
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
query.cgi
View file @
5b18c51f
...
...
@@ -23,7 +23,6 @@
# Matthias Radestock <matthias@sorted.org>
# Gervase Markham <gerv@gerv.net>
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
queryhelp.cgi
View file @
5b18c51f
...
...
@@ -24,7 +24,6 @@
use
vars
%::
FORM
;
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
quips.cgi
View file @
5b18c51f
...
...
@@ -22,7 +22,6 @@
# Gervase Markham <gerv@gerv.net>
# David Fallon <davef@tetsubo.com>
use
diagnostics
;
use
strict
;
use
vars
qw(
...
...
relogin.cgi
View file @
5b18c51f
...
...
@@ -21,7 +21,6 @@
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Gervase Markham <gerv@gerv.net>
use
diagnostics
;
use
strict
;
use
vars
%::
COOKIE
;
...
...
reports.cgi
View file @
5b18c51f
...
...
@@ -38,7 +38,6 @@
# Myk Melez <myk@mozilla.org):
# Implemented form field validation and reorganized code.
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
sanitycheck.cgi
View file @
5b18c51f
...
...
@@ -21,7 +21,6 @@
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Matthew Tuck <matty@chariot.net.au>
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
show_activity.cgi
View file @
5b18c51f
...
...
@@ -22,7 +22,6 @@
# Myk Melez <myk@mozilla.org>
# Gervase Markham <gerv@gerv.net>
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
show_bug.cgi
View file @
5b18c51f
...
...
@@ -20,7 +20,6 @@
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
showattachment.cgi
View file @
5b18c51f
...
...
@@ -21,7 +21,6 @@
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Jacob Steenhagen <jake@acutex.net>
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
showdependencygraph.cgi
View file @
5b18c51f
...
...
@@ -21,7 +21,6 @@
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Gervase Markham <gerv@gerv.net>
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
showdependencytree.cgi
View file @
5b18c51f
...
...
@@ -23,7 +23,6 @@
# Christian Reis <kiko@async.com.br>
# Myk Melez <myk@mozilla.org>
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
sidebar.cgi
View file @
5b18c51f
...
...
@@ -16,7 +16,6 @@
# Contributor(s): Jacob Steenhagen <jake@acutex.net>
use
strict
;
use
diagnostics
;
use
lib
"."
;
require
"CGI.pl"
;
...
...
syncshadowdb
View file @
5b18c51f
...
...
@@ -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"
;
...
...
t/Support/Templates.pm
View file @
5b18c51f
...
...
@@ -23,7 +23,6 @@
package
Support::
Templates
;
use
diagnostics
;
use
strict
;
use
lib
't'
;
...
...
token.cgi
View file @
5b18c51f
...
...
@@ -25,7 +25,6 @@
############################################################################
# Make it harder for us to do dangerous things in Perl.
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
userprefs.cgi
View file @
5b18c51f
...
...
@@ -20,7 +20,6 @@
# Christopher Aillon <christopher@aillon.com>
# Gervase Markham <gerv@gerv.net>
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
votes.cgi
View file @
5b18c51f
...
...
@@ -23,7 +23,6 @@
# Christopher Aillon <christopher@aillon.com>
# Gervase Markham <gerv@gerv.net>
use
diagnostics
;
use
strict
;
use
lib
"."
;
...
...
whineatnews.pl
View file @
5b18c51f
...
...
@@ -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"
;
...
...
xml.cgi
View file @
5b18c51f
...
...
@@ -22,7 +22,6 @@
# Terry Weissman <terry@mozilla.org>
# Gervase Markham <gerv@gerv.net>
use
diagnostics
;
use
strict
;
use
lib
qw(.)
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment