]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi files...
authorjustdave%bugzilla.org <>
Mon, 15 Aug 2005 05:34:32 +0000 (05:34 +0000)
committerjustdave%bugzilla.org <>
Mon, 15 Aug 2005 05:34:32 +0000 (05:34 +0000)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org>
r=justdave a=justdave

Bugzilla/Bug.pm
Bugzilla/BugMail.pm
Bugzilla/Classification.pm
Bugzilla/Component.pm
Bugzilla/Field.pm
Bugzilla/Group.pm
Bugzilla/Milestone.pm
Bugzilla/Product.pm
Bugzilla/Series.pm
Bugzilla/Version.pm

index ca5378c7c4bee8902814e5745e610f6a300a1980..4dcb83e6c8d8bc47e5b9cc1c12698b8ab628e6e7 100755 (executable)
@@ -36,7 +36,6 @@ use vars qw($legal_keywords @legal_platform
 
 use CGI::Carp qw(fatalsToBrowser);
 
-use Bugzilla;
 use Bugzilla::Attachment;
 use Bugzilla::BugMail;
 use Bugzilla::Config;
index 260cb055457b5e7746656a58564a4827fcb2cf63..dffc98a854377f72313901293202e45b234fb0aa 100644 (file)
@@ -37,7 +37,6 @@ use base qw(Exporter);
     PerformSubsts
 );
 
-use Bugzilla;
 use Bugzilla::DB qw(:deprecated);
 use Bugzilla::User;
 use Bugzilla::Constants;
index 4f50848a2698666e901a63fa408808ed38b59349..50094df0ab2cd8abcd88e4d13831b4a3998d4a9e 100644 (file)
@@ -19,7 +19,6 @@ use strict;
 
 package Bugzilla::Classification;
 
-use Bugzilla;
 use Bugzilla::Util;
 use Bugzilla::Error;
 
index f1d4c24b26411a59ff9942f1187fc912d0e4cdfc..a3278dea955e9e04aed1cc0927a646b1f72fb1b3 100644 (file)
@@ -19,7 +19,6 @@ use strict;
 
 package Bugzilla::Component;
 
-use Bugzilla;
 use Bugzilla::Util;
 use Bugzilla::Error;
 
index 37771257c40490eccae174ce0cc478da8bfa3e5f..26265ac3dcd49e56e983e217ca3a923c7f711be3 100644 (file)
@@ -22,7 +22,6 @@ use strict;
 use base qw(Exporter);
 @Bugzilla::Field::EXPORT = qw(check_form_field check_form_field_defined);
 
-use Bugzilla;
 use Bugzilla::Util;
 use Bugzilla::Error;
 
index e24ccb25480b9d45c0f9559eba1fb0e8839d36a8..8f4c7885a462aa40f55db07ce3888a5ef48abcda 100644 (file)
@@ -25,7 +25,6 @@ use strict;
 
 package Bugzilla::Group;
 
-use Bugzilla;
 use Bugzilla::Config;
 use Bugzilla::Util;
 use Bugzilla::Error;
index fa8fc0f823f20b182434a6c28965f032bbf129fc..6a5eeb48fd348410a42893cce103010d27bb128a 100644 (file)
@@ -18,7 +18,6 @@ use strict;
 
 package Bugzilla::Milestone;
 
-use Bugzilla;
 use Bugzilla::Util;
 use Bugzilla::Error;
 
index 7af2995c2ab3ea40ca3a692cf905a4e7ad0e6b40..0b353725bfe4d451ef78d845703938d25b230d50 100644 (file)
@@ -18,7 +18,6 @@ use strict;
 
 package Bugzilla::Product;
 
-use Bugzilla;
 use Bugzilla::Component;
 use Bugzilla::Classification;
 use Bugzilla::Version;
index e1d37423b1455c3796f4d15f12c07340c324175f..db4e1f9f97497bc80c712b269211674d515a87ad 100644 (file)
@@ -31,7 +31,6 @@ use lib ".";
 
 package Bugzilla::Series;
 
-use Bugzilla;
 use Bugzilla::Util;
 use Bugzilla::User;
 
index 473a186c2a1eb912e446bda9cc0658d57a792ae6..c6c4bdae2ee9eb5cacec13d1f6c8c40e16e00fb2 100644 (file)
@@ -18,7 +18,6 @@ use strict;
 
 package Bugzilla::Version;
 
-use Bugzilla;
 use Bugzilla::Util;
 use Bugzilla::Error;