aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2016-03-22 22:13:04 +0100
committerChristian Ruppert <idl0r@gentoo.org>2016-03-22 22:13:30 +0100
commitfb148406075cec85962e0dc92bb2951328419f3b (patch)
tree87c766ee9b2fe4ff53664eb72628c6c057247251 /extensions
parentGentoo version will be defined in the Gentoo extension from now on (diff)
downloadbugzilla-fb148406075cec85962e0dc92bb2951328419f3b.tar.gz
bugzilla-fb148406075cec85962e0dc92bb2951328419f3b.tar.bz2
bugzilla-fb148406075cec85962e0dc92bb2951328419f3b.zip
Import Bugzilla::Error for ThrowUserError
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Gentoo/Extension.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/Gentoo/Extension.pm b/extensions/Gentoo/Extension.pm
index ef3afc56f..936026678 100644
--- a/extensions/Gentoo/Extension.pm
+++ b/extensions/Gentoo/Extension.pm
@@ -4,6 +4,7 @@ use base qw(Bugzilla::Extension);
#use Bugzilla::Install::Filesystem qw(CGI_READ OWNER_EXECUTE WS_SERVE DIR_WS_SERVE);
use Bugzilla::Constants qw(bz_locations);
+use Bugzilla::Error qw(ThrowUserError);
use POSIX qw(uname);